Searched refs:p_sb_attn (Results 1 – 2 of 2) sorted by relevance
829 struct ecore_sb_attn_info *sb_attn_sw = p_hwfn->p_sb_attn; in ecore_int_assertion()1006 struct ecore_sb_attn_info *sb_attn_sw = p_hwfn->p_sb_attn; in ecore_int_deassertion()1159 struct ecore_sb_attn_info *p_sb_attn_sw = p_hwfn->p_sb_attn; in ecore_int_attentions()1160 struct atten_status_block *p_sb_attn = p_sb_attn_sw->sb_attn; in ecore_int_attentions() local1169 index = OSAL_LE16_TO_CPU(p_sb_attn->sb_index); in ecore_int_attentions()1170 attn_bits = OSAL_LE32_TO_CPU(p_sb_attn->atten_bits); in ecore_int_attentions()1171 attn_acks = OSAL_LE32_TO_CPU(p_sb_attn->atten_ack); in ecore_int_attentions()1172 } while (index != OSAL_LE16_TO_CPU(p_sb_attn->sb_index)); in ecore_int_attentions()1173 p_sb_attn->sb_index = index; in ecore_int_attentions()1254 if (!p_hwfn->p_sb_attn) { in ecore_int_sp_dpc()[all …]
710 struct ecore_sb_attn_info *p_sb_attn; member