Searched refs:bman_hwerr_txts (Results 1 – 1 of 1) sorted by relevance
66 static const struct bman_hwerr_txt bman_hwerr_txts[] = { variable171 for (i = 0; i < ARRAY_SIZE(bman_hwerr_txts); i++) { in bman_isr()172 if (bman_hwerr_txts[i].mask & isr_mask) { in bman_isr()174 bman_hwerr_txts[i].txt); in bman_isr()175 if (bman_hwerr_txts[i].mask & ecsr_val) { in bman_isr()179 if (bman_hwerr_txts[i].mask & BMAN_ERRS_TO_DISABLE) { in bman_isr()181 bman_hwerr_txts[i].mask); in bman_isr()182 ier_val &= ~bman_hwerr_txts[i].mask; in bman_isr()