Searched defs:vmolr (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 305 u32 fctrl, vmolr; in txgbe_set_rx_mode() local 352 uint32_t vmolr = rd32(hw, TXGBE_POOLETHCTL(vf)); in txgbe_vf_reset_event() local 408 uint32_t vmolr; in txgbe_disable_vf_mc_promisc() local 483 u32 vmolr = rd32(hw, TXGBE_POOLETHCTL(vf)); in txgbe_vf_set_multicast() local 668 u32 vmolr, fctrl, disable, enable; in txgbe_set_vf_mc_promisc() local
|
| H A D | txgbe_rxtx.c | 3600 uint32_t vmolr = 0; in txgbe_vmdq_rx_hw_configure() local
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 317 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE; in set_rx_mode() local 362 uint32_t vmolr = IXGBE_READ_REG(hw, IXGBE_VMOLR(vf)); in ixgbe_vf_reset_event() local 424 uint32_t vmolr; in ixgbe_disable_vf_mc_promisc() local 500 u32 vmolr = IXGBE_READ_REG(hw, IXGBE_VMOLR(vf)); in ixgbe_vf_set_multicast() local 713 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 | 4327 uint32_t vmolr = 0; in ixgbe_vmdq_rx_hw_configure() local
|
| /f-stack/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 | 2149 uint32_t mrqc, vt_ctl, vmolr, rctl; in igb_vmdq_rx_hw_configure() local
|