| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rfi.c | 135 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 D | nvm.c | 58 pkt = cmd.resp_pkt; in iwl_nvm_write_chunk() 97 pkt = cmd.resp_pkt; in iwl_nvm_read_chunk() 447 pkt = cmd.resp_pkt; in iwl_mvm_update_mcc()
|
| H A D | d3.c | 859 size = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_get_last_nonqos_seq() 863 err = le16_to_cpup((__le16 *)cmd.resp_pkt->data); in iwl_mvm_get_last_nonqos_seq() 1383 len = iwl_rx_packet_payload_len(d3_cfg_cmd.resp_pkt); in __iwl_mvm_suspend() 1386 le32_to_cpup((__le32 *)d3_cfg_cmd.resp_pkt->data); in __iwl_mvm_suspend() 2704 len = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_parse_wowlan_status_common() 2710 struct iwl_wowlan_status_v6 *v6 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common() 2741 struct iwl_wowlan_status_v7 *v7 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common() 2751 struct iwl_wowlan_status_v9 *v9 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common() 2766 struct iwl_wowlan_status_v12 *v12 = (void *)cmd.resp_pkt->data; in iwl_mvm_parse_wowlan_status_common() 2881 len = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_netdetect_query_results() [all …]
|
| H A D | debugfs.c | 599 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_tas_get_status_read() 1988 if (iwl_rx_packet_payload_len(hcmd.resp_pkt) < sizeof(*rsp)) { in iwl_dbgfs_mem_read() 1993 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_mem_read() 2000 iwl_rx_packet_payload_len(hcmd.resp_pkt) - sizeof(*rsp)); in iwl_dbgfs_mem_read() 2069 if (iwl_rx_packet_payload_len(hcmd.resp_pkt) < sizeof(*rsp)) { in iwl_dbgfs_mem_write() 2074 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_mem_write()
|
| H A D | ptp.c | 107 pkt = cmd.resp_pkt; in iwl_mvm_get_crosstimestamp_fw()
|
| H A D | utils.c | 108 pkt = cmd->resp_pkt; in iwl_mvm_send_cmd_status() 464 iwl_mvm_handle_rx_statistics(mvm, cmd.resp_pkt); in iwl_mvm_request_statistics()
|
| H A D | tt.c | 224 resp = (void *)cmd.resp_pkt->data; in iwl_mvm_send_temp_cmd()
|
| H A D | tdls.c | 114 pkt = cmd.resp_pkt; in iwl_mvm_tdls_config()
|
| H A D | tx.c | 2304 if (WARN_ON_ONCE(iwl_rx_packet_payload_len(cmd.resp_pkt) != sizeof(*rsp))) { in iwl_mvm_flush_sta_tids() 2309 rsp = (void *)cmd.resp_pkt->data; in iwl_mvm_flush_sta_tids()
|
| H A D | fw.c | 980 resp = (void *)cmd.resp_pkt->data; in iwl_mvm_get_sar_geo_profile()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | thermal.c | 98 if (iwl_rx_packet_payload_len(cmd.resp_pkt) < sizeof(*resp)) { in iwl_mld_get_temp() 105 resp = (const void *)cmd.resp_pkt->data; in iwl_mld_get_temp()
|
| H A D | fw.c | 419 struct iwl_rx_packet *pkt = cmd.resp_pkt; in iwl_mld_send_recovery_cmd() 428 resp = le32_to_cpup((__le32 *)cmd.resp_pkt->data); in iwl_mld_send_recovery_cmd()
|
| H A D | mcc.c | 94 pkt = cmd.resp_pkt; in iwl_mld_update_mcc()
|
| H A D | ptp.c | 211 pkt = cmd.resp_pkt; in iwl_mld_get_crosstimestamp_fw()
|
| H A D | debugfs.c | 417 status = iwl_dhc_resp_status(mld->fwrt.fw, hcmd.resp_pkt); in iwl_dbgfs_tas_get_status_read() 425 resp = iwl_dhc_resp_data(mld->fwrt.fw, hcmd.resp_pkt, &resp_len); in iwl_dbgfs_tas_get_status_read()
|
| H A D | tx.c | 1216 resp_len = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mld_flush_link_sta_txqs() 1224 rsp = (void *)cmd.resp_pkt->data; in iwl_mld_flush_link_sta_txqs()
|
| H A D | agg.c | 416 pkt = hcmd.resp_pkt; in iwl_mld_start_ba_in_fw()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | smem.c | 104 pkt = cmd.resp_pkt; in iwl_get_shared_mem_conf()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | tx.c | 1667 meta->source->resp_pkt = pkt; in iwl_pcie_hcmd_complete() 2618 if ((cmd->flags & CMD_WANT_SKB) && !cmd->resp_pkt) { in iwl_trans_pcie_send_hcmd_sync() 2637 if (cmd->resp_pkt) { in iwl_trans_pcie_send_hcmd_sync() 2639 cmd->resp_pkt = NULL; in iwl_trans_pcie_send_hcmd_sync()
|
| H A D | tx-gen2.c | 980 if (WARN_ON(iwl_rx_packet_payload_len(hcmd->resp_pkt) != in iwl_pcie_txq_alloc_response() 986 rsp = (void *)hcmd->resp_pkt->data; in iwl_pcie_txq_alloc_response()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 2111 if (WARN(iwl_rx_packet_payload_len(hcmd.resp_pkt) != rsp_size, in iwl_get_nvm() 2113 iwl_rx_packet_payload_len(hcmd.resp_pkt))) { in iwl_get_nvm() 2118 rsp = (void *)hcmd.resp_pkt->data; in iwl_get_nvm()
|
| H A D | iwl-trans.h | 219 struct iwl_rx_packet *resp_pkt; member
|
| H A D | iwl-trans.c | 334 if (WARN_ON((cmd->flags & CMD_WANT_SKB) && !ret && !cmd->resp_pkt)) in iwl_trans_send_cmd()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | sta.c | 109 pkt = cmd.resp_pkt; in iwl_send_add_sta() 426 pkt = cmd.resp_pkt; in iwl_send_remove_station()
|
| H A D | scan.c | 57 status = (void *)cmd.resp_pkt->data; in iwl_send_scan_abort()
|