Home
last modified time | relevance | path

Searched refs:sc_xmit (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Darcofi.c495 sc->sc_xmit.buf = (uint8_t *)wbuf; in arcofi_start_output()
496 sc->sc_xmit.past = (uint8_t *)wbuf + wsz; in arcofi_start_output()
497 sc->sc_xmit.cb = cb; in arcofi_start_output()
498 sc->sc_xmit.cbarg = cbarg; in arcofi_start_output()
937 cur = sc->sc_xmit.buf; in arcofi_hwintr()
938 past = sc->sc_xmit.past; in arcofi_hwintr()
957 sc->sc_xmit.buf = cur; in arcofi_hwintr()
966 wakeup(&sc->sc_xmit); in arcofi_hwintr()
989 if (sc->sc_xmit.buf != NULL && sc->sc_xmit.buf == sc->sc_xmit.past) in arcofi_swintr()
997 if (sc->sc_xmit.cb) in arcofi_swintr()
[all …]
H A Darcofivar.h45 sc_xmit; member