Searched refs:txhead (Results 1 – 4 of 4) sorted by relevance
279 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()
132 unsigned char txhead; member
87 unsigned int txhead; /* Next TX descriptor to use */ member172 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()1358 data->txhead = 0; in tsi108_open()1400 while (!data->txfree || data->txhead != data->txtail) { in tsi108_close()
1788 struct TxFD *txhead = &lp->tfd_base[head]; in tc35815_txdone() local1804 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()