Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c137 uint32_t vfre_offset; in ngbe_pf_host_configure() local
158 vfre_offset = vf_num & VFRE_MASK; in ngbe_pf_host_configure()
161 wr32(hw, NGBE_POOLRXENA(0), (~0U) << vfre_offset); in ngbe_pf_host_configure()
162 wr32(hw, NGBE_POOLTXENA(0), (~0U) << vfre_offset); in ngbe_pf_host_configure()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c207 uint32_t vfre_slot, vfre_offset; in txgbe_pf_host_configure() local
228 vfre_offset = vf_num & VFRE_MASK; in txgbe_pf_host_configure()
232 wr32(hw, TXGBE_POOLRXENA(vfre_slot), (~0U) << vfre_offset); in txgbe_pf_host_configure()
234 wr32(hw, TXGBE_POOLTXENA(vfre_slot), (~0U) << vfre_offset); in txgbe_pf_host_configure()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c211 uint32_t vfre_slot, vfre_offset; in ixgbe_pf_host_configure() local
233 vfre_offset = vf_num & VFRE_MASK; in ixgbe_pf_host_configure()
237 IXGBE_WRITE_REG(hw, IXGBE_VFRE(vfre_slot), (~0U) << vfre_offset); in ixgbe_pf_host_configure()
239 IXGBE_WRITE_REG(hw, IXGBE_VFTE(vfre_slot), (~0U) << vfre_offset); in ixgbe_pf_host_configure()