Home
last modified time | relevance | path

Searched refs:rb_txbuf (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/sbus/
H A Dqecvar.h56 uint8_t *rb_txbuf; /* Transmit buffers */ member
H A Dqec.c334 qr->rb_txbuf = p; in qec_meminit()
H A Dqe.c376 bp = sc->sc_rb.rb_txbuf + (idx % sc->sc_rb.rb_ntbuf) * QE_PKT_BUF_SZ; in qe_put()
H A Dbe.c465 bp = sc->sc_rb.rb_txbuf + (idx % sc->sc_rb.rb_ntbuf) * BE_PKT_BUF_SZ; in be_put()
/netbsd-src/sys/dev/ic/
H A Dhmevar.h43 void * rb_txbuf; /* Transmit buffers */ member
H A Dhme.c431 hr->rb_txbuf = p; in hme_meminit()
668 bp = (char *)sc->sc_rb.rb_txbuf + (ri % sc->sc_rb.rb_ntbuf) * _HME_BUFSZ; in hme_put()
1646 volatile void *buf = sc->sc_rb.rb_txbuf + (ri * _HME_BUFSZ);