Home
last modified time | relevance | path

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

/linux-4.4.14/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.c259 if (!(stat & ST_RX_EOM)) in sca_rx_done()
270 if (stat & ST_RX_EOM) in sca_rx_done()
Dhd64570.c315 if (!(stat & ST_RX_EOM)) in sca_rx_intr()
326 if (stat & ST_RX_EOM) in sca_rx_intr()