Searched refs:tx_pend_list (Results 1 – 2 of 2) sorted by relevance
545 struct list_head tx_pend_list; member
58 list (tx_pend_list)64 5) the packet is removed from tx_pend_list and placed on the end of the78 are used instead of tx_free_list/tx_pend_list93 tx_pend_list : Holds used Tx buffers waiting to go into the TBD ring3059 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...]