Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_defines.h588 #define E1000_EICR_TX_QUEUE1 0x00000200 /* Tx Queue 1 Interrupt */ macro
653 #define E1000_EIMS_TX_QUEUE1 E1000_EICR_TX_QUEUE1 /* Tx Queue 1 Interrupt */
670 #define E1000_EICS_TX_QUEUE1 E1000_EICR_TX_QUEUE1 /* Tx Queue 1 Interrupt */
H A De1000_82575.h162 E1000_EICR_TX_QUEUE1 | \
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c4164 txr->tx_intr_mask = E1000_EICR_TX_QUEUE1; in igb_set_txintr_mask()