Searched refs:sb_attn (Results 1 – 1 of 1) sorted by relevance
680 struct atten_status_block *sb_attn; member706 index = OSAL_LE16_TO_CPU(p_sb_desc->sb_attn->sb_index); in ecore_attn_update_idx()1060 struct atten_status_block *p_sb_attn = p_sb_attn_sw->sb_attn; in ecore_int_attentions()1134 struct ecore_sb_attn_info *sb_attn; in ecore_int_sp_dpc() local1158 sb_attn = p_hwfn->p_sb_attn; in ecore_int_sp_dpc()1179 if (!sb_attn || !sb_attn->sb_attn) { in ecore_int_sp_dpc()1182 u16 tmp_index = sb_attn->index; in ecore_int_sp_dpc()1184 rc |= ecore_attn_update_idx(p_hwfn, sb_attn); in ecore_int_sp_dpc()1187 tmp_index, sb_attn->index); in ecore_int_sp_dpc()1221 if (sb_attn && (rc & ECORE_SB_ATT_IDX)) { in ecore_int_sp_dpc()[all …]