Lines Matching refs:hcmd
603 struct iwl_host_cmd hcmd = {
617 ret = iwl_mvm_send_cmd(mvm, &hcmd);
628 rsp = (void *)hcmd.resp_pkt->data;
754 iwl_free_resp(&hcmd);
2007 struct iwl_host_cmd hcmd = {
2018 hcmd.id = WIDE_ID(DEBUG_GROUP, *ppos >> 24 ? UMAC_RD_WR : LMAC_RD_WR);
2028 ret = iwl_mvm_send_cmd(mvm, &hcmd);
2034 if (iwl_rx_packet_payload_len(hcmd.resp_pkt) < sizeof(*rsp)) {
2039 rsp = (void *)hcmd.resp_pkt->data;
2046 iwl_rx_packet_payload_len(hcmd.resp_pkt) - sizeof(*rsp));
2057 iwl_free_resp(&hcmd);
2068 struct iwl_host_cmd hcmd = {};
2077 hcmd.id = WIDE_ID(DEBUG_GROUP, *ppos >> 24 ? UMAC_RD_WR : LMAC_RD_WR);
2102 hcmd.flags = CMD_WANT_SKB | CMD_SEND_IN_RFKILL,
2103 hcmd.data[0] = (void *)cmd;
2104 hcmd.len[0] = cmd_size;
2107 ret = iwl_mvm_send_cmd(mvm, &hcmd);
2115 if (iwl_rx_packet_payload_len(hcmd.resp_pkt) < sizeof(*rsp)) {
2120 rsp = (void *)hcmd.resp_pkt->data;
2130 iwl_free_resp(&hcmd);