Lines Matching defs:txpos
432 int txpos; /* Next Tx buffer to use */
792 int len, int txpos)
799 FST_WRB(card, txDescrRing[port->index][txpos].bits,
934 port->txpos = 0;
1013 port->txpos = 0;
1291 while (!(FST_RDB(card, txDescrRing[pi][port->txpos].bits) &
1320 FST_WRW(card, txDescrRing[pi][port->txpos].bcnt,
1328 txpos][0]),
1331 txDescrRing[pi][port->txpos].
1343 card->dma_txpos = port->txpos;
1347 [port->txpos][0]),
1350 if (++port->txpos >= NUM_TX_BUFFER)
1351 port->txpos = 0;