Searched refs:ptypes (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/dev/ice/ |
| H A D | ice_flow.c | 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, params->ptypes, src, in ice_flow_proc_seg_hdrs() 492 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 498 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 503 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 509 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 514 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 523 ice_and_bitmap(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs() [all …]
|
| H A D | ice_flex_pipe.c | 775 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg; in ice_ptg_find_ptype() 848 if (ptype == (p - hw->blk[blk].xlt1.ptypes)) { 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 = (struct ice_ptg_ptype *) in ice_init_hw_tbls() 1845 if (!xlt1->ptypes) in ice_init_hw_tbls() 2034 ice_free(hw, hw->blk[i].xlt1.ptypes); in ice_free_hw_tbls() 2078 if (xlt1->ptypes) in ice_clear_hw_tbls() 2079 ice_memset(xlt1->ptypes, 0, in ice_clear_hw_tbls() [all …]
|
| H A D | ice_flex_pipe.h | 72 ice_bitmap_t *ptypes, struct ice_fv_word *es);
|
| H A D | ice_flex_type.h | 345 struct ice_ptg_ptype *ptypes; member
|
| /freebsd-14.2/crypto/heimdal/lib/krb5/ |
| H A D | get_in_tkt.c | 150 const krb5_preauthtype *ptypes, in init_as_req() argument 286 if (ptypes == NULL || *ptypes == KRB5_PADATA_NONE) 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() 533 const krb5_preauthtype *ptypes, in krb5_get_in_tkt() argument [all …]
|
| /freebsd-14.2/stand/common/ |
| H A D | part.c | 84 } 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-14.2/crypto/heimdal/ |
| H A D | ChangeLog.2004 | 542 * lib/krb5/get_in_tkt.c (set_ptypes): make ptypes const
|