Home
last modified time | relevance | path

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

/linux/drivers/net/hamradio/
H A Dyam.c113 int txtail; /* txtail delay */ member
703 yp->tx_count = (yp->bitrate * yp->txtail) / 8000; in yam_tx_byte()
811 seq_printf(seq, " TxTail %u\n", yp->txtail); in yam_seq_show()
1015 if (yi.cfg.txtail > YAM_MAXTXTAIL) in yam_siocdevprivate()
1017 yp->txtail = yi.cfg.txtail; in yam_siocdevprivate()
1042 yi.cfg.txtail = yp->txtail; in yam_siocdevprivate()
1090 yp->txtail = DEFAULT_TXTAIL; in yam_setup()
/linux/drivers/net/ethernet/tundra/
H A Dtsi108_eth.c83 unsigned int txtail; /* Next TX descriptor to check status on */ member
159 data->txhead, data->txtail, data->txfree, in dump_eth_one()
605 while (!data->txfree || data->txhead != data->txtail) { in tsi108_complete_tx()
606 tx = data->txtail; in tsi108_complete_tx()
617 data->txtail = (data->txtail + 1) % TSI108_TXRING_LEN; in tsi108_complete_tx()
1348 data->txtail = 0; in tsi108_open()
1391 while (!data->txfree || data->txhead != data->txtail) { in tsi108_close()
1392 int tx = data->txtail; in tsi108_close()
1395 data->txtail = (data->txtail + 1) % TSI108_TXRING_LEN; in tsi108_close()
/linux/include/linux/
H A Dyam.h51 unsigned int txtail; /* TxTail */ member
/linux/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst382 txtail : 8
449 txtail 8