Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dhd64570.h182 #define DSR_BOF 0x20 /* Buffer Overflow/Underflow (chained-block)*/ macro
H A Dhd64572.c232 sca_out((stat & (DSR_EOT | DSR_EOM | DSR_BOF | DSR_COF)) | DSR_DWE, in sca_rx_done()
235 if (stat & DSR_BOF) in sca_rx_done()
290 sca_out((stat & (DSR_EOT | DSR_EOM | DSR_BOF | DSR_COF)) | DSR_DWE, in sca_tx_done()
H A Dhd64570.c292 sca_out((stat & (DSR_EOT | DSR_EOM | DSR_BOF | DSR_COF)) | DSR_DWE, in sca_rx_intr()
295 if (stat & DSR_BOF) in sca_rx_intr()
348 sca_out((stat & (DSR_EOT | DSR_EOM | DSR_BOF | DSR_COF)) | DSR_DWE, in sca_tx_intr()
H A Dhd64572.h480 #define DSR_BOF 0x20 macro