Home
last modified time | relevance | path

Searched refs:txDescrRing (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dfarsync.c268 struct txdesc txDescrRing[FST_MAX_PORTS][NUM_TX_BUFFER]; member
826 FST_WRB(card, txDescrRing[port->index][txpos].bits, in fst_tx_dma_complete()
1047 FST_WRW(card, txDescrRing[pi][i].ladr, (u16) offset); in fst_tx_config()
1048 FST_WRB(card, txDescrRing[pi][i].hadr, (u8) (offset >> 16)); in fst_tx_config()
1049 FST_WRW(card, txDescrRing[pi][i].bcnt, 0); in fst_tx_config()
1050 FST_WRB(card, txDescrRing[pi][i].bits, 0); in fst_tx_config()
1340 while (!(FST_RDB(card, txDescrRing[pi][port->txpos].bits) & in do_bottom_half_tx()
1372 FST_WRW(card, txDescrRing[pi][port->txpos].bcnt, in do_bottom_half_tx()
1383 txDescrRing[pi][port->txpos]. in do_bottom_half_tx()
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dfarsync.c270 struct txdesc txDescrRing[FST_MAX_PORTS][NUM_TX_BUFFER]; member
805 FST_WRB(card, txDescrRing[port->index][txpos].bits, in fst_tx_dma_complete()
1014 FST_WRW(card, txDescrRing[pi][i].ladr, (u16)offset); in fst_tx_config()
1015 FST_WRB(card, txDescrRing[pi][i].hadr, (u8)(offset >> 16)); in fst_tx_config()
1016 FST_WRW(card, txDescrRing[pi][i].bcnt, 0); in fst_tx_config()
1017 FST_WRB(card, txDescrRing[pi][i].bits, 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()
1337 txDescrRing[pi][port->txpos]. in do_bottom_half_tx()

Completed in 7 milliseconds