Searched refs:ctx_type (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_init_fw_funcs.h | 500 u8 ctx_type, 516 u8 ctx_type, 530 u8 ctx_type); 542 u8 ctx_type);
|
H A D | ecore_init_fw_funcs.c | 1595 u16 ctx_size, u8 ctx_type, u32 cid) in ecore_calc_session_ctx_validation() argument 1600 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in ecore_calc_session_ctx_validation() 1601 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in ecore_calc_session_ctx_validation() 1602 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in ecore_calc_session_ctx_validation() 1606 *x_val_ptr = ecore_calc_cdu_validation_byte(p_hwfn, ctx_type, 3, cid); in ecore_calc_session_ctx_validation() 1607 *t_val_ptr = ecore_calc_cdu_validation_byte(p_hwfn, ctx_type, 4, cid); 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() 1613 u16 ctx_size, u8 ctx_type, u32 tid) in ecore_calc_task_ctx_validation() argument 1618 region1_val_ptr = &p_ctx[task_region_offsets[0][ctx_type]]; in ecore_calc_task_ctx_validation() 1622 *region1_val_ptr = ecore_calc_cdu_validation_byte(p_hwfn, ctx_type, in ecore_calc_task_ctx_validation() [all …]
|
H A D | ecore_cxt.h | 240 u8 ctx_type,
|
H A D | ecore_cxt.c | 2581 u8 ctx_type, in ecore_cxt_get_task_ctx() argument 2614 if (ctx_type == ECORE_CTX_WORKING_MEM) { in ecore_cxt_get_task_ctx() 2616 } else if (ctx_type == ECORE_CTX_FL_MEM) { in ecore_cxt_get_task_ctx()
|
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/ |
H A D | tcp_ctx.h | 112 u8_t ctx_type; // 0x0 context type enum member 173 u8_t ctx_type; // 0x3 context type enum member
|