Home
last modified time | relevance | path

Searched refs:cmdpendingq (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/
H A Dcmd.c222 list_add_tail(&cmdnode->list, &priv->cmdpendingq); in lbtf_queue_cmd()
225 lbtf_deb_host("QUEUE_CMD: inserted command 0x%04x into cmdpendingq\n", in lbtf_queue_cmd()
581 if (!list_empty(&priv->cmdpendingq)) { in lbtf_execute_next_command()
582 cmdnode = list_first_entry(&priv->cmdpendingq, in lbtf_execute_next_command()
H A Dmain.c110 list_add(&cmdnode->list, &priv->cmdpendingq); in lbtf_cmd_work()
161 INIT_LIST_HEAD(&priv->cmdpendingq); in lbtf_init_adapter()
281 list_for_each_entry(cmdnode, &priv->cmdpendingq, list) { in lbtf_op_stop()
H A Dlibertas_tf.h216 struct list_head cmdpendingq; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas_tf/
H A Dmain.c110 list_add(&cmdnode->list, &priv->cmdpendingq); in lbtf_cmd_work()
161 INIT_LIST_HEAD(&priv->cmdpendingq); in lbtf_init_adapter()
282 list_for_each_entry(cmdnode, &priv->cmdpendingq, list) { in lbtf_op_stop()
H A Dcmd.c222 list_add_tail(&cmdnode->list, &priv->cmdpendingq); in lbtf_queue_cmd()
225 lbtf_deb_host("QUEUE_CMD: inserted command 0x%04x into cmdpendingq\n", in lbtf_queue_cmd()
581 if (!list_empty(&priv->cmdpendingq)) { in lbtf_execute_next_command()
582 cmdnode = list_first_entry(&priv->cmdpendingq, in lbtf_execute_next_command()
H A Dlibertas_tf.h216 struct list_head cmdpendingq; member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Ddev.h130 struct list_head cmdpendingq; /* pending command buffers */ member
H A Dmain.c208 ret = priv->cur_cmd == NULL && list_empty(&priv->cmdpendingq); in lbs_command_queue_empty()
472 else if (!list_empty(&priv->cmdpendingq) && in lbs_thread()
856 INIT_LIST_HEAD(&priv->cmdpendingq); in lbs_init_adapter()
H A Dcmdresp.c256 if (!list_empty(&priv->cmdpendingq)) { in lbs_process_event()
H A Dcmd.c922 list_add_tail(&cmdnode->list, &priv->cmdpendingq); in lbs_queue_cmd()
924 list_add(&cmdnode->list, &priv->cmdpendingq); in lbs_queue_cmd()
928 lbs_deb_host("QUEUE_CMD: inserted command 0x%04x into cmdpendingq\n", in lbs_queue_cmd()
1016 * Normally, commands are removed from cmdpendingq before being in __lbs_complete_command()
1249 if (!list_empty(&priv->cmdpendingq)) { in lbs_execute_next_command()
1250 cmdnode = list_first_entry(&priv->cmdpendingq, in lbs_execute_next_command()
1351 "EXEC_NEXT_CMD: cmdpendingq empty, go back to PS_SLEEP"); in lbs_execute_next_command()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Ddev.h130 struct list_head cmdpendingq; /* pending command buffers */ member
H A Dmain.c207 ret = priv->cur_cmd == NULL && list_empty(&priv->cmdpendingq); in lbs_command_queue_empty()
471 else if (!list_empty(&priv->cmdpendingq) && in lbs_thread()
855 INIT_LIST_HEAD(&priv->cmdpendingq); in lbs_init_adapter()
H A Dcmdresp.c256 if (!list_empty(&priv->cmdpendingq)) { in lbs_process_event()
H A Dcmd.c921 list_add_tail(&cmdnode->list, &priv->cmdpendingq); in lbs_queue_cmd()
923 list_add(&cmdnode->list, &priv->cmdpendingq); in lbs_queue_cmd()
927 lbs_deb_host("QUEUE_CMD: inserted command 0x%04x into cmdpendingq\n", in lbs_queue_cmd()
1015 * Normally, commands are removed from cmdpendingq before being in __lbs_complete_command()
1257 if (!list_empty(&priv->cmdpendingq)) { in lbs_execute_next_command()
1258 cmdnode = list_first_entry(&priv->cmdpendingq, in lbs_execute_next_command()
1359 "EXEC_NEXT_CMD: cmdpendingq empty, go back to PS_SLEEP"); in lbs_execute_next_command()

Completed in 14 milliseconds