Home
last modified time | relevance | path

Searched refs:E1000_VT_CTL (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/
H A Digb_regs.h83 {E1000_VT_CTL, 1, 1, "E1000_VT_CTL"},
H A Digb_pf.c141 vtctl = E1000_READ_REG(hw, E1000_VT_CTL); in igb_pf_host_configure()
146 E1000_WRITE_REG(hw, E1000_VT_CTL, vtctl); in igb_pf_host_configure()
H A Digb_rxtx.c2174 vt_ctl = E1000_READ_REG(hw, E1000_VT_CTL); in igb_vmdq_rx_hw_configure()
2178 E1000_WRITE_REG(hw, E1000_VT_CTL, vt_ctl); in igb_vmdq_rx_hw_configure()
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_regs.h469 #define E1000_VT_CTL 0x0581C /* VMDq Control - RW */ macro
H A De1000_82575.c2168 u32 vt_ctl = E1000_READ_REG(hw, E1000_VT_CTL); in e1000_vmdq_set_replication_pf()
2175 E1000_WRITE_REG(hw, E1000_VT_CTL, vt_ctl); in e1000_vmdq_set_replication_pf()