Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.c1597 u8 *x_val_ptr, *t_val_ptr, *u_val_ptr, *p_ctx; in ecore_calc_session_ctx_validation() local
1602 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in ecore_calc_session_ctx_validation()
1608 *u_val_ptr = ecore_calc_cdu_validation_byte(p_hwfn, ctx_type, 5, cid); in ecore_calc_session_ctx_validation()
1629 u8 *x_val_ptr, *t_val_ptr, *u_val_ptr, *p_ctx; in ecore_memset_session_ctx() local
1635 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in ecore_memset_session_ctx()
1639 u_val = *u_val_ptr; in ecore_memset_session_ctx()
1645 *u_val_ptr = u_val; in ecore_memset_session_ctx()