Home
last modified time | relevance | path

Searched refs:ISR_CMB_TX (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datl1.h272 #define ISR_CMB_TX 0x200000 macro
289 ISR_CMB_TX |\
302 ISR_CMB_TX |\
Datl1.c2509 adapter->cmb.cmb->int_stats = status & (ISR_CMB_TX | ISR_CMB_RX); in atl1_intr()
2551 if (status & (ISR_CMB_TX | ISR_CMB_RX) && in atl1_intr()
2554 ~(ISR_CMB_TX | ISR_CMB_RX); in atl1_intr()