Searched refs:txtail (Results 1 – 7 of 7) sorted by relevance
128 int txtail; /* txtail delay */ member718 yp->tx_count = (yp->bitrate * yp->txtail) / 8000; in yam_tx_byte()826 seq_printf(seq, " TxTail %u\n", yp->txtail); in yam_seq_show()1045 if (yi.cfg.txtail > YAM_MAXTXTAIL) in yam_ioctl()1047 yp->txtail = yi.cfg.txtail; in yam_ioctl()1072 yi.cfg.txtail = yp->txtail; in yam_ioctl()1120 yp->txtail = DEFAULT_TXTAIL; in yam_setup()
171 int txtail; /* [1/TMR_0_HZ] */ member1370 start_timer(priv, priv->param.txtail, 0); in es_isr()
283 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()
136 unsigned char txtail; member
98 unsigned int txtail; /* Next TX descriptor to check status on */ member181 data->txhead, data->txtail, data->txfree, in dump_eth_one()625 while (!data->txfree || data->txhead != data->txtail) { in tsi108_complete_tx()626 tx = data->txtail; in tsi108_complete_tx()637 data->txtail = (data->txtail + 1) % TSI108_TXRING_LEN; in tsi108_complete_tx()1362 data->txtail = 0; in tsi108_open()1405 while (!data->txfree || data->txhead != data->txtail) { in tsi108_close()1406 int tx = data->txtail; in tsi108_close()1409 data->txtail = (data->txtail + 1) % TSI108_TXRING_LEN; in tsi108_close()
66 unsigned int txtail; /* TxTail */ member
365 txtail : 8429 txtail : 8