Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c680 struct atten_status_block *sb_attn; member
1134 struct ecore_sb_attn_info *sb_attn; in ecore_int_sp_dpc() local
1158 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()
1238 if (p_sb->sb_attn) { in ecore_int_sb_attn_free()
1253 OSAL_MEMSET(sb_info->sb_attn, 0, sizeof(*sb_info->sb_attn)); in ecore_int_sb_attn_setup()
[all …]