Home
last modified time | relevance | path

Searched refs:txhead (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dam79c961a.c279 priv->txhead = 0; in am79c961_init_for_open()
448 head = priv->txhead; in am79c961_sendpacket()
458 priv->txhead = head; in am79c961_sendpacket()
469 if (am_readword(dev, priv->txhdr + (priv->txhead << 3) + 2) & TMD_OWN) in am79c961_sendpacket()
579 } while (priv->txtail != priv->txhead); in am79c961_tx()
H A Dam79c961a.h132 unsigned char txhead; member
/kernel/linux/linux-6.6/drivers/net/can/
H A Dcan327.c85 u8 *txhead; /* Next TX byte */ member
150 elm->txhead = elm->txbuf + written; in can327_send()
962 written = elm->tty->ops->write(elm->tty, elm->txhead, in can327_ldisc_tx_worker()
974 elm->txhead += written; in can327_ldisc_tx_worker()
/kernel/linux/linux-5.10/drivers/net/ethernet/tundra/
H A Dtsi108_eth.c87 unsigned int txhead; /* Next TX descriptor to use */ member
172 data->txhead, data->txtail, data->txfree, in dump_eth_one()
618 while (!data->txfree || data->txhead != data->txtail) { in tsi108_complete_tx()
678 int tx = data->txhead; in tsi108_send_packet()
725 data->txhead = (data->txhead + 1) % TSI108_TXRING_LEN; in tsi108_send_packet()
1361 data->txhead = 0; in tsi108_open()
1403 while (!data->txfree || data->txhead != data->txtail) { in tsi108_close()
/kernel/linux/linux-6.6/drivers/net/ethernet/tundra/
H A Dtsi108_eth.c84 unsigned int txhead; /* Next TX descriptor to use */ member
159 data->txhead, data->txtail, data->txfree, in dump_eth_one()
605 while (!data->txfree || data->txhead != data->txtail) { in tsi108_complete_tx()
665 int tx = data->txhead; in tsi108_send_packet()
712 data->txhead = (data->txhead + 1) % TSI108_TXRING_LEN; in tsi108_send_packet()
1349 data->txhead = 0; in tsi108_open()
1391 while (!data->txfree || data->txhead != data->txtail) { in tsi108_close()
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H A Dtc35815.c1788 struct TxFD *txhead = &lp->tfd_base[head]; in tc35815_txdone() local
1804 txhead->fd.FDNext |= cpu_to_le32(FD_Next_EOL); in tc35815_txdone()
1805 txhead->fd.FDCtl |= cpu_to_le32(FD_FrmOpt_IntTx); in tc35815_txdone()
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H A Dtc35815.c1789 struct TxFD *txhead = &lp->tfd_base[head]; in tc35815_txdone() local
1805 txhead->fd.FDNext |= cpu_to_le32(FD_Next_EOL); in tc35815_txdone()
1806 txhead->fd.FDCtl |= cpu_to_le32(FD_FrmOpt_IntTx); in tc35815_txdone()

Completed in 14 milliseconds