Home
last modified time | relevance | path

Searched refs:IXGBE_VFMAILBOX_RSTD (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()
114 IXGBE_VFMAILBOX_RSTD); in ixgbevf_clear_rst_vf()
184 if (!ixgbevf_check_for_bit_vf(hw, (IXGBE_VFMAILBOX_RSTD | in ixgbevf_check_for_rst_vf()
H A Dmbx.h22 #define IXGBE_VFMAILBOX_RSTD 0x00000080 /* PF has indicated reset done */ macro