Home
last modified time | relevance | path

Searched refs:ST_RX_EOM (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wan/
Dhd64570.h165 #define ST_RX_EOM 0x80 /* End of frame */ macro
Dhd64572.h218 #define ST_RX_EOM 0x80 /* End of frame */ macro
Dhd64572.c256 if (!(stat & ST_RX_EOM)) in sca_rx_done()
267 if (stat & ST_RX_EOM) in sca_rx_done()
Dhd64570.c312 if (!(stat & ST_RX_EOM)) in sca_rx_intr()
323 if (stat & ST_RX_EOM) in sca_rx_intr()