Searched refs:txpos (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/mctp/ |
H A D | mctp-serial.c | 66 unsigned int txpos, rxpos; member 81 if (dev->txpos == dev->txlen) in next_chunk_len() 87 if (needs_escape(dev->txbuf[dev->txpos])) in next_chunk_len() 94 for (i = 1; i + dev->txpos + 1 < dev->txlen; i++) { in next_chunk_len() 95 if (needs_escape(dev->txbuf[dev->txpos + i + 1])) in next_chunk_len() 120 dev->txpos = 0; in mctp_serial_tx_work() 127 if (!dev->txpos) in mctp_serial_tx_work() 130 txlen = write_chunk(dev, buf + dev->txpos, 3 - dev->txpos); in mctp_serial_tx_work() 134 dev->txpos in mctp_serial_tx_work() [all...] |
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | farsync.c | 431 int txpos; /* Next Tx buffer to use */ member 818 int len, int txpos) in fst_tx_dma_complete() 826 FST_WRB(card, txDescrRing[port->index][txpos].bits, in fst_tx_dma_complete() 971 port->txpos = 0; in fst_issue_cmd() 1052 port->txpos = 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() 1380 txpos][0]), in do_bottom_half_tx() 1383 txDescrRing[pi][port->txpos]. in do_bottom_half_tx() 1395 card->dma_txpos = port->txpos; in do_bottom_half_tx() 817 fst_tx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, int len, int txpos) fst_tx_dma_complete() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | farsync.c | 432 int txpos; /* Next Tx buffer to use */ member 798 int len, int txpos) in fst_tx_dma_complete() 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() 797 fst_tx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, int len, int txpos) fst_tx_dma_complete() argument [all...] |
Completed in 6 milliseconds