Lines Matching defs:txpos
431 int txpos; /* Next Tx buffer to use */
818 int len, int txpos)
826 FST_WRB(card, txDescrRing[port->index][txpos].bits,
971 port->txpos = 0;
1052 port->txpos = 0;
1340 while (!(FST_RDB(card, txDescrRing[pi][port->txpos].bits) &
1372 FST_WRW(card, txDescrRing[pi][port->txpos].bcnt,
1380 txpos][0]),
1383 txDescrRing[pi][port->txpos].
1395 card->dma_txpos = port->txpos;
1399 [port->txpos][0]),
1402 if (++port->txpos >= NUM_TX_BUFFER)
1403 port->txpos = 0;