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

/netbsd-current/sys/dev/sbus/
H A Dqecvar.h59 int rb_nrbuf; /* # of receive buffers */ member in struct:qec_ring
H A Dqe.c238 sc->sc_rb.rb_nrbuf = QEC_XD_RING_MAXSIZE;
243 sc->sc_rb.rb_nrbuf * QE_PKT_BUF_SZ;
327 bp = sc->sc_rb.rb_rxbuf + (idx % sc->sc_rb.rb_nrbuf) * QE_PKT_BUF_SZ;
648 unsigned int nrbuf = sc->sc_rb.rb_nrbuf;
H A Dqec.c312 nrbuf = qr->rb_nrbuf;
H A Dbe.c290 sc->sc_rb.rb_nrbuf = QEC_XD_RING_MAXSIZE;
296 sc->sc_rb.rb_nrbuf * BE_PKT_BUF_SZ;
496 bp = sc->sc_rb.rb_rxbuf + (idx % sc->sc_rb.rb_nrbuf) * BE_PKT_BUF_SZ;
897 unsigned int nrbuf = sc->sc_rb.rb_nrbuf;
/netbsd-current/sys/dev/ic/
H A Dhmevar.h46 int rb_nrbuf; /* # of receive buffers */ member in struct:hme_ring
H A Dhme.c172 sc->sc_rb.rb_nrbuf = _HME_NDESC;
184 sc->sc_rb.rb_nrbuf * _HME_BUFSZ; /* RX buffers */
403 nrbuf = hr->rb_nrbuf;
710 bp = (char *)sc->sc_rb.rb_rxbuf + (ri % sc->sc_rb.rb_nrbuf) * _HME_BUFSZ;
1051 unsigned int nrbuf = sc->sc_rb.rb_nrbuf;

Completed in 220 milliseconds