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

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

Completed in 124 milliseconds