Home
last modified time | relevance | path

Searched refs:cmdpendingq (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/wireless/marvell/libertas_tf/
Dcmd.c222 list_add_tail(&cmdnode->list, &priv->cmdpendingq); 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()
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()
Dlibertas_tf.h216 struct list_head cmdpendingq; member
/linux-6.1.9/drivers/net/wireless/marvell/libertas/
Ddev.h130 struct list_head cmdpendingq; /* pending command buffers */ member
Dcmd.c921 list_add_tail(&cmdnode->list, &priv->cmdpendingq); in lbs_queue_cmd()
923 list_add(&cmdnode->list, &priv->cmdpendingq); in lbs_queue_cmd()
1248 if (!list_empty(&priv->cmdpendingq)) { in lbs_execute_next_command()
1249 cmdnode = list_first_entry(&priv->cmdpendingq, in lbs_execute_next_command()
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()
Dcmdresp.c256 if (!list_empty(&priv->cmdpendingq)) { in lbs_process_event()