Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/libertas_tf/
H 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()
H A Dlibertas_tf.h216 struct list_head cmdpendingq; member
/linux/drivers/net/wireless/marvell/libertas/
H A Ddev.h126 struct list_head cmdpendingq; /* pending command buffers */ member
H A Dcmd.c856 list_add_tail(&cmdnode->list, &priv->cmdpendingq); in lbs_queue_cmd()
858 list_add(&cmdnode->list, &priv->cmdpendingq); in lbs_queue_cmd()
1188 if (!list_empty(&priv->cmdpendingq)) { in lbs_execute_next_command()
1189 cmdnode = list_first_entry(&priv->cmdpendingq, in lbs_execute_next_command()
H A Dmain.c187 ret = priv->cur_cmd == NULL && list_empty(&priv->cmdpendingq); in lbs_command_queue_empty()
450 else if (!list_empty(&priv->cmdpendingq)) in lbs_thread()
773 INIT_LIST_HEAD(&priv->cmdpendingq); in lbs_init_adapter()
H A Dcmdresp.c256 if (!list_empty(&priv->cmdpendingq)) { in lbs_process_event()