Home
last modified time | relevance | path

Searched refs:E1000_VMOLR (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/
H A Digb_pf.c224 vmolr |= E1000_READ_REG(hw, E1000_VMOLR(vfn)) & in set_rx_mode()
227 E1000_WRITE_REG(hw, E1000_VMOLR(vfn), vmolr); in set_rx_mode()
240 uint32_t vmolr = E1000_READ_REG(hw, E1000_VMOLR(vf)); in igb_vf_reset_event()
244 E1000_WRITE_REG(hw, E1000_VMOLR(vf), vmolr); in igb_vf_reset_event()
410 vmolr = E1000_READ_REG(hw, E1000_VMOLR(vf)); in igb_vf_set_rlpml()
418 E1000_WRITE_REG(hw, E1000_VMOLR(vf), vmolr); in igb_vf_set_rlpml()
H A Digb_rxtx.c2181 vmolr = E1000_READ_REG(hw, E1000_VMOLR(i)); in igb_vmdq_rx_hw_configure()
2197 E1000_WRITE_REG(hw, E1000_VMOLR(i), vmolr); in igb_vmdq_rx_hw_configure()
2206 vmolr = E1000_READ_REG(hw, E1000_VMOLR(i)); in igb_vmdq_rx_hw_configure()
2208 E1000_WRITE_REG(hw, E1000_VMOLR(i), vmolr); in igb_vmdq_rx_hw_configure()
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_regs.h564 #define E1000_VMOLR(_n) (0x05AD0 + (4 * (_n))) macro