HomeSort by: relevance | last modified time | path
    Searched refs:IXGBE_VFMAILBOX_RSTI (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_mbx.h 89 #define IXGBE_VFMAILBOX_RSTI 0x00000040 /* PF has reset indication */
ixgbe_mbx.c 337 if (vf_mailbox & (IXGBE_VFMAILBOX_RSTI | IXGBE_VFMAILBOX_RSTD)) {
339 hw->mbx.vf_mailbox &= ~(IXGBE_VFMAILBOX_RSTI |
416 if (!ixgbe_check_for_bit_vf(hw, IXGBE_VFMAILBOX_RSTI |

Completed in 12 milliseconds