Searched refs:ctx_type (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.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 | 1713 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in ecore_calc_session_ctx_validation() 1714 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in ecore_calc_session_ctx_validation() 1715 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in ecore_calc_session_ctx_validation() 1719 *x_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 3, cid); in ecore_calc_session_ctx_validation() 1720 *t_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 4, cid); in ecore_calc_session_ctx_validation() 1721 *u_val_ptr = ecore_calc_cdu_validation_byte(ctx_type, 5, cid); in ecore_calc_session_ctx_validation() 1730 region1_val_ptr = &p_ctx[task_region_offsets[0][ctx_type]]; in ecore_calc_task_ctx_validation() 1744 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in ecore_memset_session_ctx() 1745 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in ecore_memset_session_ctx() 1746 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 | 2637 u8 ctx_type, in ecore_cxt_get_task_ctx() argument 2670 if (ctx_type == ECORE_CTX_WORKING_MEM) { in ecore_cxt_get_task_ctx() 2672 } else if (ctx_type == ECORE_CTX_FL_MEM) { in ecore_cxt_get_task_ctx()
|
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regcomp.c | 1088 switch (dfa->nodes[node].opr.ctx_type) in optimize_utf8() 1834 token->opr.ctx_type = WORD_FIRST; in peek_token() 1841 token->opr.ctx_type = WORD_LAST; in peek_token() 1848 token->opr.ctx_type = WORD_DELIM; in peek_token() 1878 token->opr.ctx_type = BUF_FIRST; in peek_token() 1885 token->opr.ctx_type = BUF_LAST; in peek_token() 1981 token->opr.ctx_type = LINE_FIRST; in peek_token() 1995 token->opr.ctx_type = LINE_LAST; in peek_token() 2327 if ((token->opr.ctx_type in parse_expression() 2337 token->opr.ctx_type = WORD_FIRST; in parse_expression() [all …]
|
| H A D | regex_internal.h | 298 re_context_type ctx_type; /* for ANCHOR */ member
|