Searched refs:msg_pend_list (Results 1 – 2 of 2) sorted by relevance
539 struct list_head msg_pend_list; member
77 The above steps are the same for commands, only the msg_free_list/msg_pend_list101 msg_pend_list : Holds used Msg buffers waiting to go into the TBD ring762 list_add_tail(element, &priv->msg_pend_list); in ipw2100_hw_send_command() 2987 while (!list_empty(&priv->msg_pend_list)) { in ipw2100_tx_send_commands() 2999 element = priv->msg_pend_list.next; in ipw2100_tx_send_commands() 3461 INIT_LIST_HEAD(&priv->msg_pend_list); in ipw2100_msg_initialize() 6097 INIT_LIST_HEAD(&priv->msg_pend_list); in ipw2100_alloc_device()