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

/netbsd-current/sys/dev/sbus/
H A Dqecvar.h57 uint8_t *rb_rxbuf; /* Receive buffers */ member in struct:qec_ring
H A Dqec.c342 qr->rb_rxbuf = p;
H A Dqe.c327 bp = sc->sc_rb.rb_rxbuf + (idx % sc->sc_rb.rb_nrbuf) * QE_PKT_BUF_SZ;
H A Dbe.c496 bp = sc->sc_rb.rb_rxbuf + (idx % sc->sc_rb.rb_nrbuf) * BE_PKT_BUF_SZ;
/netbsd-current/sys/dev/ic/
H A Dhmevar.h44 void * rb_rxbuf; /* Receive buffers */ member in struct:hme_ring
H A Dhme.c439 hr->rb_rxbuf = p;
710 bp = (char *)sc->sc_rb.rb_rxbuf + (ri % sc->sc_rb.rb_nrbuf) * _HME_BUFSZ;
1657 volatile void *buf = sc->sc_rb.rb_rxbuf + (ri * _HME_BUFSZ);

Completed in 198 milliseconds