Searched refs:tx_pend_list (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dipw2100.h542 struct list_head tx_pend_list; member in struct:ipw2100_priv
H A Dipw2100.c72 list (tx_pend_list)
78 5) the packet is removed from tx_pend_list and placed on the end of the
92 are used instead of tx_free_list/tx_pend_list
107 tx_pend_list : Holds used Tx buffers waiting to go into the TBD ring
3113 while (!list_empty(&priv->tx_pend_list)) {
3120 element = priv->tx_pend_list.next;
3445 list_add_tail(element, &priv->tx_pend_list);
4557 INIT_LIST_HEAD(&priv->tx_pend_list);
5828 while (!list_empty(&priv->tx_pend_list)) {
5829 element = priv->tx_pend_list
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.h542 struct list_head tx_pend_list; member in struct:ipw2100_priv
H A Dipw2100.c72 list (tx_pend_list)
78 5) the packet is removed from tx_pend_list and placed on the end of the
92 are used instead of tx_free_list/tx_pend_list
107 tx_pend_list : Holds used Tx buffers waiting to go into the TBD ring
3113 while (!list_empty(&priv->tx_pend_list)) {
3120 element = priv->tx_pend_list.next;
3445 list_add_tail(element, &priv->tx_pend_list);
4557 INIT_LIST_HEAD(&priv->tx_pend_list);
5828 while (!list_empty(&priv->tx_pend_list)) {
5829 element = priv->tx_pend_list
[all...]

Completed in 199 milliseconds