Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int.c889 u32 igu_mask; in ecore_int_assertion() local
892 igu_mask = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_int_assertion()
895 igu_mask, igu_mask & ~(asserted_bits & ATTN_BITS_MASKABLE)); in ecore_int_assertion()
896 igu_mask &= ~(asserted_bits & ATTN_BITS_MASKABLE); in ecore_int_assertion()
897 ecore_wr(p_hwfn, p_hwfn->p_dpc_ptt, IGU_REG_ATTENTION_ENABLE, igu_mask); in ecore_int_assertion()