Home
last modified time | relevance | path

Searched refs:rfhead (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/sun3/dev/
H A Dif_ievar.h119 int rfhead, rftail, rbhead, rbtail; member
H A Dif_ie.c539 i = sc->rfhead; in ierint()
891 sc->rfhead = (sc->rfhead + 1) % sc->nframes; in ie_readframe()
1239 sc->rfhead = 0; in iememinit()
/netbsd-src/sys/dev/ic/
H A Di82586.c521 i = sc->rfhead; in i82586_rint()
583 if (++sc->rfhead == sc->nframes) in i82586_rint()
584 sc->rfhead = 0; in i82586_rint()
1469 sc->rfhead = 0; in i82586_setup_bufs()
1670 sc->ie_bus_write16(sc, IE_RFRAME_BUFDESC(sc->rframes, sc->rfhead), in i82586_start_transceiver()
1674 IE_RFRAME_ADDR(sc->rframes, sc->rfhead)); in i82586_start_transceiver()
H A Di82586var.h226 int rfhead, rftail; member
/netbsd-src/sys/arch/acorn32/podulebus/
H A Dif_ie.c138 int rfhead, rftail, rbhead, rbtail; member
799 sc->rfhead = 0; in setup_rfa()
1267 sc->rfhead = ( sc->rfhead + 1 ) % NFRAMES; in ie_read_frame()
1291 i = sc->rfhead; in ierint()