Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h564 #define ISR_TX_PKT 0x20000 /* One packet transmitted, triggered by TPD */ macro
595 ISR_TX_PKT)
597 #define ISR_TX_EVENT (ISR_TXF_UN | ISR_TX_PKT)
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datl1.h268 #define ISR_TX_PKT 0x20000 macro
305 ISR_TX_PKT |\
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.h702 #define ISR_TX_PKT 0x00008000 macro
728 ISR_TX_PKT |\
Datl1c_main.c1623 if (status & ISR_TX_PKT) in atl1c_intr()
/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac.c53 #define IMR_NORMAL_MASK (ISR_ERROR | ISR_OVER | ISR_TX_PKT)
55 #define ISR_TX_PKT (\ macro