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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_int.c831 struct ecore_sb_attn_info *sb_attn_sw = p_hwfn->p_sb_attn;
1008 struct ecore_sb_attn_info *sb_attn_sw = p_hwfn->p_sb_attn;
1161 struct ecore_sb_attn_info *p_sb_attn_sw = p_hwfn->p_sb_attn;
1162 struct atten_status_block *p_sb_attn = p_sb_attn_sw->sb_attn; local
1171 index = OSAL_LE16_TO_CPU(p_sb_attn->sb_index);
1172 attn_bits = OSAL_LE32_TO_CPU(p_sb_attn->atten_bits);
1173 attn_acks = OSAL_LE32_TO_CPU(p_sb_attn->atten_ack);
1174 } while (index != OSAL_LE16_TO_CPU(p_sb_attn->sb_index));
1175 p_sb_attn->sb_index = index;
1256 if (!p_hwfn->p_sb_attn) {
[all...]
H A Decore.h711 struct ecore_sb_attn_info *p_sb_attn; member in struct:ecore_hwfn

Completed in 118 milliseconds