Searched refs:resp_info (Results 1 – 4 of 4) sorted by relevance
1218 const struct qlink_resp_get_mac_info *resp_info) in qtnf_cmd_resp_proc_mac_info() argument1227 mac_info->bands_cap = resp_info->bands_cap; in qtnf_cmd_resp_proc_mac_info()1228 ether_addr_copy(mac->macaddr, resp_info->dev_mac); in qtnf_cmd_resp_proc_mac_info()1236 mac_info->num_tx_chain = resp_info->num_tx_chain; in qtnf_cmd_resp_proc_mac_info()1237 mac_info->num_rx_chain = resp_info->num_rx_chain; in qtnf_cmd_resp_proc_mac_info()1242 resp_info->radar_detect_widths)); in qtnf_cmd_resp_proc_mac_info()1246 mac_info->sretry_limit = resp_info->retry_short; in qtnf_cmd_resp_proc_mac_info()1247 mac_info->lretry_limit = resp_info->retry_long; in qtnf_cmd_resp_proc_mac_info()1248 mac_info->coverage_class = resp_info->coverage_class; in qtnf_cmd_resp_proc_mac_info()1249 mac_info->max_scan_ssids = resp_info->max_scan_ssids; in qtnf_cmd_resp_proc_mac_info()[all …]
534 struct ipu6_fw_isys_resp_info_abi resp_info; member
3568 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_send_scsi_error_event() local3616 !(resp_info & (RESID_UNDER | RESID_OVER))))) { in lpfc_send_scsi_error_event()3827 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_handle_fcp_err() local3846 if (resp_info & RSP_LEN_VALID) { in lpfc_handle_fcp_err()3871 if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen) { in lpfc_handle_fcp_err()3876 if (resp_info & RSP_LEN_VALID) in lpfc_handle_fcp_err()3883 if (!scsi_status && (resp_info & RESID_UNDER)) { in lpfc_handle_fcp_err()3896 be32_to_cpu(*lp), be32_to_cpu(*(lp + 3)), resp_info, in lpfc_handle_fcp_err()3907 if (resp_info & RESID_UNDER) { in lpfc_handle_fcp_err()3939 if (!(resp_info & SNS_LEN_VALID) && in lpfc_handle_fcp_err()[all …]
3295 uint32_t resp_info; member