Lines Matching defs:nextin
1216 int nextin;
1225 nextin = txq->txq_fi + 1;
1226 if (nextin == GE_TXDESC_MAX)
1227 nextin = 0;
1228 GE_TXDPOSTSYNC(sc, txq, nextin);
1229 if (gt32toh(txq->txq_descs[nextin].ed_cmdsts) & TX_CMD_O) {
1231 GE_TXDPRESYNC(sc, txq, nextin);
1376 int nextin;
1392 nextin = txq->txq_fi + 1;
1393 if (nextin == GE_TXDESC_MAX)
1394 nextin = 0;
1395 GE_TXDPOSTSYNC(sc, txq, nextin);
1396 if (gt32toh(txq->txq_descs[nextin].ed_cmdsts) & TX_CMD_O) {
1398 GE_TXDPRESYNC(sc, txq, nextin);