Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_struct.h252 NIX_CQERRINT_CQE_FAULT = 2, enumerator
256 BIT_ULL(NIX_CQERRINT_CQE_FAULT))
Dotx2_pf.c1187 if (val & BIT_ULL(NIX_CQERRINT_CQE_FAULT)) in otx2_q_intr_handler()