/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_interface_stress.sh | 22 setup_ns nsc nsr nss 24 ip -net $nsc link add cr0 type veth peer name rc0 netns $nsr 29 ip -net $nss link add sr0 type veth peer name rs0 netns $nsr 34 ip -net $nsr addr add 10.0.0.2/24 dev rc0 35 ip -net $nsr link set rc0 up 36 ip -net $nsr addr add 10.1.0.2/24 dev rs0 37 ip -net $nsr link set rs0 up 38 ip netns exec $nsr sysctl -q net.ipv4.ip_forward=1 39 ip netns exec $nsr sysctl -q net.ipv4.conf.all.forwarding=1 74 } | ip netns exec $nsr nft -f - || { [all …]
|
H A D | nft_synproxy.sh | 11 setup_ns nsr ns1 ns2 24 ip link add veth0 netns "$nsr" type veth peer name eth0 netns "$ns1" 25 ip link add veth1 netns "$nsr" type veth peer name eth0 netns "$ns2" 28 ip -net "$nsr" link set "$dev" up 31 ip -net "$nsr" addr add 10.0.1.1/24 dev veth0 32 ip -net "$nsr" addr add 10.0.2.1/24 dev veth1 34 ip netns exec "$nsr" sysctl -q net.ipv4.conf.veth0.forwarding=1 35 ip netns exec "$nsr" sysctl -q net.ipv4.conf.veth1.forwarding=1 36 ip netns exec "$nsr" sysctl -q net.netfilter.nf_conntrack_tcp_loose=0 58 # ip netns exec $nsr tcpdump -vvv -n -i veth1 tcp | head -n 10 & [all …]
|
/linux/arch/powerpc/include/asm/ |
H A D | xive-regs.h | 99 * - Byte load from QW0[NSR] - User level NSR (EBB) 100 * - Byte store to QW0[NSR] - User level NSR (EBB) 123 /* NSR fields for the various QW ack types */
|
/linux/drivers/irqchip/ |
H A D | irq-mvebu-icu.c | 95 * The ICU receives level interrupts. While the NSR are also in mvebu_icu_translate() 188 .name = "ICU-NSR", 250 .compatible = "marvell,cp110-icu-nsr", 325 * the probe of the NSR interrupts side. in mvebu_icu_probe() 334 * Clean all ICU interrupts of type NSR and SEI, required to in mvebu_icu_probe()
|
/linux/drivers/net/ethernet/davicom/ |
H A D | Kconfig | 31 bool "Force simple NSR based PHY polling" 34 This configuration forces the DM9000 to use the NSR's LinkStatus
|
H A D | dm9000.c | 748 unsigned carrier, unsigned nsr) in dm9000_show_carrier() argument 759 ndev->name, (nsr & NSR_SPEED) ? 10 : 100, in dm9000_show_carrier() 775 unsigned nsr = dm9000_read_locked(db, DM9000_NSR); in dm9000_poll_work() local 779 new_carrier = (nsr & NSR_LINKST) ? 1 : 0; in dm9000_poll_work() 783 dm9000_show_carrier(db, new_carrier, nsr); in dm9000_poll_work() 1067 dev_dbg(db->dev, "tx done, NSR %02x\n", tx_status); in dm9000_tx_done() 1243 unsigned nsr, wcr; in dm9000_wol_interrupt() local 1247 nsr = ior(db, DM9000_NSR); in dm9000_wol_interrupt() 1250 dev_dbg(db->dev, "%s: NSR=0x%02x, WCR=0x%02x\n", __func__, nsr, wcr); in dm9000_wol_interrupt() 1252 if (nsr & NSR_WAKEST) { in dm9000_wol_interrupt() [all …]
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | renesas,r9a09g077-pinctrl.yaml | 35 - const: nsr 137 reg-names = "nsr", "srs", "srn";
|
/linux/fs/udf/ |
H A D | super.c | 687 * we found one of NSR descriptors we are looking for. 744 int nsr = 0; in udf_check_vsd() local 770 for (; !nsr && sector < VSD_MAX_SECTOR_OFFSET; sector += sectorsize) { in udf_check_vsd() 778 nsr = identify_vsd(vsd); in udf_check_vsd() 779 /* Found NSR or end? */ in udf_check_vsd() 780 if (nsr) { in udf_check_vsd() 790 nsr = identify_vsd(vsd + 1); in udf_check_vsd() 792 if (nsr < 0) in udf_check_vsd() 793 nsr = 0; in udf_check_vsd() 798 if (nsr > 0) in udf_check_vsd() [all …]
|
H A D | ecma_167.h | 192 /* NSR Descriptor (ECMA 167r3 3/9.1) */
|
/linux/include/linux/ |
H A D | dm9000.h | 22 #define DM9000_PLATF_SIMPLE_PHY (0x0020) /* Use NSR to find LinkStatus */
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-npi-defs.h | 619 uint64_t nsr:1; member 625 uint64_t nsr:1; 643 uint64_t nsr:1; member 649 uint64_t nsr:1; 1563 uint64_t nsr:1; member 1573 uint64_t nsr:1; 1586 uint64_t nsr:1; member 1596 uint64_t nsr:1;
|
H A D | cvmx-npei-defs.h | 2890 uint64_t nsr:1; member 2900 uint64_t nsr:1; 3387 uint64_t nsr:32; member 3389 uint64_t nsr:32; 3482 uint64_t nsr:1; member 3488 uint64_t nsr:1; 3659 uint64_t nsr:32; member 3661 uint64_t nsr:32;
|
/linux/drivers/media/i2c/ |
H A D | tvaudio.c | 959 int dsr,nsr,mode; in tda9874a_getrxsubchans() local 967 nsr = chip_read2(chip, TDA9874A_NSR); in tda9874a_getrxsubchans() 968 if (nsr < 0) in tda9874a_getrxsubchans() 974 /* need to store dsr/nsr somewhere */ in tda9874a_getrxsubchans() 976 chip->shadow.bytes[MAXREGS-1] = nsr; in tda9874a_getrxsubchans() 987 if(nsr & 0x02) /* NSR.S/MB=1 */ in tda9874a_getrxsubchans() 989 if(nsr & 0x01) /* NSR.D/SB=1 */ in tda9874a_getrxsubchans() 999 "tda9874a_getrxsubchans(): DSR=0x%X, NSR=0x%X, NECR=0x%X, return: %d.\n", in tda9874a_getrxsubchans() 1000 dsr, nsr, necr, mode); in tda9874a_getrxsubchans()
|
/linux/Documentation/networking/device_drivers/ethernet/davicom/ |
H A D | dm9000.rst | 128 "Force simple NSR based PHY polling" allows this flag to be
|
/linux/Documentation/virt/kvm/devices/ |
H A D | xive.rst | 34 - Notification Source Register (NSR)
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn23xx_vf_device.c | 189 * for Output Queue Data reset ROR, NSR in cn23xx_vf_setup_global_output_regs()
|
H A D | cn23xx_pf_device.c | 350 * reset ROR, NSR in cn23xx_pf_setup_global_output_regs()
|
/linux/arch/mips/pci/ |
H A D | pci-octeon.c | 601 mem_access.s.nsr = 0; /* No-Snoop on read. */ in octeon_pci_setup()
|
H A D | pcie-octeon.c | 900 …mem_access_subid.s.nsr = 0; /* Enable Snooping for Reads. Octeon doesn't care, but devices might w… in __cvmx_pcie_rc_initialize_gen1()
|
/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 841 state->link = (macb_readl(bp, NSR) & MACB_BIT(NSR_LINK)) != 0; in macb_get_pcs_fixed_state() 3438 regs_buff[2] = macb_readl(bp, NSR); in macb_get_regs()
|
/linux/drivers/video/fbdev/savage/ |
H A D | savagefb_driver.c | 519 printk(KERN_DEBUG "\nSR%xx ", i >> 4); in SavagePrintRegs()
|