Searched refs:rb_nrbuf (Results 1 – 6 of 6) sorted by relevance
59 int rb_nrbuf; /* # of receive buffers */ member
238 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()
290 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()
312 nrbuf = qr->rb_nrbuf; in qec_meminit()
46 int rb_nrbuf; /* # of receive buffers */ member
172 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()