Home
last modified time | relevance | path

Searched refs:tx_pend_list (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h545 struct list_head tx_pend_list; member
H A Dipw2100.c58 list (tx_pend_list)
64 5) the packet is removed from tx_pend_list and placed on the end of the
78 are used instead of tx_free_list/tx_pend_list
93 tx_pend_list : Holds used Tx buffers waiting to go into the TBD ring
3059 while (!list_empty(&priv->tx_pend_list)) { in ipw2100_tx_send_data()
3066 element = priv->tx_pend_list.next; in ipw2100_tx_send_data()
3395 list_add_tail(element, &priv->tx_pend_list); in ipw2100_tx()
4471 INIT_LIST_HEAD(&priv->tx_pend_list); in ipw2100_tx_initialize()
5795 while (!list_empty(&priv->tx_pend_list)) { in ipw2100_close()
5796 element = priv->tx_pend_list in ipw2100_close()
[all...]