Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/sbus/
Dqecvar.h59 int rb_nrbuf; /* # of receive buffers */ member
Dqe.c238 sc->sc_rb.rb_nrbuf = QEC_XD_RING_MAXSIZE; in qeattach()
243 sc->sc_rb.rb_nrbuf * QE_PKT_BUF_SZ; in qeattach()
327 bp = sc->sc_rb.rb_rxbuf + (idx % sc->sc_rb.rb_nrbuf) * QE_PKT_BUF_SZ; in qe_get()
648 unsigned int nrbuf = sc->sc_rb.rb_nrbuf; in qe_rint()
Dbe.c290 sc->sc_rb.rb_nrbuf = QEC_XD_RING_MAXSIZE; in beattach()
296 sc->sc_rb.rb_nrbuf * BE_PKT_BUF_SZ; in beattach()
496 bp = sc->sc_rb.rb_rxbuf + (idx % sc->sc_rb.rb_nrbuf) * BE_PKT_BUF_SZ; in be_get()
897 unsigned int nrbuf = sc->sc_rb.rb_nrbuf; in berint()
Dqec.c312 nrbuf = qr->rb_nrbuf; in qec_meminit()
/netbsd/src/sys/dev/ic/
Dhmevar.h46 int rb_nrbuf; /* # of receive buffers */ member
Dhme.c172 sc->sc_rb.rb_nrbuf = _HME_NDESC; in hme_config()
184 sc->sc_rb.rb_nrbuf * _HME_BUFSZ; /* RX buffers */ in hme_config()
403 nrbuf = hr->rb_nrbuf; in hme_meminit()
710 bp = (char *)sc->sc_rb.rb_rxbuf + (ri % sc->sc_rb.rb_nrbuf) * _HME_BUFSZ; in hme_get()
1051 unsigned int nrbuf = sc->sc_rb.rb_nrbuf; in hme_rint()