Lines Matching refs:command
230 le16_to_cpu(cmdnode->cmdbuf->command)); in lbtf_queue_cmd()
242 uint16_t command; in lbtf_submit_command() local
253 command = le16_to_cpu(cmd->command); in lbtf_submit_command()
256 command, le16_to_cpu(cmd->seqnum), cmdsize); in lbtf_submit_command()
595 le16_to_cpu(cmd->command)); in lbtf_execute_next_command()
608 uint16_t command, struct cmd_header *in_cmd, int in_cmd_size, in __lbtf_cmd_async() argument
641 cmdnode->cmdbuf->command = cpu_to_le16(command); in __lbtf_cmd_async()
646 lbtf_deb_host("PREP_CMD: command 0x%04x\n", command); in __lbtf_cmd_async()
657 void lbtf_cmd_async(struct lbtf_private *priv, uint16_t command, in lbtf_cmd_async() argument
661 __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, NULL, 0); in lbtf_cmd_async()
665 int __lbtf_cmd(struct lbtf_private *priv, uint16_t command, in __lbtf_cmd() argument
677 cmdnode = __lbtf_cmd_async(priv, command, in_cmd, in_cmd_size, in __lbtf_cmd()
689 command, ret); in __lbtf_cmd()
697 command, ret); in __lbtf_cmd()
736 curcmd = le16_to_cpu(priv->cur_cmd->cmdbuf->command); in lbtf_process_rx_command()
737 respcmd = le16_to_cpu(resp->command); in lbtf_process_rx_command()