Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds