Searched refs:sc_tx_fifolen (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/fdt/
H A Dqcpas.c88 int sc_tx_fifolen; member in struct:qcpas_softc
594 &sc->sc_tx_fifolen);
671 if (head >= sc->sc_tx_fifolen)
672 head -= sc->sc_tx_fifolen;
686 if (head >= sc->sc_tx_fifolen)
687 head -= sc->sc_tx_fifolen;
700 if (head >= sc->sc_tx_fifolen)
701 head -= sc->sc_tx_fifolen;

Completed in 122 milliseconds