Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h534 struct list_head fw_pend_list; member
H A Dipw2100.c65 firmware pending list (fw_pend_list)
71 from the fw_pend_list.
72 10)The packet structure contained in the fw_pend_list is then used
2771 * the fw_pend_list has been processed by the firmware yet.
2775 * If so, then it removes the item from the fw_pend_list, frees
2816 if (list_empty(&priv->fw_pend_list)) in __ipw2100_tx_process()
2819 element = priv->fw_pend_list.next; in __ipw2100_tx_process()
2841 printk(KERN_WARNING DRV_NAME ": %s: Bad fw_pend_list entry!\n", in __ipw2100_tx_process()
2978 return (!list_empty(&priv->fw_pend_list)); in __ipw2100_tx_process()
3046 list_add_tail(element, &priv->fw_pend_list); in ipw2100_tx_send_commands()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h534 struct list_head fw_pend_list; member
H A Dipw2100.c65 firmware pending list (fw_pend_list)
71 from the fw_pend_list.
72 10)The packet structure contained in the fw_pend_list is then used
2760 * the fw_pend_list has been processed by the firmware yet.
2764 * If so, then it removes the item from the fw_pend_list, frees
2805 if (list_empty(&priv->fw_pend_list)) in __ipw2100_tx_process()
2808 element = priv->fw_pend_list.next; in __ipw2100_tx_process()
2830 printk(KERN_WARNING DRV_NAME ": %s: Bad fw_pend_list entry!\n", in __ipw2100_tx_process()
2967 return (!list_empty(&priv->fw_pend_list)); in __ipw2100_tx_process()
3035 list_add_tail(element, &priv->fw_pend_list); in ipw2100_tx_send_commands()
[all...]

Completed in 22 milliseconds