Searched refs:resp_info (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | commands.c | 1230 const struct qlink_resp_get_mac_info *resp_info) in qtnf_cmd_resp_proc_mac_info() 1239 mac_info->bands_cap = resp_info->bands_cap; in qtnf_cmd_resp_proc_mac_info() 1240 ether_addr_copy(mac->macaddr, resp_info->dev_mac); in qtnf_cmd_resp_proc_mac_info() 1248 mac_info->num_tx_chain = resp_info->num_tx_chain; in qtnf_cmd_resp_proc_mac_info() 1249 mac_info->num_rx_chain = resp_info->num_rx_chain; in qtnf_cmd_resp_proc_mac_info() 1251 mac_info->max_ap_assoc_sta = le16_to_cpu(resp_info->max_ap_assoc_sta); in qtnf_cmd_resp_proc_mac_info() 1254 resp_info->radar_detect_widths)); in qtnf_cmd_resp_proc_mac_info() 1255 mac_info->max_acl_mac_addrs = le16_to_cpu(resp_info->max_acl_mac_addrs); in qtnf_cmd_resp_proc_mac_info() 1256 mac_info->frag_thr = le32_to_cpu(resp_info->frag_threshold); in qtnf_cmd_resp_proc_mac_info() 1257 mac_info->rts_thr = le32_to_cpu(resp_info in qtnf_cmd_resp_proc_mac_info() 1229 qtnf_cmd_resp_proc_mac_info(struct qtnf_wmac *mac, const struct qlink_resp_get_mac_info *resp_info) qtnf_cmd_resp_proc_mac_info() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | commands.c | 1218 const struct qlink_resp_get_mac_info *resp_info) in qtnf_cmd_resp_proc_mac_info() 1227 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() 1239 mac_info->max_ap_assoc_sta = le16_to_cpu(resp_info->max_ap_assoc_sta); in qtnf_cmd_resp_proc_mac_info() 1242 resp_info->radar_detect_widths)); in qtnf_cmd_resp_proc_mac_info() 1243 mac_info->max_acl_mac_addrs = le16_to_cpu(resp_info->max_acl_mac_addrs); in qtnf_cmd_resp_proc_mac_info() 1244 mac_info->frag_thr = le32_to_cpu(resp_info->frag_threshold); in qtnf_cmd_resp_proc_mac_info() 1245 mac_info->rts_thr = le32_to_cpu(resp_info in qtnf_cmd_resp_proc_mac_info() 1217 qtnf_cmd_resp_proc_mac_info(struct qtnf_wmac *mac, const struct qlink_resp_get_mac_info *resp_info) qtnf_cmd_resp_proc_mac_info() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 3492 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_send_scsi_error_event() local 3518 } else if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen && in lpfc_send_scsi_error_event() 3541 !(resp_info & (RESID_UNDER | RESID_OVER))))) { in lpfc_send_scsi_error_event() 3616 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_handle_fcp_err() local 3635 if (resp_info & RSP_LEN_VALID) { in lpfc_handle_fcp_err() 3660 if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen) { in lpfc_handle_fcp_err() 3665 if (resp_info & RSP_LEN_VALID) in lpfc_handle_fcp_err() 3672 if (!scsi_status && (resp_info & RESID_UNDER)) { in lpfc_handle_fcp_err() 3685 be32_to_cpu(*lp), be32_to_cpu(*(lp + 3)), resp_info, in lpfc_handle_fcp_err() 3693 if (resp_info in lpfc_handle_fcp_err() [all...] |
H A D | lpfc_hw.h | 3087 uint32_t resp_info; member
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 3565 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_send_scsi_error_event() local 3590 } else if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen && in lpfc_send_scsi_error_event() 3613 !(resp_info & (RESID_UNDER | RESID_OVER))))) { in lpfc_send_scsi_error_event() 3824 uint32_t resp_info = fcprsp->rspStatus2; in lpfc_handle_fcp_err() local 3843 if (resp_info & RSP_LEN_VALID) { in lpfc_handle_fcp_err() 3868 if ((resp_info & SNS_LEN_VALID) && fcprsp->rspSnsLen) { in lpfc_handle_fcp_err() 3873 if (resp_info & RSP_LEN_VALID) in lpfc_handle_fcp_err() 3880 if (!scsi_status && (resp_info & RESID_UNDER)) { in lpfc_handle_fcp_err() 3893 be32_to_cpu(*lp), be32_to_cpu(*(lp + 3)), resp_info, in lpfc_handle_fcp_err() 3901 if (resp_info in lpfc_handle_fcp_err() [all...] |
H A D | lpfc_hw.h | 3273 uint32_t resp_info; member
|
Completed in 37 milliseconds