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

  /src/sys/dev/pci/ixgbe/
ixgbe_mbx.h 96 #define IXGBE_PFMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
ixgbe_mbx.c 874 pf_mailbox |= IXGBE_PFMAILBOX_PFU;
879 if (pf_mailbox & IXGBE_PFMAILBOX_PFU) {
910 pf_mailbox &= ~IXGBE_PFMAILBOX_PFU;

Completed in 13 milliseconds