Searched refs:sc_totlen (Results 1 – 2 of 2) sorted by relevance
393 --sc->sc_totlen; in bcm_bsc_empty_rx_fifo()396 } while (sc->sc_totlen > 0 && (status & BCM_BSC_STATUS_RXD)); in bcm_bsc_empty_rx_fifo()417 --sc->sc_totlen; in bcm_bsc_fill_tx_fifo()437 sc->sc_totlen); in bcm_bsc_fill_tx_fifo()442 } while (sc->sc_totlen > 0 && (status & BCM_BSC_STATUS_TXD)); in bcm_bsc_fill_tx_fifo()482 if ((status & BCM_BSC_STATUS_TXD) && sc->sc_totlen > 0) in bcm_bsc_intr()530 sc->sc_totlen = sc->sc_curmsg->len; in bcm_bsc_transfer()545 sc->sc_totlen += nxtmsg->len; in bcm_bsc_transfer()556 sc->sc_replen = sc->sc_totlen; in bcm_bsc_transfer()557 sc->sc_totlen += nxtmsg->len; in bcm_bsc_transfer()[all …]
47 uint16_t sc_totlen; member