Lines Matching refs:txpos
432 int txpos; /* Next Tx buffer to use */ member
798 int len, int txpos) in fst_tx_dma_complete() argument
805 FST_WRB(card, txDescrRing[port->index][txpos].bits, in fst_tx_dma_complete()
940 port->txpos = 0; in fst_issue_cmd()
1019 port->txpos = 0; in fst_tx_config()
1297 while (!(FST_RDB(card, txDescrRing[pi][port->txpos].bits) & in do_bottom_half_tx()
1326 FST_WRW(card, txDescrRing[pi][port->txpos].bcnt, in do_bottom_half_tx()
1334 txpos][0]), in do_bottom_half_tx()
1337 txDescrRing[pi][port->txpos]. in do_bottom_half_tx()
1349 card->dma_txpos = port->txpos; in do_bottom_half_tx()
1353 [port->txpos][0]), in do_bottom_half_tx()
1356 if (++port->txpos >= NUM_TX_BUFFER) in do_bottom_half_tx()
1357 port->txpos = 0; in do_bottom_half_tx()