Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_defines.h590 #define E1000_EICR_TX_QUEUE3 0x00000800 /* Tx Queue 3 Interrupt */ macro
655 #define E1000_EIMS_TX_QUEUE3 E1000_EICR_TX_QUEUE3 /* Tx Queue 3 Interrupt */
672 #define E1000_EICS_TX_QUEUE3 E1000_EICR_TX_QUEUE3 /* Tx Queue 3 Interrupt */
H A De1000_82575.h164 E1000_EICR_TX_QUEUE3)
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c4170 txr->tx_intr_mask = E1000_EICR_TX_QUEUE3; in igb_set_txintr_mask()