Searched refs:int_sts (Results 1 – 2 of 2) sorted by relevance
478 u32 int_sts, first_drop_reason, details, address, overflow, in ecore_dorq_attn_cb() local483 int_sts = ecore_rd(p_hwfn, p_ptt, DORQ_REG_INT_STS); in ecore_dorq_attn_cb()485 int_sts); in ecore_dorq_attn_cb()492 if (!(int_sts & ~DORQ_REG_INT_STS_DORQ_FIFO_AFULL)) in ecore_dorq_attn_cb()496 if (int_sts & (DORQ_REG_INT_STS_DB_DROP | in ecore_dorq_attn_cb()541 if ((int_sts & ~(DORQ_REG_INT_STS_DB_DROP | in ecore_dorq_attn_cb()
133 uint32_t int_sts; /* 54h */ member