Searched refs:IXGBE_VFMAILBOX_RSTI (Results 1 – 2 of 2) sorted by relevance
111 if (vf_mailbox & (IXGBE_VFMAILBOX_RSTI | IXGBE_VFMAILBOX_RSTD)) { in ixgbevf_clear_rst_vf()113 hw->mbx.vf_mailbox &= ~(IXGBE_VFMAILBOX_RSTI | in ixgbevf_clear_rst_vf()185 IXGBE_VFMAILBOX_RSTI))) { in ixgbevf_check_for_rst_vf()
21 #define IXGBE_VFMAILBOX_RSTI 0x00000040 /* PF has reset indication */ macro