Home
last modified time | relevance | path

Searched refs:ptypes (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_flow.c403 ice_declare_bitmap(ptypes, ICE_FLOW_PTYPE_MAX);
452 ice_memset(params->ptypes, 0xff, sizeof(params->ptypes), in ice_flow_proc_seg_hdrs()
466 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
472 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
477 ice_and_bitmap(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs()
486 ice_and_bitmap(params->ptypes, param in ice_flow_proc_seg_hdrs()
[all...]
H A Dice_flex_pipe.c749 sect->value[index] = hw->blk[blk].xlt1.ptypes[index].ptg; in ice_ptg_update_xlt1()
775 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg; in ice_ptg_find_ptype()
799 * This function frees a packet type group, and returns all the current ptypes
848 if (ptype == (p - hw->blk[blk].xlt1.ptypes)) { in ice_ptg_remove_ptype()
857 hw->blk[blk].xlt1.ptypes[ptype].ptg = ICE_DEFAULT_PTG; in ice_ptg_remove_ptype()
858 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = NULL; in ice_ptg_remove_ptype()
904 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = in ice_ptg_add_mv_ptype()
907 &hw->blk[blk].xlt1.ptypes[ptype]; in ice_ptg_add_mv_ptype()
909 hw->blk[blk].xlt1.ptypes[ptype].ptg = ptg; in ice_ptg_add_mv_ptype()
1842 xlt1->ptypes in ice_init_hw_tbls()
2545 ice_add_prof(struct ice_hw * hw,enum ice_block blk,u64 id,ice_bitmap_t * ptypes,struct ice_fv_word * es) ice_add_prof() argument
[all...]
H A Dice_flex_pipe.h72 ice_bitmap_t *ptypes, struct ice_fv_word *es);
H A Dice_flex_type.h345 struct ice_ptg_ptype *ptypes; member
/freebsd/crypto/heimdal/lib/krb5/
H A Dget_in_tkt.c150 const krb5_preauthtype *ptypes, in init_as_req() argument
286 if (ptypes == NULL || *ptypes == KRB5_PADATA_NONE) in init_as_req()
288 else if (*ptypes == KRB5_PADATA_ENC_TIMESTAMP) { in init_as_req()
313 *ptypes); in init_as_req()
325 const krb5_preauthtype **ptypes, in set_ptypes() argument
341 *ptypes = ptypes2; in set_ptypes()
358 *ptypes = ptypes2; in set_ptypes()
368 const krb5_preauthtype *ptypes, in krb5_get_in_cred() argument
405 ptypes, in krb5_get_in_cred()
446 if (!ptypes && !preauth in krb5_get_in_cred()
[all …]
/freebsd/contrib/pam-krb5/module/
H A Dprompting.c462 krb5_prompt_type *ptypes; in pamk5_prompter_krb5_no_password() local
465 ptypes = krb5_get_prompt_types(context); in pamk5_prompter_krb5_no_password()
467 if (ptypes != NULL && ptypes[i] == KRB5_PROMPT_TYPE_PASSWORD) in pamk5_prompter_krb5_no_password()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_copy_context.c117 krb5_prompt_type ptypes[] = { KRB5_PROMPT_TYPE_PASSWORD }; in main() local
144 ctx->prompt_types = ptypes; in main()
H A Dget_in_tkt.c357 krb5_preauthtype * ptypes, in make_preauth_list() argument
366 for (nptypes=0, ptypep = ptypes; *ptypep; ptypep++, nptypes++) in make_preauth_list()
385 preauthp[i]->pa_type = ptypes[i]; in make_preauth_list()
/freebsd/stand/common/
H A Dpart.c84 } ptypes[] = { variable
105 for (i = 0; i < nitems(ptypes); i++) in parttype2str()
106 if (ptypes[i].type == type) in parttype2str()
107 return (ptypes[i].desc); in parttype2str()
108 return (ptypes[0].desc); in parttype2str()
/freebsd/sys/dev/gve/
H A Dgve_adminq.c685 ptype_lut_dqo->ptypes[i].l3_type = ptype_map->ptypes[i].l3_type; in gve_adminq_get_ptype_map_dqo()
686 ptype_lut_dqo->ptypes[i].l4_type = ptype_map->ptypes[i].l4_type; in gve_adminq_get_ptype_map_dqo()
H A Dgve_adminq.h390 struct gve_ptype_entry ptypes[1 << 10]; /* PTYPES are always 10 bits. */ member
H A Dgve.h554 struct gve_ptype ptypes[GVE_NUM_PTYPES]; member
H A Dgve_rx_dqo.c562 ptype = &rx->com.priv->ptype_lut_dqo->ptypes[compl_desc->packet_type]; in gve_rx_input_mbuf_dqo()
/freebsd/crypto/krb5/src/clients/kinit/
H A Dkinit.c626 krb5_prompt_type *ptypes; in kinit_prompter() local
630 ptypes = krb5_get_prompt_types(ctx); in kinit_prompter()
632 if (ptypes != NULL && ptypes[i] == KRB5_PROMPT_TYPE_PASSWORD) in kinit_prompter()
/freebsd/crypto/heimdal/
H A DChangeLog.2004542 * lib/krb5/get_in_tkt.c (set_ptypes): make ptypes const