Searched refs:rb_txbuf (Results 1 – 6 of 6) sorted by relevance
56 uint8_t *rb_txbuf; /* Transmit buffers */ member
334 qr->rb_txbuf = p; in qec_meminit()
376 bp = sc->sc_rb.rb_txbuf + (idx % sc->sc_rb.rb_ntbuf) * QE_PKT_BUF_SZ; in qe_put()
465 bp = sc->sc_rb.rb_txbuf + (idx % sc->sc_rb.rb_ntbuf) * BE_PKT_BUF_SZ; in be_put()
43 void * rb_txbuf; /* Transmit buffers */ member
431 hr->rb_txbuf = p; in hme_meminit()668 bp = (char *)sc->sc_rb.rb_txbuf + (ri % sc->sc_rb.rb_ntbuf) * _HME_BUFSZ; in hme_put()1646 volatile void *buf = sc->sc_rb.rb_txbuf + (ri * _HME_BUFSZ);