Lines Matching refs:command
161 cmd_code = le16_to_cpu(host_cmd->command); in mwifiex_dnld_cmd_to_fw()
289 le16_to_cpu(sleep_cfm_buf->command), in mwifiex_dnld_sleep_confirm_cmd()
566 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_send_cmd()
653 le16_to_cpu(host_cmd->command), in mwifiex_recycle_cmd_node()
669 u16 command; in mwifiex_insert_cmd_to_pending_q() local
678 command = le16_to_cpu(host_cmd->command); in mwifiex_insert_cmd_to_pending_q()
681 if (command == HostCmd_CMD_802_11_PS_MODE_ENH) { in mwifiex_insert_cmd_to_pending_q()
701 command, atomic_read(&adapter->cmd_pending)); in mwifiex_insert_cmd_to_pending_q()
768 if (priv && (host_cmd->command != in mwifiex_exec_next_cmd()
803 le16_to_cpu(resp->command)); in mwifiex_process_cmdresp()
823 orig_cmdresp_no = le16_to_cpu(resp->command); in mwifiex_process_cmdresp()
832 resp->command = cpu_to_le16(orig_cmdresp_no & HostCmd_CMD_ID_MASK); in mwifiex_process_cmdresp()
834 cmdresp_no = le16_to_cpu(resp->command); in mwifiex_process_cmdresp()
1256 uint16_t command = le16_to_cpu(cmd->command); in mwifiex_process_sleep_confirm_resp() local
1267 command, result, le16_to_cpu(cmd->size), seq_num); in mwifiex_process_sleep_confirm_resp()
1278 command &= HostCmd_CMD_ID_MASK; in mwifiex_process_sleep_confirm_resp()
1280 if (command != HostCmd_CMD_802_11_PS_MODE_ENH) { in mwifiex_process_sleep_confirm_resp()
1283 __func__, command, result); in mwifiex_process_sleep_confirm_resp()
1301 cmd->command = cpu_to_le16(command); in mwifiex_process_sleep_confirm_resp()
1328 cmd->command = cpu_to_le16(HostCmd_CMD_802_11_PS_MODE_ENH); in mwifiex_cmd_enh_power_mode()
1478 cmd->command = cpu_to_le16(HostCmd_CMD_GET_HW_SPEC); in mwifiex_cmd_get_hw_spec()