Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c111 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()
H A Dmbx.h21 #define IXGBE_VFMAILBOX_RSTI 0x00000040 /* PF has reset indication */ macro