Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_int.c782 struct atten_status_block *sb_attn; member
1234 struct ecore_sb_attn_info *sb_attn; in ecore_int_sp_dpc() local
1258 sb_attn = p_hwfn->p_sb_attn; in ecore_int_sp_dpc()
1279 if (!sb_attn || !sb_attn->sb_attn) { in ecore_int_sp_dpc()
1282 u16 tmp_index = sb_attn->index; in ecore_int_sp_dpc()
1284 rc |= ecore_attn_update_idx(p_hwfn, sb_attn); in ecore_int_sp_dpc()
1287 tmp_index, sb_attn->index); in ecore_int_sp_dpc()
1321 if (sb_attn && (rc & ECORE_SB_ATT_IDX)) { in ecore_int_sp_dpc()
1338 if (p_sb->sb_attn) { in ecore_int_sb_attn_free()
1353 OSAL_MEMSET(sb_info->sb_attn, 0, sizeof(*sb_info->sb_attn)); in ecore_int_sb_attn_setup()
[all …]