OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rb_ntbuf
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/sbus/
qecvar.h
58
int
rb_ntbuf
; /* # of transmit buffers */
member in struct:qec_ring
qe.c
237
sc->sc_rb.
rb_ntbuf
= QEC_XD_RING_MAXSIZE;
242
sc->sc_rb.
rb_ntbuf
* QE_PKT_BUF_SZ +
376
bp = sc->sc_rb.rb_txbuf + (idx % sc->sc_rb.
rb_ntbuf
) * QE_PKT_BUF_SZ;
438
unsigned int ntbuf = sc->sc_rb.
rb_ntbuf
;
be.c
289
sc->sc_rb.
rb_ntbuf
= QEC_XD_RING_MAXSIZE;
295
sc->sc_rb.
rb_ntbuf
* BE_PKT_BUF_SZ +
465
bp = sc->sc_rb.rb_txbuf + (idx % sc->sc_rb.
rb_ntbuf
) * BE_PKT_BUF_SZ;
582
unsigned int ntbuf = sc->sc_rb.
rb_ntbuf
;
qec.c
311
ntbuf = qr->
rb_ntbuf
;
/src/sys/dev/ic/
hmevar.h
45
int
rb_ntbuf
; /* # of transmit buffers */
member in struct:hme_ring
hme.c
171
sc->sc_rb.
rb_ntbuf
= _HME_NDESC;
183
sc->sc_rb.
rb_ntbuf
* _HME_BUFSZ + /* TX buffers */
402
ntbuf = hr->
rb_ntbuf
;
540
bus_space_write_4(t, etx, HME_ETXI_RSIZE, sc->sc_rb.
rb_ntbuf
);
668
bp = (char *)sc->sc_rb.rb_txbuf + (ri % sc->sc_rb.
rb_ntbuf
) * _HME_BUFSZ;
896
unsigned int ntbuf = sc->sc_rb.
rb_ntbuf
;
1022
if (++ri == sc->sc_rb.
rb_ntbuf
)
Completed in 126 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025