Home
last modified time | relevance | path

Searched refs:ISTAT_TX (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Db44.h44 #define ISTAT_TX 0x01000000 /* TX Interrupt */ macro
50 #define IMASK_DEF (ISTAT_ERRORS | ISTAT_TO | ISTAT_RX | ISTAT_TX)
H A Db44.c869 if (bp->istat & (ISTAT_TX | ISTAT_TO)) { in b44_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Db44.h44 #define ISTAT_TX 0x01000000 /* TX Interrupt */ macro
50 #define IMASK_DEF (ISTAT_ERRORS | ISTAT_TO | ISTAT_RX | ISTAT_TX)
H A Db44.c848 if (bp->istat & (ISTAT_TX | ISTAT_TO)) { in b44_poll()

Completed in 8 milliseconds