Searched refs:ptypes (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_flow.c | 468 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 474 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 479 ice_and_bitmap(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs() 489 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 496 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 502 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 507 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 513 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 518 ice_and_bitmap(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 527 ice_and_bitmap(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs() [all …]
|
| H A D | ice_flex_pipe.c | 2605 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg; in ice_ptg_find_ptype() 2678 if (ptype == (p - hw->blk[blk].xlt1.ptypes)) { in ice_ptg_remove_ptype() 2688 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = NULL; in ice_ptg_remove_ptype() 2734 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = in ice_ptg_add_mv_ptype() 2737 &hw->blk[blk].xlt1.ptypes[ptype]; in ice_ptg_add_mv_ptype() 2739 hw->blk[blk].xlt1.ptypes[ptype].ptg = ptg; in ice_ptg_add_mv_ptype() 3736 ice_free(hw, hw->blk[i].xlt1.ptypes); in ice_free_hw_tbls() 3791 ice_memset(xlt1->ptypes, 0, xlt1->count * sizeof(*xlt1->ptypes), in ice_clear_hw_tbls() 3854 xlt1->ptypes = (struct ice_ptg_ptype *) in ice_init_hw_tbls() 3857 if (!xlt1->ptypes) in ice_init_hw_tbls() [all …]
|
| H A D | ice_flex_pipe.h | 92 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[],
|
| H A D | ice_flex_type.h | 600 struct ice_ptg_ptype *ptypes; member
|
| /freebsd-13.1/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-13.1/stand/common/ |
| H A D | part.c | 89 } ptypes[] = { variable 110 for (i = 0; i < nitems(ptypes); i++) in parttype2str() 111 if (ptypes[i].type == type) in parttype2str() 112 return (ptypes[i].desc); in parttype2str() 113 return (ptypes[0].desc); in parttype2str()
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.2004 | 542 * lib/krb5/get_in_tkt.c (set_ptypes): make ptypes const
|