Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h538 struct list_head msg_free_list; member
H A Dipw2100.c77 The above steps are the same for commands, only the msg_free_list/msg_pend_list
97 msg_free_list : Holds pre-allocated Msg (Command) buffers
751 if (list_empty(&priv->msg_free_list)) { in ipw2100_hw_send_command()
759 element = priv->msg_free_list.next; in ipw2100_hw_send_command()
2777 * free list of its source (either msg_free_list or tx_free_list)
2802 * it can put that data back into the tx_free_list and msg_free_list
2964 list_add_tail(element, &priv->msg_free_list); in __ipw2100_tx_process()
3476 INIT_LIST_HEAD(&priv->msg_free_list); in ipw2100_msg_initialize()
3480 list_add_tail(&priv->msg_buffers[i].list, &priv->msg_free_list); in ipw2100_msg_initialize()
6117 INIT_LIST_HEAD(&priv->msg_free_list); in ipw2100_alloc_device()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h538 struct list_head msg_free_list; member
H A Dipw2100.c77 The above steps are the same for commands, only the msg_free_list/msg_pend_list
97 msg_free_list : Holds pre-allocated Msg (Command) buffers
740 if (list_empty(&priv->msg_free_list)) { in ipw2100_hw_send_command()
748 element = priv->msg_free_list.next; in ipw2100_hw_send_command()
2766 * free list of its source (either msg_free_list or tx_free_list)
2791 * it can put that data back into the tx_free_list and msg_free_list
2953 list_add_tail(element, &priv->msg_free_list); in __ipw2100_tx_process()
3465 INIT_LIST_HEAD(&priv->msg_free_list); in ipw2100_msg_initialize()
3469 list_add_tail(&priv->msg_buffers[i].list, &priv->msg_free_list); in ipw2100_msg_initialize()
6106 INIT_LIST_HEAD(&priv->msg_free_list); in ipw2100_alloc_device()
[all...]

Completed in 21 milliseconds