Home
last modified time | relevance | path

Searched refs:E1000_EICR_TX_QUEUE0 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/e1000/
H A De1000_defines.h590 #define E1000_EICR_TX_QUEUE0 0x00000100 /* Tx Queue 0 Interrupt */ macro
645 #define E1000_EIMS_TX_QUEUE0 E1000_EICR_TX_QUEUE0 /* Tx Queue 0 Interrupt */
662 #define E1000_EICS_TX_QUEUE0 E1000_EICR_TX_QUEUE0 /* Tx Queue 0 Interrupt */
H A De1000_82575.h157 E1000_EICR_TX_QUEUE0 | \
H A Dif_em.c2098 rx_que->eims = E1000_EICR_TX_QUEUE0 << vector; in em_if_msix_intr_assign()
2125 tx_que->eims = E1000_EICR_TX_QUEUE0 << i; in em_if_msix_intr_assign()
2265 tmp |= E1000_EICR_TX_QUEUE0 << i; in igb_configure_queues()