Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgbe.c4977 if (pfmbicr & (IXGBE_PFMBICR_VFACK_VF1 << vf_shift)) in ixgbe_clear_ack_pf()
4981 IXGBE_PFMBICR_VFACK_VF1 << vf_shift); in ixgbe_clear_ack_pf()
4999 if (!ixgbe_check_for_bit_pf(hw, IXGBE_PFMBICR_VFACK_VF1 << vf_shift, in ixgbe_check_for_ack_pf()
H A Dixgbe_type.h4128 #define IXGBE_PFMBICR_VFACK_VF1 0x00010000 /* bit for VF 1 ack */ macro