Home
last modified time | relevance | path

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

/drivers/net/wan/
Dhd64570.h181 #define DSR_BOF 0x20 /* Buffer Overflow/Underflow (chained-block)*/ macro
Dhd64572.c242 sca_out((stat & (DSR_EOT | DSR_EOM | DSR_BOF | DSR_COF)) | DSR_DWE, in sca_rx_done()
245 if (stat & DSR_BOF) in sca_rx_done()
301 sca_out((stat & (DSR_EOT | DSR_EOM | DSR_BOF | DSR_COF)) | DSR_DWE, in sca_tx_done()
Dhd64570.c298 sca_out((stat & (DSR_EOT | DSR_EOM | DSR_BOF | DSR_COF)) | DSR_DWE, in sca_rx_intr()
301 if (stat & DSR_BOF) in sca_rx_intr()
354 sca_out((stat & (DSR_EOT | DSR_EOM | DSR_BOF | DSR_COF)) | DSR_DWE, in sca_tx_intr()
Dhd64572.h485 #define DSR_BOF 0x20 macro