Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c728 u32 igu_mask; in ecore_int_assertion() local
731 igu_mask = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_int_assertion()
734 igu_mask, igu_mask & ~(asserted_bits & ATTN_BITS_MASKABLE)); in ecore_int_assertion()
735 igu_mask &= ~(asserted_bits & ATTN_BITS_MASKABLE); in ecore_int_assertion()
736 ecore_wr(p_hwfn, p_hwfn->p_dpc_ptt, IGU_REG_ATTENTION_ENABLE, igu_mask); in ecore_int_assertion()