Searched refs:vf_bit (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_mbx.c | 135 u32 vf_bit = vf_number; in ngbe_check_for_msg_pf() local 137 if (!ngbe_check_for_bit_pf(hw, NGBE_MBVFICR_VFREQ_VF1 << vf_bit)) { in ngbe_check_for_msg_pf() 155 u32 vf_bit = vf_number; in ngbe_check_for_ack_pf() local 157 if (!ngbe_check_for_bit_pf(hw, NGBE_MBVFICR_VFACK_VF1 << vf_bit)) { in ngbe_check_for_ack_pf()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_mbx.c | 474 u32 vf_bit = vf_number % 16; in txgbe_check_for_msg_pf() local 476 if (!txgbe_check_for_bit_pf(hw, TXGBE_MBVFICR_VFREQ_VF1 << vf_bit, in txgbe_check_for_msg_pf() 496 u32 vf_bit = vf_number % 16; in txgbe_check_for_ack_pf() local 498 if (!txgbe_check_for_bit_pf(hw, TXGBE_MBVFICR_VFACK_VF1 << vf_bit, in txgbe_check_for_ack_pf()
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_mbx.c | 521 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()
|