Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c1069 index = OSAL_LE16_TO_CPU(p_sb_attn->sb_index); in ecore_int_attentions()
1070 attn_bits = OSAL_LE32_TO_CPU(p_sb_attn->atten_bits); in ecore_int_attentions()
1071 attn_acks = OSAL_LE32_TO_CPU(p_sb_attn->atten_ack); in ecore_int_attentions()
1073 p_sb_attn->sb_index = index; in ecore_int_attentions()
1154 if (!p_hwfn->p_sb_attn) { in ecore_int_sp_dpc()
1158 sb_attn = p_hwfn->p_sb_attn; in ecore_int_sp_dpc()
1233 struct ecore_sb_attn_info *p_sb = p_hwfn->p_sb_attn; in ecore_int_sb_attn_free()
1245 p_hwfn->p_sb_attn = OSAL_NULL; in ecore_int_sb_attn_free()
1260 DMA_LO(p_hwfn->p_sb_attn->sb_phys)); in ecore_int_sb_attn_setup()
1262 DMA_HI(p_hwfn->p_sb_attn->sb_phys)); in ecore_int_sb_attn_setup()
[all …]
H A Decore.h622 struct ecore_sb_attn_info *p_sb_attn; member