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

/drivers/net/wireless/libertas/
H A Ddev.h126 struct list_head cmdpendingq; /* pending command buffers */ member in struct:lbs_private
H A Dcmd.c973 list_add_tail(&cmdnode->list, &priv->cmdpendingq);
975 list_add(&cmdnode->list, &priv->cmdpendingq);
979 lbs_deb_host("QUEUE_CMD: inserted command 0x%04x into cmdpendingq\n",
1078 * Normally, commands are removed from cmdpendingq before being
1315 if (!list_empty(&priv->cmdpendingq)) {
1316 cmdnode = list_first_entry(&priv->cmdpendingq,
1440 "EXEC_NEXT_CMD: cmdpendingq empty, "
H A Dmain.c203 ret = priv->cur_cmd == NULL && list_empty(&priv->cmdpendingq);
485 else if (!list_empty(&priv->cmdpendingq) &&
891 INIT_LIST_HEAD(&priv->cmdpendingq);
/drivers/net/wireless/libertas_tf/
H A Dcmd.c226 list_add_tail(&cmdnode->list, &priv->cmdpendingq);
229 lbtf_deb_host("QUEUE_CMD: inserted command 0x%04x into cmdpendingq\n",
585 if (!list_empty(&priv->cmdpendingq)) {
586 cmdnode = list_first_entry(&priv->cmdpendingq,
H A Dmain.c122 list_add(&cmdnode->list, &priv->cmdpendingq);
210 INIT_LIST_HEAD(&priv->cmdpendingq);
349 list_for_each_entry(cmdnode, &priv->cmdpendingq, list) {
H A Dlibertas_tf.h216 struct list_head cmdpendingq; member in struct:lbtf_private

Completed in 86 milliseconds