Searched refs:txfree (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dpio.h64 /* Packets from the txfree list can
67 struct list_head txfree; member in struct:b43legacy_pioqueue
H A Dpio.c226 list_move(&packet->list, &queue->txfree);
324 list_add(&packet->list, &queue->txfree);
344 INIT_LIST_HEAD(&queue->txfree);
473 B43legacy_WARN_ON(list_empty(&queue->txfree));
475 packet = list_entry(queue->txfree.next, struct b43legacy_pio_txpacket,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtsi108_eth.c107 unsigned int txfree; member in struct:tsi108_prv_data
183 data->txhead, data->txtail, data->txfree,
352 if (is_valid_ether_addr(dev->dev_addr) && data->txfree)
627 while (!data->txfree || data->txhead != data->txtail) {
640 data->txfree++;
670 if (data->txfree < MAX_SKB_FRAGS + 1) {
679 if (data->txfree - frags < MAX_SKB_FRAGS + 1) {
700 ((TSI108_TXRING_LEN - data->txfree) >= TSI108_TX_INT_FREQ))
733 data->txfree--;
1165 if (data->txfree
[all...]

Completed in 78 milliseconds