Home
last modified time | relevance | path

Searched refs:err_resp (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c198 struct iwl_error_resp *err_resp = (void *)pkt->data; in iwl_mvm_rx_fw_error() local
201 le32_to_cpu(err_resp->error_type), err_resp->cmd_id); in iwl_mvm_rx_fw_error()
203 le16_to_cpu(err_resp->bad_cmd_seq_num), in iwl_mvm_rx_fw_error()
204 le32_to_cpu(err_resp->error_service)); in iwl_mvm_rx_fw_error()
206 le64_to_cpu(err_resp->timestamp)); in iwl_mvm_rx_fw_error()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c34 struct iwl_error_resp *err_resp = (void *)pkt->data; in iwlagn_rx_reply_error() local
38 le32_to_cpu(err_resp->error_type), in iwlagn_rx_reply_error()
39 err_resp->cmd_id, in iwlagn_rx_reply_error()
40 le16_to_cpu(err_resp->bad_cmd_seq_num), in iwlagn_rx_reply_error()
41 le32_to_cpu(err_resp->error_info)); in iwlagn_rx_reply_error()
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c757 s32 err_resp; in fbnic_fw_parse_tsene_read_resp() local
766 err_resp = fta_get_sint(results, FBNIC_FW_TSENE_ERROR); in fbnic_fw_parse_tsene_read_resp()
767 if (err_resp) in fbnic_fw_parse_tsene_read_resp()
781 cmpl_data->result = err_resp ? : err; in fbnic_fw_parse_tsene_read_resp()
/linux-6.15/drivers/net/ethernet/qlogic/qed/
H A Dqed_roce.c866 goto err_resp; in qed_roce_query_qp()
873 goto err_resp; in qed_roce_query_qp()
945 err_resp: in qed_roce_query_qp()
/linux-6.15/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c4449 le32_to_cpu(pkt->u.err_resp.error_type), in il_hdl_error()
4450 il_get_cmd_string(pkt->u.err_resp.cmd_id), in il_hdl_error()
4451 pkt->u.err_resp.cmd_id, in il_hdl_error()
4452 le16_to_cpu(pkt->u.err_resp.bad_cmd_seq_num), in il_hdl_error()
4453 le32_to_cpu(pkt->u.err_resp.error_info)); in il_hdl_error()
H A Dcommands.h3371 struct il_error_resp err_resp; member
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dpci.c2162 goto err_resp; in ath10k_pci_hif_exchange_bmi_msg()
2177 err_resp: in ath10k_pci_hif_exchange_bmi_msg()