Home | History | Annotate | Download | only in ic

Lines Matching defs:ntbuf

396 	unsigned int ntbuf, nrbuf, i;
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;
961 if (++ri == ntbuf)
964 if (++sc->sc_rb.rb_td_nbusy == ntbuf) {