Home
last modified time | relevance | path

Searched refs:ptypes (Results 1 – 11 of 11) 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/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.c631 ptype_lut_dqo->ptypes[i].l3_type = ptype_map->ptypes[i].l3_type; in gve_adminq_get_ptype_map_dqo()
632 ptype_lut_dqo->ptypes[i].l4_type = ptype_map->ptypes[i].l4_type; in gve_adminq_get_ptype_map_dqo()
H A Dgve_adminq.h381 struct gve_ptype_entry ptypes[1 << 10]; /* PTYPES are always 10 bits. */ member
H A Dgve.h510 struct gve_ptype ptypes[GVE_NUM_PTYPES]; member
H A Dgve_rx_dqo.c550 ptype = &rx->com.priv->ptype_lut_dqo->ptypes[compl_desc->packet_type]; in gve_rx_input_mbuf_dqo()
/freebsd/crypto/heimdal/
H A DChangeLog.2004542 * lib/krb5/get_in_tkt.c (set_ptypes): make ptypes const