Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mbx.c145 u32 vf_bit = vf_number % 16; in txgbe_check_for_msg_pf() local
149 if (!txgbe_check_for_bit_pf(hw, TXGBE_MBVFICR_VFREQ_VF1 << vf_bit, in txgbe_check_for_msg_pf()
169 u32 vf_bit = vf_number % 16; in txgbe_check_for_ack_pf() local
173 if (!txgbe_check_for_bit_pf(hw, TXGBE_MBVFICR_VFACK_VF1 << vf_bit, in txgbe_check_for_ack_pf()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_mbx.c521 u32 vf_bit = vf_number % 16; in ixgbe_check_for_msg_pf() local
525 if (!ixgbe_check_for_bit_pf(hw, IXGBE_MBVFICR_VFREQ_VF1 << vf_bit, in ixgbe_check_for_msg_pf()
545 u32 vf_bit = vf_number % 16; in ixgbe_check_for_ack_pf() local
549 if (!ixgbe_check_for_bit_pf(hw, IXGBE_MBVFICR_VFACK_VF1 << vf_bit, in ixgbe_check_for_ack_pf()