Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.h85 #define IXGBE_VFMAILBOX_PFACK 0x00000020 /* PF ack the previous VF msg */ macro
H A Dixgbe_mbx.c319 if (vf_mailbox & IXGBE_VFMAILBOX_PFACK) { in ixgbe_clear_ack_vf()
321 hw->mbx.vf_mailbox &= ~IXGBE_VFMAILBOX_PFACK; in ixgbe_clear_ack_vf()
384 if (!ixgbe_check_for_bit_vf(hw, IXGBE_VFMAILBOX_PFACK)) { in ixgbe_check_for_ack_vf()