Searched refs:p_sb_attn (Results 1 – 2 of 2) sorted by relevance
1217 index = OSAL_LE16_TO_CPU(p_sb_attn->sb_index); in ecore_int_attentions()1218 attn_bits = OSAL_LE32_TO_CPU(p_sb_attn->atten_bits); in ecore_int_attentions()1219 attn_acks = OSAL_LE32_TO_CPU(p_sb_attn->atten_ack); in ecore_int_attentions()1221 p_sb_attn->sb_index = index; in ecore_int_attentions()1301 if (!p_hwfn->p_sb_attn) { in ecore_int_sp_dpc()1305 sb_attn = p_hwfn->p_sb_attn; in ecore_int_sp_dpc()1385 struct ecore_sb_attn_info *p_sb = p_hwfn->p_sb_attn; in ecore_int_sb_attn_free()1410 DMA_LO(p_hwfn->p_sb_attn->sb_phys)); in ecore_int_sb_attn_setup()1412 DMA_HI(p_hwfn->p_sb_attn->sb_phys)); in ecore_int_sb_attn_setup()1478 p_hwfn->p_sb_attn = p_sb; in ecore_int_sb_attn_alloc()[all …]
640 struct ecore_sb_attn_info *p_sb_attn; member