Searched refs:txtail (Results 1 – 1 of 1) sorted by relevance
83 unsigned int txtail; /* Next TX descriptor to check status on */ member159 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()