Searched refs:ctx_type (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_init_fw_funcs.h | 494 u8 ctx_type, 508 u8 ctx_type, 522 u8 ctx_type); 534 u8 ctx_type);
|
| H A D | ecore_init_fw_funcs.c | 1701 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in ecore_calc_session_ctx_validation() 1702 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in ecore_calc_session_ctx_validation() 1703 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in ecore_calc_session_ctx_validation() 1707 *x_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 3, cid); in ecore_calc_session_ctx_validation() 1708 *t_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 4, cid); in ecore_calc_session_ctx_validation() 1709 *u_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 5, cid); in ecore_calc_session_ctx_validation() 1718 region1_val_ptr = &p_ctx[task_region_offsets[0][ctx_type]]; in ecore_calc_task_ctx_validation() 1732 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in ecore_memset_session_ctx() 1733 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in ecore_memset_session_ctx() 1734 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in ecore_memset_session_ctx() [all …]
|
| H A D | ecore_cxt.h | 253 u8 ctx_type,
|
| H A D | ecore_cxt.c | 2635 u8 ctx_type, in ecore_cxt_get_task_ctx() argument 2668 if (ctx_type == ECORE_CTX_WORKING_MEM) { in ecore_cxt_get_task_ctx() 2670 } else if (ctx_type == ECORE_CTX_FL_MEM) { in ecore_cxt_get_task_ctx()
|