Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c208 uint32_t vfre_slot, vfre_offset; in txgbe_pf_host_configure() local
229 vfre_offset = vf_num & VFRE_MASK; in txgbe_pf_host_configure()
233 wr32(hw, TXGBE_POOLRXENA(vfre_slot), (~0U) << vfre_offset); in txgbe_pf_host_configure()
235 wr32(hw, TXGBE_POOLTXENA(vfre_slot), (~0U) << vfre_offset); in txgbe_pf_host_configure()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c214 uint32_t vfre_slot, vfre_offset; in ixgbe_pf_host_configure() local
236 vfre_offset = vf_num & VFRE_MASK; in ixgbe_pf_host_configure()
240 IXGBE_WRITE_REG(hw, IXGBE_VFRE(vfre_slot), (~0U) << vfre_offset); in ixgbe_pf_host_configure()
242 IXGBE_WRITE_REG(hw, IXGBE_VFTE(vfre_slot), (~0U) << vfre_offset); in ixgbe_pf_host_configure()