Searched refs:ctx_type (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_init_fw_funcs.h | 492 u8 ctx_type, 506 u8 ctx_type, 520 u8 ctx_type); 532 u8 ctx_type);
|
| H A D | ecore_init_fw_funcs.c | 1699 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in ecore_calc_session_ctx_validation() 1700 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in ecore_calc_session_ctx_validation() 1701 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in ecore_calc_session_ctx_validation() 1705 *x_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 3, cid); in ecore_calc_session_ctx_validation() 1706 *t_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 4, cid); in ecore_calc_session_ctx_validation() 1707 *u_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 5, cid); in ecore_calc_session_ctx_validation() 1716 region1_val_ptr = &p_ctx[task_region_offsets[0][ctx_type]]; in ecore_calc_task_ctx_validation() 1730 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in ecore_memset_session_ctx() 1731 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in ecore_memset_session_ctx() 1732 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in ecore_memset_session_ctx() [all …]
|
| H A D | ecore_cxt.h | 251 u8 ctx_type,
|
| H A D | ecore_cxt.c | 2633 u8 ctx_type, in ecore_cxt_get_task_ctx() argument 2666 if (ctx_type == ECORE_CTX_WORKING_MEM) { in ecore_cxt_get_task_ctx() 2668 } else if (ctx_type == ECORE_CTX_FL_MEM) { in ecore_cxt_get_task_ctx()
|