Lines Matching refs:command
158 cmd_code = le16_to_cpu(host_cmd->command); in mwifiex_dnld_cmd_to_fw()
285 le16_to_cpu(sleep_cfm_buf->command), in mwifiex_dnld_sleep_confirm_cmd()
547 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_send_cmd()
630 le16_to_cpu(host_cmd->command), in mwifiex_recycle_cmd_node()
646 u16 command; in mwifiex_insert_cmd_to_pending_q() local
655 command = le16_to_cpu(host_cmd->command); in mwifiex_insert_cmd_to_pending_q()
658 if (command == HostCmd_CMD_802_11_PS_MODE_ENH) { in mwifiex_insert_cmd_to_pending_q()
677 command, atomic_read(&adapter->cmd_pending)); in mwifiex_insert_cmd_to_pending_q()
742 if (priv && (host_cmd->command != in mwifiex_exec_next_cmd()
776 le16_to_cpu(resp->command)); in mwifiex_process_cmdresp()
785 le16_to_cpu(resp->command)); in mwifiex_process_cmdresp()
805 orig_cmdresp_no = le16_to_cpu(resp->command); in mwifiex_process_cmdresp()
814 resp->command = cpu_to_le16(orig_cmdresp_no & HostCmd_CMD_ID_MASK); in mwifiex_process_cmdresp()
816 cmdresp_no = le16_to_cpu(resp->command); in mwifiex_process_cmdresp()
1211 uint16_t command = le16_to_cpu(cmd->command); in mwifiex_process_sleep_confirm_resp() local
1221 command, result, le16_to_cpu(cmd->size), seq_num); in mwifiex_process_sleep_confirm_resp()
1232 command &= HostCmd_CMD_ID_MASK; in mwifiex_process_sleep_confirm_resp()
1234 if (command != HostCmd_CMD_802_11_PS_MODE_ENH) { in mwifiex_process_sleep_confirm_resp()
1237 __func__, command, result); in mwifiex_process_sleep_confirm_resp()
1254 cmd->command = cpu_to_le16(command); in mwifiex_process_sleep_confirm_resp()
1281 cmd->command = cpu_to_le16(HostCmd_CMD_802_11_PS_MODE_ENH); in mwifiex_cmd_enh_power_mode()
1425 cmd->command = cpu_to_le16(HostCmd_CMD_GET_HW_SPEC); in mwifiex_cmd_get_hw_spec()