Home
last modified time | relevance | path

Searched refs:resp_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c1367 const struct qlink_resp_get_mac_info *resp_info) in qtnf_cmd_resp_proc_mac_info() argument
1374 mac_info->bands_cap = resp_info->bands_cap; in qtnf_cmd_resp_proc_mac_info()
1375 memcpy(&mac_info->dev_mac, &resp_info->dev_mac, in qtnf_cmd_resp_proc_mac_info()
1386 mac_info->num_tx_chain = resp_info->num_tx_chain; in qtnf_cmd_resp_proc_mac_info()
1387 mac_info->num_rx_chain = resp_info->num_rx_chain; in qtnf_cmd_resp_proc_mac_info()
1389 mac_info->max_ap_assoc_sta = le16_to_cpu(resp_info->max_ap_assoc_sta); in qtnf_cmd_resp_proc_mac_info()
1392 resp_info->radar_detect_widths)); in qtnf_cmd_resp_proc_mac_info()
1393 mac_info->max_acl_mac_addrs = le32_to_cpu(resp_info->max_acl_mac_addrs); in qtnf_cmd_resp_proc_mac_info()
1395 memcpy(&mac_info->ht_cap_mod_mask, &resp_info->ht_cap_mod_mask, in qtnf_cmd_resp_proc_mac_info()
1397 memcpy(&mac_info->vht_cap_mod_mask, &resp_info->vht_cap_mod_mask, in qtnf_cmd_resp_proc_mac_info()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c3600 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_send_scsi_error_event() local
3626 } else if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen && in lpfc_send_scsi_error_event()
3649 !(resp_info & (RESID_UNDER | RESID_OVER))))) { in lpfc_send_scsi_error_event()
3724 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_handle_fcp_err() local
3743 if (resp_info & RSP_LEN_VALID) { in lpfc_handle_fcp_err()
3768 if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen) { in lpfc_handle_fcp_err()
3773 if (resp_info & RSP_LEN_VALID) in lpfc_handle_fcp_err()
3780 if (!scsi_status && (resp_info & RESID_UNDER)) { in lpfc_handle_fcp_err()
3793 be32_to_cpu(*lp), be32_to_cpu(*(lp + 3)), resp_info, in lpfc_handle_fcp_err()
3801 if (resp_info & RESID_UNDER) { in lpfc_handle_fcp_err()
[all …]
Dlpfc_hw.h3102 uint32_t resp_info; member