Searched defs:vmolr (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_pf.c | 217 u32 fctrl, vmolr; in ngbe_set_rx_mode() local 264 uint32_t vmolr = rd32(hw, NGBE_POOLETHCTL(vf)); in ngbe_vf_reset_event() local 319 uint32_t vmolr; in ngbe_disable_vf_mc_promisc() local 394 u32 vmolr = rd32(hw, NGBE_POOLETHCTL(vf)); in ngbe_vf_set_multicast() local 527 u32 vmolr, fctrl, disable, enable; in ngbe_set_vf_mc_promisc() local
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 314 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in set_rx_mode() local 359 uint32_t vmolr = IXGBE_READ_REG(hw, IXGBE_VMOLR(vf)); in ixgbe_vf_reset_event() local 421 uint32_t vmolr; in ixgbe_disable_vf_mc_promisc() local 497 u32 vmolr = IXGBE_READ_REG(hw, IXGBE_VMOLR(vf)); in ixgbe_vf_set_multicast() local 730 u32 vmolr, fctrl, disable, enable; in ixgbe_set_vf_mc_promisc() local
|
| H A D | rte_pmd_ixgbe.c | 325 uint32_t vmolr; in rte_pmd_ixgbe_set_vf_rxmode() local
|
| H A D | ixgbe_rxtx.c | 4365 uint32_t vmolr = 0; in ixgbe_vmdq_rx_hw_configure() local
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 304 u32 fctrl, vmolr; in txgbe_set_rx_mode() local 351 uint32_t vmolr = rd32(hw, TXGBE_POOLETHCTL(vf)); in txgbe_vf_reset_event() local 407 uint32_t vmolr; in txgbe_disable_vf_mc_promisc() local 482 u32 vmolr = rd32(hw, TXGBE_POOLETHCTL(vf)); in txgbe_vf_set_multicast() local 667 u32 vmolr, fctrl, disable, enable; in txgbe_set_vf_mc_promisc() local
|
| H A D | txgbe_rxtx.c | 3744 uint32_t vmolr = 0; in txgbe_vmdq_rx_hw_configure() local
|
| /dpdk/drivers/net/e1000/ |
| H A D | igb_pf.c | 197 uint32_t fctrl, vmolr = E1000_VMOLR_BAM | E1000_VMOLR_AUPE; in set_rx_mode() local 240 uint32_t vmolr = E1000_READ_REG(hw, E1000_VMOLR(vf)); in igb_vf_reset_event() local 404 uint32_t vmolr; in igb_vf_set_rlpml() local
|
| H A D | igb_rxtx.c | 2135 uint32_t mrqc, vt_ctl, vmolr, rctl; in igb_vmdq_rx_hw_configure() local
|