Searched refs:IXGBE_VFMAILBOX_PFSTS (Results 1 – 2 of 2) sorted by relevance
78 if (vf_mailbox & IXGBE_VFMAILBOX_PFSTS) { in ixgbevf_clear_msg_vf()80 hw->mbx.vf_mailbox &= ~IXGBE_VFMAILBOX_PFSTS; in ixgbevf_clear_msg_vf()147 if (!ixgbevf_check_for_bit_vf(hw, IXGBE_VFMAILBOX_PFSTS)) { in ixgbevf_check_for_msg_vf()
19 #define IXGBE_VFMAILBOX_PFSTS 0x00000010 /* PF wrote a message in the MB */ macro