Home
last modified time | relevance | path

Searched refs:sq_op_err_dbg (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c1302 u64 sq_op_err_dbg, mnq_err_dbg, snd_err_dbg; in otx2_q_intr_handler() local
1326 sq_op_err_dbg = otx2_read64(pf, NIX_LF_SQ_OP_ERR_DBG); in otx2_q_intr_handler()
1327 if (!(sq_op_err_dbg & BIT(44))) in otx2_q_intr_handler()
1330 sq_op_err_code = FIELD_GET(GENMASK(7, 0), sq_op_err_dbg); in otx2_q_intr_handler()
1333 qidx, sq_op_err_dbg, in otx2_q_intr_handler()