Home
last modified time | relevance | path

Searched refs:resp_pkt (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drfi.c135 if (WARN_ON_ONCE(iwl_rx_packet_payload_len(cmd.resp_pkt) != in iwl_rfi_get_freq_table()
141 resp = kmemdup(cmd.resp_pkt->data, resp_size, GFP_KERNEL); in iwl_rfi_get_freq_table()
H A Dnvm.c59 pkt = cmd.resp_pkt; in iwl_nvm_write_chunk()
98 pkt = cmd.resp_pkt; in iwl_nvm_read_chunk()
440 pkt = cmd.resp_pkt; in iwl_mvm_update_mcc()
H A Dd3.c858 size = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_get_last_nonqos_seq()
862 err = le16_to_cpup((__le16 *)cmd.resp_pkt->data); in iwl_mvm_get_last_nonqos_seq()
1349 len = iwl_rx_packet_payload_len(d3_cfg_cmd.resp_pkt); in __iwl_mvm_suspend()
1352 le32_to_cpup((__le32 *)d3_cfg_cmd.resp_pkt->data); in __iwl_mvm_suspend()
2327 len = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_parse_wowlan_status_common()
2333 struct iwl_wowlan_status_v6 *v6 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common()
2364 struct iwl_wowlan_status_v7 *v7 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common()
2374 struct iwl_wowlan_status_v9 *v9 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common()
2389 struct iwl_wowlan_status_v12 *v12 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common()
2498 len = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_netdetect_query_results()
[all …]
H A Ddebugfs.c798 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_tas_get_status_read()
2079 if (iwl_rx_packet_payload_len(hcmd.resp_pkt) < sizeof(*rsp)) { in iwl_dbgfs_mem_read()
2084 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_mem_read()
2091 iwl_rx_packet_payload_len(hcmd.resp_pkt) - sizeof(*rsp)); in iwl_dbgfs_mem_read()
2160 if (iwl_rx_packet_payload_len(hcmd.resp_pkt) < sizeof(*rsp)) { in iwl_dbgfs_mem_write()
2165 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_mem_write()
H A Dptp.c107 pkt = cmd.resp_pkt; in iwl_mvm_get_crosstimestamp_fw()
H A Dutils.c108 pkt = cmd->resp_pkt; in iwl_mvm_send_cmd_status()
370 iwl_mvm_handle_rx_statistics(mvm, cmd.resp_pkt); in iwl_mvm_request_statistics()
H A Dtdls.c114 pkt = cmd.resp_pkt; in iwl_mvm_tdls_config()
H A Dtt.c224 resp = (void *)cmd.resp_pkt->data; in iwl_mvm_send_temp_cmd()
H A Dfw.c911 resp = (void *)cmd.resp_pkt->data; in iwl_mvm_get_sar_geo_profile()
1440 resp = le32_to_cpu(*(__le32 *)host_cmd.resp_pkt->data); in iwl_mvm_send_recovery_cmd()
H A Dtx.c2310 if (WARN_ON_ONCE(iwl_rx_packet_payload_len(cmd.resp_pkt) != sizeof(*rsp))) { in iwl_mvm_flush_sta_tids()
2315 rsp = (void *)cmd.resp_pkt->data; in iwl_mvm_flush_sta_tids()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dsmem.c104 pkt = cmd.resp_pkt; in iwl_get_shared_mem_conf()
H A Ddbg.c3194 if (cmd_ver > 1 && hcmd.resp_pkt) { in iwl_fw_send_timestamp_marker_cmd()
3195 resp = (void *)hcmd.resp_pkt->data; in iwl_fw_send_timestamp_marker_cmd()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c192 if (WARN_ON((cmd->flags & CMD_WANT_SKB) && !ret && !cmd->resp_pkt)) in iwl_trans_send_cmd()
H A Diwl-nvm-parse.c1989 if (WARN(iwl_rx_packet_payload_len(hcmd.resp_pkt) != rsp_size, in iwl_get_nvm()
1991 iwl_rx_packet_payload_len(hcmd.resp_pkt))) { in iwl_get_nvm()
1996 rsp = (void *)hcmd.resp_pkt->data; in iwl_get_nvm()
H A Diwl-trans.h221 struct iwl_rx_packet *resp_pkt; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1179 if (WARN_ON(iwl_rx_packet_payload_len(hcmd->resp_pkt) != in iwl_txq_alloc_response()
1185 rsp = (void *)hcmd->resp_pkt->data; in iwl_txq_alloc_response()
1832 if ((cmd->flags & CMD_WANT_SKB) && !cmd->resp_pkt) { in iwl_trans_txq_send_hcmd_sync()
1851 if (cmd->resp_pkt) { in iwl_trans_txq_send_hcmd_sync()
1853 cmd->resp_pkt = NULL; in iwl_trans_txq_send_hcmd_sync()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c109 pkt = cmd.resp_pkt; in iwl_send_add_sta()
426 pkt = cmd.resp_pkt; in iwl_send_remove_station()
H A Dscan.c57 status = (void *)cmd.resp_pkt->data; in iwl_send_scan_abort()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c1200 meta->source->resp_pkt = pkt; in iwl_pcie_hcmd_complete()