HomeSort by: relevance | last modified time | path
    Searched defs:sc_tx_fifolen (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/acpi/
qcompas.c 116 int sc_tx_fifolen; member in struct:qcpas_softc
820 &sc->sc_tx_fifolen);
897 if (head >= sc->sc_tx_fifolen)
898 head -= sc->sc_tx_fifolen;
912 if (head >= sc->sc_tx_fifolen)
913 head -= sc->sc_tx_fifolen;
926 if (head >= sc->sc_tx_fifolen)
927 head -= sc->sc_tx_fifolen;
qcompas.c 116 int sc_tx_fifolen; member in struct:qcpas_softc
820 &sc->sc_tx_fifolen);
897 if (head >= sc->sc_tx_fifolen)
898 head -= sc->sc_tx_fifolen;
912 if (head >= sc->sc_tx_fifolen)
913 head -= sc->sc_tx_fifolen;
926 if (head >= sc->sc_tx_fifolen)
927 head -= sc->sc_tx_fifolen;

Completed in 22 milliseconds