Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c140 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in ngbe_pf_host_configure() local
158 vfre_offset = vf_num & VFRE_MASK; in ngbe_pf_host_configure()
288 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in ngbe_vf_reset_msg() local
292 vf_shift = vf & VFRE_MASK; in ngbe_vf_reset_msg()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c210 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in txgbe_pf_host_configure() local
228 vfre_offset = vf_num & VFRE_MASK; in txgbe_pf_host_configure()
375 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in txgbe_vf_reset_msg() local
379 vf_shift = vf & VFRE_MASK; in txgbe_vf_reset_msg()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c214 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in ixgbe_pf_host_configure() local
233 vfre_offset = vf_num & VFRE_MASK; in ixgbe_pf_host_configure()
383 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in ixgbe_vf_reset_msg() local
387 vf_shift = vf & VFRE_MASK; in ixgbe_vf_reset_msg()