Home
last modified time | relevance | path

Searched refs:cmdnode (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/marvell/libertas_tf/
A Dcmd.c210 if (!cmdnode) { in lbtf_queue_cmd()
220 cmdnode->result = 0; in lbtf_queue_cmd()
244 cmd = cmdnode->cmdbuf; in lbtf_submit_command()
247 priv->cur_cmd = cmdnode; in lbtf_submit_command()
280 if (!cmdnode) in __lbtf_cleanup_and_insert_cmd()
586 if (cmdnode) { in lbtf_execute_next_command()
587 cmd = cmdnode->cmdbuf; in lbtf_execute_next_command()
620 if (cmdnode == NULL) { in __lbtf_cmd_async()
650 return cmdnode; in __lbtf_cmd_async()
675 if (IS_ERR(cmdnode)) { in __lbtf_cmd()
[all …]
A Dmain.c99 struct cmd_ctrl_node *cmdnode = priv->cur_cmd; in lbtf_cmd_work() local
102 lbtf_complete_command(priv, cmdnode, in lbtf_cmd_work()
110 list_add(&cmdnode->list, &priv->cmdpendingq); in lbtf_cmd_work()
275 struct cmd_ctrl_node *cmdnode; in lbtf_op_stop() local
281 list_for_each_entry(cmdnode, &priv->cmdpendingq, list) { in lbtf_op_stop()
282 cmdnode->result = -ENOENT; in lbtf_op_stop()
283 cmdnode->cmdwaitqwoken = 1; in lbtf_op_stop()
284 wake_up_interruptible(&cmdnode->cmdwait_q); in lbtf_op_stop()
/linux/drivers/net/wireless/marvell/libertas/
A Dcmd.c895 if (!cmdnode) { in lbs_queue_cmd()
903 cmdnode->result = 0; in lbs_queue_cmd()
941 cmd = cmdnode->cmdbuf; in lbs_submit_command()
990 if (!cmdnode) in __lbs_cleanup_and_insert_cmd()
1255 if (cmdnode) { in lbs_execute_next_command()
1256 cmd = cmdnode->cmdbuf; in lbs_execute_next_command()
1523 if (cmdnode == NULL) { in __lbs_cmd_async()
1550 return cmdnode; in __lbs_cmd_async()
1571 if (IS_ERR(cmdnode)) { in __lbs_cmd()
1583 wait_event(cmdnode->cmdwait_q, cmdnode->cmdwaitqwoken); in __lbs_cmd()
[all …]
A Dmain.c550 struct cmd_ctrl_node *cmdnode = priv->cur_cmd; in lbs_thread() local
553 le16_to_cpu(cmdnode->cmdbuf->command)); in lbs_thread()
554 lbs_complete_command(priv, cmdnode, -ETIMEDOUT); in lbs_thread()

Completed in 17 milliseconds