/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_synproxy.sh | 10 nsr="nsr-$rnd" # synproxy machine 24 checktool "ip netns add $nsr" "create net namespace" 37 ip netns del $nsr 42 ip link add veth0 netns $nsr type veth peer name eth0 netns $ns1 43 ip link add veth1 netns $nsr type veth peer name eth0 netns $ns2 46 ip -net $nsr link set $dev up 49 ip -net $nsr addr add 10.0.1.1/24 dev veth0 50 ip -net $nsr addr add 10.0.2.1/24 dev veth1 52 ip netns exec $nsr sysctl -q net.ipv4.conf.veth0.forwarding=1 53 ip netns exec $nsr sysctl -q net.ipv4.conf.veth1.forwarding=1 [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | pnv-xive2-test.c | 219 uint8_t pq, nsr, cppr; in test_hw_irq() local 237 nsr = reg32 >> 24; in test_hw_irq() 239 g_assert_cmphex(nsr, ==, 0x80); in test_hw_irq() 244 nsr = reg16 >> 8; in test_hw_irq() 246 g_assert_cmphex(nsr, ==, 0x80); in test_hw_irq() 261 nsr = reg32 >> 24; in test_hw_irq() 263 g_assert_cmphex(nsr, ==, 0x00); in test_hw_irq()
|
/openbmc/linux/drivers/net/ethernet/davicom/ |
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() 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() 1264 "NSR=0x%02x, WSR=0x%02x\n", nsr, wcr); in dm9000_wol_interrupt() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | marvell,icu.txt | 23 * "marvell,cp110-icu-nsr" 53 compatible = "marvell,cp110-icu-nsr";
|
/openbmc/linux/fs/udf/ |
H A D | super.c | 713 int nsr = 0; in udf_check_vsd() local 739 for (; !nsr && sector < VSD_MAX_SECTOR_OFFSET; sector += sectorsize) { in udf_check_vsd() 747 nsr = identify_vsd(vsd); in udf_check_vsd() 749 if (nsr) { in udf_check_vsd() 759 nsr = identify_vsd(vsd + 1); in udf_check_vsd() 761 if (nsr < 0) in udf_check_vsd() 762 nsr = 0; in udf_check_vsd() 767 if (nsr > 0) in udf_check_vsd() 1956 int nsr = 0; in udf_load_vrs() local 1967 nsr = udf_check_vsd(sb); in udf_load_vrs() [all …]
|
/openbmc/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() 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() 1000 dsr, nsr, necr, mode); in tda9874a_getrxsubchans()
|
/openbmc/linux/arch/powerpc/sysdev/xive/ |
H A D | spapr.c | 605 u8 nsr, cppr; in xive_spapr_update_pending() local 625 nsr = ack >> 8; in xive_spapr_update_pending() 627 if (nsr & TM_QW1_NSR_EO) { in xive_spapr_update_pending()
|
/openbmc/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;
|
/openbmc/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()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_xive_native.c | 1164 vcpu->arch.xive_saved_state.nsr, in kvmppc_xive_native_get_vp() 1232 vcpu->arch.xive_saved_state.nsr, in xive_native_debug_show()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | m_helper.c | 2785 bool r, rw, nsr, nsrw, mrvalid; in HELPER() local 2844 nsr = sattrs.ns && r; in HELPER() 2848 nsr = false; in HELPER() 2856 (nsr << 20) | in HELPER()
|
/openbmc/qemu/hw/intc/ |
H A D | xive.c | 70 uint8_t nsr = regs[TM_NSR]; in xive_tctx_accept() local 81 if ((ring == TM_QW3_HV_PHYS) && (nsr & (TM_QW3_NSR_HE_POOL << 6))) { in xive_tctx_accept() 101 return ((uint64_t)nsr << 8) | regs[TM_CPPR]; in xive_tctx_accept()
|
H A D | trace-events | 276 xive_tctx_accept(uint32_t index, uint8_t ring, uint8_t ipb, uint8_t pipr, uint8_t cppr, uint8_t nsr… 277 xive_tctx_notify(uint32_t index, uint8_t ring, uint8_t ipb, uint8_t pipr, uint8_t cppr, uint8_t nsr… 278 …32_t index, uint8_t ring, uint8_t ipb, uint8_t pipr, uint8_t cppr, uint8_t nsr) "target=%d ring=0x…
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_host.h | 500 u8 nsr; member
|
/openbmc/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-cp11x.dtsi | 203 compatible = "marvell,cp110-icu-nsr";
|