Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int.c841 struct atten_status_block *sb_attn; member
1282 struct ecore_sb_attn_info *sb_attn; in ecore_int_sp_dpc() local
1305 sb_attn = p_hwfn->p_sb_attn; in ecore_int_sp_dpc()
1328 if (!sb_attn || !sb_attn->sb_attn) { in ecore_int_sp_dpc()
1333 u16 tmp_index = sb_attn->index; in ecore_int_sp_dpc()
1335 rc |= ecore_attn_update_idx(p_hwfn, sb_attn); in ecore_int_sp_dpc()
1338 tmp_index, sb_attn->index); in ecore_int_sp_dpc()
1373 if (sb_attn && (rc & ECORE_SB_ATT_IDX)) { in ecore_int_sp_dpc()
1390 if (p_sb->sb_attn) { in ecore_int_sb_attn_free()
1403 OSAL_MEMSET(sb_info->sb_attn, 0, sizeof(*sb_info->sb_attn)); in ecore_int_sb_attn_setup()
[all …]