Home | History | Annotate | Download | only in ic

Lines Matching defs:nexttx

323 	int nexttx, starttx;
335 nexttx = sc->sc_nexttx;
344 map = sc->sc_xmtmap[nexttx];
367 starttx = nexttx;
383 sc->sc_txmbuf[nexttx] = m;
385 zc->zc_xmit[nexttx].ze_bufsize = len;
386 zc->zc_xmit[nexttx].ze_bufaddr = (char *)buffer;
387 zc->zc_xmit[nexttx].ze_tdes1 = orword;
388 zc->zc_xmit[nexttx].ze_tdr = tdr;
390 if (++nexttx == TXDESCS)
391 nexttx = 0;
413 sc->sc_nexttx = nexttx;