Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h153 #define ISR_RXF_OV 4 /* RXF overflow interrupt */ macro
175 #define ISR_RX_EVENT (ISR_RXF_OV | ISR_RXS_OV | ISR_HOST_RXD_OV |\
H A Datl1.h244 #define ISR_RXF_OV 0x8 macro
284 ISR_RXF_OV |\
H A Datl1.c2538 if (unlikely(status & (ISR_RXF_OV | ISR_RFD_UNRUN | in atl1_intr()