Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int.c837 #define ATTN_STATE_BITS (0xfff) macro
1228 asserted_bits = (attn_bits & ~attn_acks & ATTN_STATE_BITS) & in ecore_int_attentions()
1230 deasserted_bits = (~attn_bits & attn_acks & ATTN_STATE_BITS) & in ecore_int_attentions()