Searched refs:TXGBE_PSRVLANPLM (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_hw.c | 1820 bits = rd32(hw, TXGBE_PSRVLANPLM(vind / 32)); in txgbe_set_vlvf() 1831 !rd32(hw, TXGBE_PSRVLANPLM(vind / 32))) { in txgbe_set_vlvf() 1837 wr32(hw, TXGBE_PSRVLANPLM(vlan / 32), vfta); in txgbe_set_vlvf() 1841 wr32(hw, TXGBE_PSRVLANPLM(vind / 32), 0); in txgbe_set_vlvf() 1864 wr32(hw, TXGBE_PSRVLANPLM(vind / 32), bits); in txgbe_set_vlvf() 1888 wr32(hw, TXGBE_PSRVLANPLM(0), 0); in txgbe_clear_vfta() 1889 wr32(hw, TXGBE_PSRVLANPLM(1), 0); in txgbe_clear_vfta()
|
| H A D | txgbe_regs.h | 794 #define TXGBE_PSRVLANPLM(i) (0x016224 + (i) * 4) /* 0-1 */ macro
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 3023 wr32(hw, TXGBE_PSRVLANPLM(0), cfg->pool_map[i].pools); in txgbe_vmdq_dcb_configure() 3662 wr32(hw, TXGBE_PSRVLANPLM(0), in txgbe_vmdq_rx_hw_configure() 3665 wr32(hw, TXGBE_PSRVLANPLM(1), in txgbe_vmdq_rx_hw_configure()
|