Searched refs:msg_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.h536 struct list_head msg_pend_list; member in struct:ipw2100_priv
H A Dipw2100.c91 The above steps are the same for commands, only the msg_free_list/msg_pend_list
115 msg_pend_list : Holds used Msg buffers waiting to go into the TBD ring
790 list_add_tail(element, &priv->msg_pend_list);
3041 while (!list_empty(&priv->msg_pend_list)) {
3053 element = priv->msg_pend_list.next;
3515 INIT_LIST_HEAD(&priv->msg_pend_list);
6139 INIT_LIST_HEAD(&priv->msg_pend_list);
/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.h536 struct list_head msg_pend_list; member in struct:ipw2100_priv
H A Dipw2100.c91 The above steps are the same for commands, only the msg_free_list/msg_pend_list
115 msg_pend_list : Holds used Msg buffers waiting to go into the TBD ring
790 list_add_tail(element, &priv->msg_pend_list);
3041 while (!list_empty(&priv->msg_pend_list)) {
3053 element = priv->msg_pend_list.next;
3515 INIT_LIST_HEAD(&priv->msg_pend_list);
6139 INIT_LIST_HEAD(&priv->msg_pend_list);

Completed in 143 milliseconds