Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c725 u16 asserted_bits) in ecore_int_assertion() argument
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()
741 sb_attn_sw->known_attn | asserted_bits); in ecore_int_assertion()
742 sb_attn_sw->known_attn |= asserted_bits; in ecore_int_assertion()
745 if (asserted_bits & 0x100) { in ecore_int_assertion()
757 IGU_CMD_INT_ACK_BASE) << 3), (u32)asserted_bits); in ecore_int_assertion()
760 asserted_bits); in ecore_int_assertion()
1061 u16 index = 0, asserted_bits, deasserted_bits; in ecore_int_attentions() local
1080 asserted_bits = (attn_bits & ~attn_acks & ATTN_STATE_BITS) & in ecore_int_attentions()
[all …]