HomeSort by: relevance | last modified time | path
    Searched defs:ntbuf (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/sbus/
qec.c 306 unsigned int ntbuf, nrbuf, i; local in function:qec_meminit
311 ntbuf = qr->rb_ntbuf;
336 p += ntbuf * pktbufsz;
337 dma += ntbuf * pktbufsz;
352 (uint32_t)(txbufdma + (i % ntbuf) * pktbufsz);
qe.c 438 unsigned int ntbuf = sc->sc_rb.rb_ntbuf; local in function:qestart
445 while (sc->sc_rb.rb_td_nbusy < ntbuf) {
be.c 582 unsigned int ntbuf = sc->sc_rb.rb_ntbuf; local in function:bestart
589 while (sc->sc_rb.rb_td_nbusy < ntbuf) {
  /src/sys/dev/ic/
hme.c 396 unsigned int ntbuf, nrbuf, i; local in function:hme_meminit
402 ntbuf = hr->rb_ntbuf;
410 p += ntbuf * HME_XD_SIZE;
411 dma += ntbuf * HME_XD_SIZE;
433 p += ntbuf * _HME_BUFSZ;
434 dma += ntbuf * _HME_BUFSZ;
447 for (i = 0; i < ntbuf; i++) {
896 unsigned int ntbuf = sc->sc_rb.rb_ntbuf; local in function:hme_start
961 if (++ri == ntbuf)
964 if (++sc->sc_rb.rb_td_nbusy == ntbuf) {
    [all...]

Completed in 16 milliseconds