Searched refs:ctx_type (Results 1 – 4 of 4) sorted by relevance
/freebsd/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 | 1694 void ecore_calc_session_ctx_validation(void *p_ctx_mem, u16 ctx_size, u8 ctx_type, u32 cid) in ecore_calc_session_ctx_validation() argument 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() 1711 void ecore_calc_task_ctx_validation(void *p_ctx_mem, u16 ctx_size, u8 ctx_type, u32 tid) in ecore_calc_task_ctx_validation() argument 1716 region1_val_ptr = &p_ctx[task_region_offsets[0][ctx_type]]; in ecore_calc_task_ctx_validation() 1720 *region1_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 1, tid); in ecore_calc_task_ctx_validation() [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()
|