Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h28 #define IXGBE_FLAG_MAILBOX (uint32_t)(1 << 1) macro
H A Dixgbe_ethdev.c4508 intr->flags |= IXGBE_FLAG_MAILBOX; in ixgbe_dev_interrupt_get_status()
4577 if (intr->flags & IXGBE_FLAG_MAILBOX) { in ixgbe_dev_interrupt_action()
4579 intr->flags &= ~IXGBE_FLAG_MAILBOX; in ixgbe_dev_interrupt_action()
7847 intr->flags |= IXGBE_FLAG_MAILBOX; in ixgbevf_dev_interrupt_get_status()
7858 if (intr->flags & IXGBE_FLAG_MAILBOX) { in ixgbevf_dev_interrupt_action()
7860 intr->flags &= ~IXGBE_FLAG_MAILBOX; in ixgbevf_dev_interrupt_action()