Home
last modified time | relevance | path

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

/drivers/net/wan/
Dhd64570.h164 #define ST_RX_EOM 0x80 /* End of frame */ macro
Dhd64572.h223 #define ST_RX_EOM 0x80 /* End of frame */ macro
Dhd64572.c260 if (!(stat & ST_RX_EOM)) in sca_rx_done()
271 if (stat & ST_RX_EOM) in sca_rx_done()
Dhd64570.c316 if (!(stat & ST_RX_EOM)) in sca_rx_intr()
327 if (stat & ST_RX_EOM) in sca_rx_intr()