Home
last modified time | relevance | path

Searched refs:txtail (Results 1 – 5 of 5) sorted by relevance

/drivers/net/hamradio/
Dyam.c128 int txtail; /* txtail delay */ member
715 yp->tx_count = (yp->bitrate * yp->txtail) / 8000; in yam_tx_byte()
823 seq_printf(seq, " TxTail %u\n", yp->txtail); in yam_seq_show()
1043 if (yi.cfg.txtail > YAM_MAXTXTAIL) in yam_ioctl()
1045 yp->txtail = yi.cfg.txtail; in yam_ioctl()
1069 yi.cfg.txtail = yp->txtail; in yam_ioctl()
1117 yp->txtail = DEFAULT_TXTAIL; in yam_setup()
Ddmascc.c171 int txtail; /* [1/TMR_0_HZ] */ member
1367 start_timer(priv, priv->param.txtail, 0); in es_isr()
/drivers/net/ethernet/tundra/
Dtsi108_eth.c99 unsigned int txtail; /* Next TX descriptor to check status on */ member
183 data->txhead, data->txtail, data->txfree, in dump_eth_one()
627 while (!data->txfree || data->txhead != data->txtail) { in tsi108_complete_tx()
628 tx = data->txtail; in tsi108_complete_tx()
639 data->txtail = (data->txtail + 1) % TSI108_TXRING_LEN; in tsi108_complete_tx()
1364 data->txtail = 0; in tsi108_open()
1407 while (!data->txfree || data->txhead != data->txtail) { in tsi108_close()
1408 int tx = data->txtail; in tsi108_close()
1411 data->txtail = (data->txtail + 1) % TSI108_TXRING_LEN; in tsi108_close()
/drivers/net/ethernet/amd/
Dam79c961a.c283 priv->txtail = 0; in am79c961_init_for_open()
548 hdraddr = priv->txhdr + (priv->txtail << 3); in am79c961_tx()
553 priv->txtail ++; in am79c961_tx()
554 if (priv->txtail >= TX_BUFFERS) in am79c961_tx()
555 priv->txtail = 0; in am79c961_tx()
582 } while (priv->txtail != priv->txhead); in am79c961_tx()
Dam79c961a.h136 unsigned char txtail; member