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

/netbsd-current/sys/dev/sbus/
H A Dqecvar.h58 int rb_ntbuf; /* # of transmit buffers */ member in struct:qec_ring
H A Dqe.c237 sc->sc_rb.rb_ntbuf = QEC_XD_RING_MAXSIZE;
242 sc->sc_rb.rb_ntbuf * QE_PKT_BUF_SZ +
376 bp = sc->sc_rb.rb_txbuf + (idx % sc->sc_rb.rb_ntbuf) * QE_PKT_BUF_SZ;
438 unsigned int ntbuf = sc->sc_rb.rb_ntbuf;
H A Dqec.c311 ntbuf = qr->rb_ntbuf;
H A Dbe.c289 sc->sc_rb.rb_ntbuf = QEC_XD_RING_MAXSIZE;
295 sc->sc_rb.rb_ntbuf * BE_PKT_BUF_SZ +
465 bp = sc->sc_rb.rb_txbuf + (idx % sc->sc_rb.rb_ntbuf) * BE_PKT_BUF_SZ;
582 unsigned int ntbuf = sc->sc_rb.rb_ntbuf;
/netbsd-current/sys/dev/ic/
H A Dhmevar.h45 int rb_ntbuf; /* # of transmit buffers */ member in struct:hme_ring
H A Dhme.c171 sc->sc_rb.rb_ntbuf = _HME_NDESC;
183 sc->sc_rb.rb_ntbuf * _HME_BUFSZ + /* TX buffers */
402 ntbuf = hr->rb_ntbuf;
540 bus_space_write_4(t, etx, HME_ETXI_RSIZE, sc->sc_rb.rb_ntbuf);
668 bp = (char *)sc->sc_rb.rb_txbuf + (ri % sc->sc_rb.rb_ntbuf) * _HME_BUFSZ;
896 unsigned int ntbuf = sc->sc_rb.rb_ntbuf;
1022 if (++ri == sc->sc_rb.rb_ntbuf)

Completed in 108 milliseconds