Lines Matching refs:command
162 …wcmdr_d("DNLD_CMD: 0x%x, act 0x%x, len %d, seqno 0x%x", cmd->command, *(t_u16 *)((t_u8 *)cmd + S_D… in wifi_send_fw_cmd()
413 cmdtype = cmdresp->command & HostCmd_CMD_ID_MASK; in wlan_handle_cmd_resp_packet()
425 if ((cmdresp->command & 0xf000) != 0x8000) in wlan_handle_cmd_resp_packet()
427 wifi_io_d("cmdresp->command = (0x%x)", cmdresp->command); in wlan_handle_cmd_resp_packet()
437 if ((cmdresp->command & 0x00ff) == HostCmd_CMD_FUNC_SHUTDOWN) in wlan_handle_cmd_resp_packet()
440 if ((cmdresp->command & 0x0fff) != last_cmd_sent) in wlan_handle_cmd_resp_packet()
442 … wifi_io_d("cmdresp->command = (0x%x) last_cmd_sent = (0x%x)", cmdresp->command, last_cmd_sent); in wlan_handle_cmd_resp_packet()
540 …wcmdr_d("CMD_RESP: 0x%x, result %d, len %d, seqno 0x%x", imupkt->hostcmd.command, imupkt->hostcmd.… in wlan_decode_rx_packet()
563 … if (upld_type == MLAN_TYPE_EVENT && (wlan_le16_to_cpu(imupkt->hostcmd.command) == EVENT_VDLL_IND)) in wlan_decode_rx_packet()
598 (upld_type == MLAN_TYPE_CMD) ? imupkt->hostcmd.command : event_cause); in wlan_decode_rx_packet()
834 imupkt->hostcmd.command = HostCmd_CMD_FUNC_SHUTDOWN;
873 imupkt->hostcmd.command = HostCmd_CMD_FUNC_INIT; in wlan_cmd_init()
908 static int wlan_wait_for_last_resp_rcvd(t_u16 command) in wlan_wait_for_last_resp_rcvd() argument
912 while ((last_resp_rcvd != command) && (retry_cnt > 0)) in wlan_wait_for_last_resp_rcvd()
918 if (last_resp_rcvd == command) in wlan_wait_for_last_resp_rcvd()
924 wifi_io_e("%s: wait cmd 0x%x fail (last 0x%x)", __FUNCTION__, command, last_resp_rcvd); in wlan_wait_for_last_resp_rcvd()
1116 wifi_send_fw_cmd(imu_cmd->hostcmd.command, (uint8_t *)outbuf, imu_cmd->size); in wlan_send_imu_cmd()
1118 last_cmd_sent = imu_cmd->hostcmd.command; in wlan_send_imu_cmd()