Searched refs:tx_free_list (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.h543 struct list_head tx_free_list; member in struct:ipw2100_priv
H A Dipw2100.c71 2) Packet is move from the tx_free_list and appended to the transmit pending
89 11)The packet structure is placed onto the tx_free_list
92 are used instead of tx_free_list/tx_pend_list
103 tx_free_list : Holds pre-allocated Tx buffers.
2713 * free list of its source (either msg_free_list or tx_free_list)
2738 * it can put that data back into the tx_free_list and msg_free_list
2869 list_add_tail(element, &priv->tx_free_list);
3329 if (list_empty(&priv->tx_free_list))
3332 element = priv->tx_free_list.next;
4462 INIT_LIST_HEAD(&priv->tx_free_list);
[all...]

Completed in 111 milliseconds