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

  /src/sys/arch/sparc64/dev/
sab.c 105 int sc_txc; member in struct:sabtty_softc
572 if (sc->sc_txc < 32)
573 len = sc->sc_txc;
580 sc->sc_txc -= len;
593 if ((sc->sc_txc == 0) || (sc->sc_flags & SABTTYF_STOP)) {
602 if ((isr1 & SAB_ISR1_ALLS) && ((sc->sc_txc == 0) ||
1105 sc->sc_txc = ndqb(&tp->t_outq, 0);
  /src/sys/dev/pci/
if_kse.c 259 uint32_t sc_txc, sc_rxc; member in struct:kse_softc
767 sc->sc_txc = TXC_TEN | TXC_EP | TXC_AC;
775 sc->sc_txc |= TXC_ICG;
783 sc->sc_txc |= TXC_TCG;
791 sc->sc_txc |= TXC_UCG;
794 sc->sc_txc |= (kse_burstsize << TXC_BS_SFT);
799 sc->sc_txc |= TXC_FCE;
813 CSR_WRITE_4(sc, MDTXC, sc->sc_txc);
852 sc->sc_txc &= ~TXC_TEN;
854 CSR_WRITE_4(sc, MDTXC, sc->sc_txc);
    [all...]

Completed in 13 milliseconds