Home
last modified time | relevance | path

Searched refs:ISR_TX_PKT (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h551 #define ISR_TX_PKT 0x20000 /* One packet transmitted, triggered by TPD */ macro
582 ISR_TX_PKT)
584 #define ISR_TX_EVENT (ISR_TXF_UN | ISR_TX_PKT)
/drivers/net/ethernet/atheros/atlx/
Datl1.h255 #define ISR_TX_PKT 0x20000 macro
292 ISR_TX_PKT |\
/drivers/net/ethernet/qualcomm/emac/
Demac.c45 #define IMR_NORMAL_MASK (ISR_ERROR | ISR_OVER | ISR_TX_PKT)
47 #define ISR_TX_PKT (\ macro
/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.h689 #define ISR_TX_PKT 0x00008000 macro
715 ISR_TX_PKT |\
Datl1c_main.c1610 if (status & ISR_TX_PKT) in atl1c_intr()