Home
last modified time | relevance | path

Searched refs:txhead (Results 1 – 2 of 2) sorted by relevance

/linux/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()
/linux/drivers/net/ethernet/toshiba/
H A Dtc35815.c1785 struct TxFD *txhead = &lp->tfd_base[head]; in tc35815_txdone() local
1801 txhead->fd.FDNext |= cpu_to_le32(FD_Next_EOL); in tc35815_txdone()
1802 txhead->fd.FDCtl |= cpu_to_le32(FD_FrmOpt_IntTx); in tc35815_txdone()