Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.h258 #define ISR_CMB_RX 0x100000 macro
277 ISR_CMB_RX)
290 ISR_CMB_RX |\
H A Datl1.c2490 adapter->cmb.cmb->int_stats = status & (ISR_CMB_TX | ISR_CMB_RX); in atl1_intr()
2532 if (status & (ISR_CMB_TX | ISR_CMB_RX) && in atl1_intr()
2535 ~(ISR_CMB_TX | ISR_CMB_RX); in atl1_intr()