Searched refs:txDescrRing (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | farsync.c | 271 struct txdesc txDescrRing[FST_MAX_PORTS][NUM_TX_BUFFER]; member 850 FST_WRB(card, txDescrRing[port->index][txpos].bits, in fst_tx_dma_complete() 1070 FST_WRW(card, txDescrRing[pi][i].ladr, (u16) offset); in fst_tx_config() 1071 FST_WRB(card, txDescrRing[pi][i].hadr, (u8) (offset >> 16)); in fst_tx_config() 1072 FST_WRW(card, txDescrRing[pi][i].bcnt, 0); in fst_tx_config() 1073 FST_WRB(card, txDescrRing[pi][i].bits, 0); in fst_tx_config() 1368 (FST_RDB(card, txDescrRing[pi][port->txpos].bits) & in do_bottom_half_tx() 1400 FST_WRW(card, txDescrRing[pi][port->txpos].bcnt, in do_bottom_half_tx() 1411 txDescrRing[pi][port->txpos]. in do_bottom_half_tx()
|