Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.h99 #define IXGBE_PFMBICR_VFACK_VF1 0x00010000 /* bit for VF 1 ack */ macro
H A Dixgbe_mbx.c747 if (pfmbicr & (IXGBE_PFMBICR_VFACK_VF1 << vf_shift)) in ixgbe_clear_ack_pf()
751 IXGBE_PFMBICR_VFACK_VF1 << vf_shift); in ixgbe_clear_ack_pf()
801 if (!ixgbe_check_for_bit_pf(hw, IXGBE_PFMBICR_VFACK_VF1 << vf_shift, in ixgbe_check_for_ack_pf()