Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dnvm.c121 pkt = cmd.resp_pkt; in iwl_nvm_write_chunk()
160 pkt = cmd.resp_pkt; in iwl_nvm_read_chunk()
502 pkt = cmd.resp_pkt; in iwl_mvm_update_mcc()
Dd3.c568 size = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_get_last_nonqos_seq()
572 err = le16_to_cpup((__le16 *)cmd.resp_pkt->data); in iwl_mvm_get_last_nonqos_seq()
1052 len = iwl_rx_packet_payload_len(d3_cfg_cmd.resp_pkt); in __iwl_mvm_suspend()
1055 le32_to_cpup((__le32 *)d3_cfg_cmd.resp_pkt->data); in __iwl_mvm_suspend()
1589 len = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_get_wakeup_status()
1596 status = (void *)cmd.resp_pkt->data; in iwl_mvm_get_wakeup_status()
1711 len = iwl_rx_packet_payload_len(cmd.resp_pkt); in iwl_mvm_netdetect_query_results()
1718 query = (void *)cmd.resp_pkt->data; in iwl_mvm_netdetect_query_results()
Dtdls.c173 pkt = cmd.resp_pkt; in iwl_mvm_tdls_config()
Ddebugfs.c1838 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_mem_read()
1845 iwl_rx_packet_payload_len(hcmd.resp_pkt) - sizeof(*rsp)); in iwl_dbgfs_mem_read()
1915 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_mem_write()
Dops.c1617 status = (void *)get_status_cmd.resp_pkt->data; in iwl_mvm_d0i3_exit_work()
1636 if (get_status_cmd.resp_pkt) in iwl_mvm_d0i3_exit_work()
Dutils.c172 pkt = cmd->resp_pkt; in iwl_mvm_send_cmd_status()
985 iwl_mvm_handle_rx_statistics(mvm, cmd.resp_pkt); in iwl_mvm_request_statistics()
Dfw.c848 resp = (void *)cmd.resp_pkt->data; in iwl_mvm_get_sar_geo_profile()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/
Dsmem.c147 pkt = cmd.resp_pkt; in iwl_get_shared_mem_conf()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c956 if ((cmd->flags & CMD_WANT_SKB) && !cmd->resp_pkt) { in iwl_pcie_gen2_send_hcmd_sync()
975 if (cmd->resp_pkt) { in iwl_pcie_gen2_send_hcmd_sync()
977 cmd->resp_pkt = NULL; in iwl_pcie_gen2_send_hcmd_sync()
1175 if (WARN_ON(iwl_rx_packet_payload_len(hcmd.resp_pkt) != sizeof(*rsp))) { in iwl_trans_pcie_dyn_txq_alloc()
1180 rsp = (void *)hcmd.resp_pkt->data; in iwl_trans_pcie_dyn_txq_alloc()
Dtx.c1789 meta->source->resp_pkt = pkt; in iwl_pcie_hcmd_complete()
1930 if ((cmd->flags & CMD_WANT_SKB) && !cmd->resp_pkt) { in iwl_pcie_send_hcmd_sync()
1950 if (cmd->resp_pkt) { in iwl_pcie_send_hcmd_sync()
1952 cmd->resp_pkt = NULL; in iwl_pcie_send_hcmd_sync()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.c148 if (WARN_ON((cmd->flags & CMD_WANT_SKB) && !ret && !cmd->resp_pkt)) in iwl_trans_send_cmd()
Diwl-nvm-parse.c1325 if (WARN(iwl_rx_packet_payload_len(hcmd.resp_pkt) != sizeof(*rsp), in iwl_get_nvm()
1327 iwl_rx_packet_payload_len(hcmd.resp_pkt))) { in iwl_get_nvm()
1332 rsp = (void *)hcmd.resp_pkt->data; in iwl_get_nvm()
Diwl-trans.h251 struct iwl_rx_packet *resp_pkt; member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dsta.c129 pkt = cmd.resp_pkt; in iwl_send_add_sta()
446 pkt = cmd.resp_pkt; in iwl_send_remove_station()
Dscan.c78 status = (void *)cmd.resp_pkt->data; in iwl_send_scan_abort()