Lines Matching refs:int_msk
463 u32 int_msk; member
468 { .int_msk = BIT(0), .msg = "qm_axi_rresp" },
469 { .int_msk = BIT(1), .msg = "qm_axi_bresp" },
470 { .int_msk = BIT(2), .msg = "qm_ecc_mbit" },
471 { .int_msk = BIT(3), .msg = "qm_ecc_1bit" },
472 { .int_msk = BIT(4), .msg = "qm_acc_get_task_timeout" },
473 { .int_msk = BIT(5), .msg = "qm_acc_do_task_timeout" },
474 { .int_msk = BIT(6), .msg = "qm_acc_wb_not_ready_timeout" },
475 { .int_msk = BIT(7), .msg = "qm_sq_cq_vf_invalid" },
476 { .int_msk = BIT(8), .msg = "qm_cq_vf_invalid" },
477 { .int_msk = BIT(9), .msg = "qm_sq_vf_invalid" },
478 { .int_msk = BIT(10), .msg = "qm_db_timeout" },
479 { .int_msk = BIT(11), .msg = "qm_of_fifo_of" },
480 { .int_msk = BIT(12), .msg = "qm_db_random_invalid" },
481 { .int_msk = BIT(13), .msg = "qm_mailbox_timeout" },
482 { .int_msk = BIT(14), .msg = "qm_flr_timeout" },
2014 if (!(err->int_msk & error_status)) in qm_log_hw_error()
2018 err->msg, err->int_msk); in qm_log_hw_error()
2020 if (err->int_msk & QM_DB_TIMEOUT) { in qm_log_hw_error()
2027 } else if (err->int_msk & QM_OF_FIFO_OF) { in qm_log_hw_error()