Searched refs:aerr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_aca.c | 229 static struct aca_bank_error *new_bank_error(struct aca_error *aerr, struct aca_bank_info *info) in new_bank_error() argument 240 mutex_lock(&aerr->lock); in new_bank_error() 241 list_add_tail(&bank_error->node, &aerr->list); in new_bank_error() 242 aerr->nr_errors++; in new_bank_error() 243 mutex_unlock(&aerr->lock); in new_bank_error() 248 static struct aca_bank_error *find_bank_error(struct aca_error *aerr, struct aca_bank_info *info) in find_bank_error() argument 254 mutex_lock(&aerr->lock); in find_bank_error() 255 list_for_each_entry(bank_error, &aerr->list, node) { in find_bank_error() 265 mutex_unlock(&aerr->lock); in find_bank_error() 270 static void aca_bank_error_remove(struct aca_error *aerr, struct aca_bank_error *bank_error) in aca_bank_error_remove() argument [all …]
|
| /linux/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/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()
|