Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.h492 u8 ctx_type,
506 u8 ctx_type,
520 u8 ctx_type);
532 u8 ctx_type);
H A Decore_init_fw_funcs.c1694 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 Decore_cxt.h251 u8 ctx_type,
H A Decore_cxt.c2633 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()
/freebsd/sys/kgssapi/
H A Dgssd.x60 uint32_t ctx_type; member
/freebsd/sys/kgssapi/krb5/
H A Dkrb5_mech.c429 copy_lucid_key(&lctx->ctx_key, lctx->ctx_type, in krb5_lucid_import()
447 lctx->ctx_type, in krb5_lucid_import()
451 lctx->ctx_type, in krb5_lucid_import()
453 kc->kc_cksumtype = lctx->ctx_type; in krb5_lucid_import()
454 kc->kc_keytype = lctx->ctx_type; in krb5_lucid_import()
/freebsd/usr.sbin/gssd/
H A Dgssd.c704 result->lucid.ctx_type = in gssd_init_sec_context_lucid_v1_1_svc()
716 result->lucid.ctx_type = in gssd_init_sec_context_lucid_v1_1_svc()
877 result->lucid.ctx_type = in gssd_accept_sec_context_lucid_v1_1_svc()
889 result->lucid.ctx_type = in gssd_accept_sec_context_lucid_v1_1_svc()