Searched refs:sq_op_err_dbg (Results 1 – 1 of 1) sorted by relevance
1261 u64 sq_op_err_dbg, mnq_err_dbg, snd_err_dbg; in otx2_q_intr_handler() local1280 sq_op_err_dbg = otx2_read64(pf, NIX_LF_SQ_OP_ERR_DBG); in otx2_q_intr_handler()1281 if (!(sq_op_err_dbg & BIT(44))) in otx2_q_intr_handler()1284 sq_op_err_code = FIELD_GET(GENMASK(7, 0), sq_op_err_dbg); in otx2_q_intr_handler()1286 qidx, sq_op_err_dbg, nix_sqoperr_e_str[sq_op_err_code]); in otx2_q_intr_handler()