HomeSort by: relevance | last modified time | path
    Searched refs:sc_xmit (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
arcofivar.h 45 sc_xmit; member in struct:arcofi_softc
arcofi.c 495 cur = sc->sc_xmit.buf;
496 past = sc->sc_xmit.past;
502 sc->sc_xmit.buf = cur;
553 sc->sc_xmit.buf = (uint8_t *)wbuf;
554 sc->sc_xmit.past = (uint8_t *)wbuf + wsz;
555 sc->sc_xmit.cb = cb;
556 sc->sc_xmit.cbarg = cbarg;
1040 sc->sc_xmit.cb(sc->sc_xmit.cbarg);
  /src/sys/arch/emips/ebus/
if_le_ebus.c 96 struct bufmap sc_xmit[SC_MAX_N_XMIT]; member in struct:enic_softc
183 memset(sc->sc_xmit, 0, sizeof sc->sc_xmit);
360 if ((m = sc->sc_xmit[i].mbuf) != NULL) {
361 sc->sc_xmit[i].mbuf = NULL;
362 sc->sc_xmit[i].phys = ~0;
748 if (sc->sc_xmit[i].phys == phys)
751 if (sc->sc_xmit[i].phys == phys)
762 m = sc->sc_xmit[i].mbuf;
763 sc->sc_xmit[i].mbuf = NULL
    [all...]
  /src/sys/dev/bluetooth/
btuart.c 66 bool sc_xmit; /* transmit is active */ member in struct:btuart_softc
502 sc->sc_xmit = false;
507 sc->sc_xmit = true;
567 sc->sc_xmit = false;
612 if (!sc->sc_xmit)
630 if (!sc->sc_xmit)
646 if (!sc->sc_xmit)

Completed in 35 milliseconds