Lines Matching defs:nexttx
1006 int nexttx;
1060 nexttx = (scp->sp_txcur + 1) % scp->sp_ntxdesc;
1062 nexttx = 0;
1066 nexttx = (scp->sp_txcur + 1) % scp->sp_ntxdesc;
1068 nexttx = 0;
1070 SCA_DPRINTF(SCA_DEBUG_TX, ("TX: nexttx %d\n", nexttx));
1072 buf = scp->sp_txbuf + SCA_BSIZE * nexttx;
1073 buf_p = scp->sp_txbuf_p + SCA_BSIZE * nexttx;
1076 desc = &scp->sp_txdesc[nexttx];
1126 scp->sp_txcur = nexttx;