Searched refs:aerr (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_aca.c | 222 mutex_lock(&aerr->lock); in new_bank_error() 235 mutex_lock(&aerr->lock); in find_bank_error() 253 if (!aerr || !bank_error) in aca_bank_error_remove() 257 aerr->nr_errors--; in aca_bank_error_remove() 266 if (!aerr || !info) in get_bank_error() 281 struct aca_error *aerr; in aca_error_cache_log_bank_error() local 526 mutex_lock(&aerr->lock); in aca_log_aca_error() 598 mutex_init(&aerr->lock); in aca_error_init() 600 aerr->type = type; in aca_error_init() 601 aerr->nr_errors = 0; in aca_error_init() [all …]
|
| /linux-6.15/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_qmr.c | 210 u64 hret, aer, aerr; in ehea_destroy_cq() local 217 ehea_error_data(cq->adapter, cq->fw_handle, &aer, &aerr); in ehea_destroy_cq() 336 u64 hret, aer, aerr; in ehea_destroy_eq() local 344 ehea_error_data(eq->adapter, eq->fw_handle, &aer, &aerr); in ehea_destroy_eq() 515 u64 hret, aer, aerr; in ehea_destroy_qp() local 523 ehea_error_data(qp->adapter, qp->fw_handle, &aer, &aerr); in ehea_destroy_qp() 972 u64 *aer, u64 *aerr) in ehea_error_data() argument 989 *aerr = rblock[12]; in ehea_error_data()
|
| H A D | ehea_qmr.h | 382 u64 *aer, u64 *aerr);
|
| H A D | ehea_main.c | 928 u64 resource_type, aer, aerr; in ehea_qp_aff_irq_handler() local 941 &aer, &aerr); in ehea_qp_aff_irq_handler() 945 (aerr & EHEA_AERR_RESET_MASK)) in ehea_qp_aff_irq_handler()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_nvmet.c | 1027 goto aerr; in lpfc_nvmet_xmt_fcp_op() 1062 goto aerr; in lpfc_nvmet_xmt_fcp_op() 1072 goto aerr; in lpfc_nvmet_xmt_fcp_op() 1123 aerr: in lpfc_nvmet_xmt_fcp_op() 3496 goto aerr; in lpfc_nvmet_unsol_fcp_issue_abort() 3502 goto aerr; in lpfc_nvmet_unsol_fcp_issue_abort() 3517 aerr: in lpfc_nvmet_unsol_fcp_issue_abort()
|