Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h27 #define IXGBE_FLAG_MAILBOX (uint32_t)(1 << 1) macro
H A Dixgbe_ethdev.c4480 intr->flags |= IXGBE_FLAG_MAILBOX; in ixgbe_dev_interrupt_get_status()
4549 if (intr->flags & IXGBE_FLAG_MAILBOX) { in ixgbe_dev_interrupt_action()
4551 intr->flags &= ~IXGBE_FLAG_MAILBOX; in ixgbe_dev_interrupt_action()
8041 intr->flags |= IXGBE_FLAG_MAILBOX; in ixgbevf_dev_interrupt_get_status()
8052 if (intr->flags & IXGBE_FLAG_MAILBOX) { in ixgbevf_dev_interrupt_action()
8054 intr->flags &= ~IXGBE_FLAG_MAILBOX; in ixgbevf_dev_interrupt_action()