Searched refs:txhead (Results 1 – 4 of 4) sorted by relevance
282 priv->txhead = 0; in am79c961_init_for_open()451 head = priv->txhead; in am79c961_sendpacket()461 priv->txhead = head; in am79c961_sendpacket()472 if (am_readword(dev, priv->txhdr + (priv->txhead << 3) + 2) & TMD_OWN) in am79c961_sendpacket()582 } while (priv->txtail != priv->txhead); in am79c961_tx()
135 unsigned char txhead; member
99 unsigned int txhead; /* Next TX descriptor to use */ member181 data->txhead, data->txtail, data->txfree, in dump_eth_one()625 while (!data->txfree || data->txhead != data->txtail) { in tsi108_complete_tx()685 int tx = data->txhead; in tsi108_send_packet()731 data->txhead = (data->txhead + 1) % TSI108_TXRING_LEN; in tsi108_send_packet()1363 data->txhead = 0; in tsi108_open()1405 while (!data->txfree || data->txhead != data->txtail) { in tsi108_close()
1805 struct TxFD *txhead = &lp->tfd_base[head]; in tc35815_txdone() local1821 txhead->fd.FDNext |= cpu_to_le32(FD_Next_EOL); in tc35815_txdone()1822 txhead->fd.FDCtl |= cpu_to_le32(FD_FrmOpt_IntTx); in tc35815_txdone()