Lines Matching defs:int_msk
397 u32 int_msk;
402 { .int_msk = BIT(0), .msg = "qm_axi_rresp" },
403 { .int_msk = BIT(1), .msg = "qm_axi_bresp" },
404 { .int_msk = BIT(2), .msg = "qm_ecc_mbit" },
405 { .int_msk = BIT(3), .msg = "qm_ecc_1bit" },
406 { .int_msk = BIT(4), .msg = "qm_acc_get_task_timeout" },
407 { .int_msk = BIT(5), .msg = "qm_acc_do_task_timeout" },
408 { .int_msk = BIT(6), .msg = "qm_acc_wb_not_ready_timeout" },
409 { .int_msk = BIT(7), .msg = "qm_sq_cq_vf_invalid" },
410 { .int_msk = BIT(8), .msg = "qm_cq_vf_invalid" },
411 { .int_msk = BIT(9), .msg = "qm_sq_vf_invalid" },
412 { .int_msk = BIT(10), .msg = "qm_db_timeout" },
413 { .int_msk = BIT(11), .msg = "qm_of_fifo_of" },
414 { .int_msk = BIT(12), .msg = "qm_db_random_invalid" },
415 { .int_msk = BIT(13), .msg = "qm_mailbox_timeout" },
416 { .int_msk = BIT(14), .msg = "qm_flr_timeout" },
1461 if (!(err->int_msk & error_status))
1465 err->msg, err->int_msk);
1467 if (err->int_msk & QM_DB_TIMEOUT) {
1474 } else if (err->int_msk & QM_OF_FIFO_OF) {