Searched refs:prof_id (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_type.h557 u8 prof_id; member in struct:ice_prof_map
567 u8 prof_id; member in struct:ice_tcam_inf
574 u8 prof_id; member in struct:ice_vsig_prof
664 u8 prof_id; member in struct:ice_prof_tcam_entry
717 u8 prof_id; member in struct:ice_chs_chg
H A Dice_flex_pipe.c2704 u16 prof_id; /* # profile IDs */ member in struct:ice_blk_size_details
3138 * @prof_id: receives the profile ID
3142 struct ice_fv_word *fv, u8 *prof_id)
3154 *prof_id = i;
3246 * @prof_id: pointer to variable to receive the profile ID
3252 ice_alloc_prof_id(struct ice_hw *hw, enum ice_block blk, u8 *prof_id) argument
3263 *prof_id = (u8)get_prof;
3272 * @prof_id: the profile ID to free
3277 ice_free_prof_id(struct ice_hw *hw, enum ice_block blk, u8 prof_id) argument
3279 u16 tmp_prof_id = (u16)prof_id;
3141 ice_find_prof_id(struct ice_hw *hw, enum ice_block blk, struct ice_fv_word *fv, u8 *prof_id) argument
3295 ice_prof_inc_ref(struct ice_hw *hw, enum ice_block blk, u8 prof_id) argument
3313 ice_write_es(struct ice_hw *hw, enum ice_block blk, u8 prof_id, struct ice_fv_word *fv) argument
3336 ice_prof_dec_ref(struct ice_hw *hw, enum ice_block blk, u8 prof_id) argument
3962 ice_tcam_write_entry(struct ice_hw *hw, enum ice_block blk, u16 idx, u8 prof_id, u8 ptg, u16 vsig, u8 cdid, u16 flags, u8 vl_msk[ICE_TCAM_KEY_VAL_SZ], u8 dc_msk[ICE_TCAM_KEY_VAL_SZ], u8 nm_msk[ICE_TCAM_KEY_VAL_SZ]) argument
4312 u8 prof_id; local
[all...]
H A Dice_flow.c849 * @prof_id: unique ID to identify this flow profile
852 ice_flow_find_prof_id(struct ice_hw *hw, enum ice_block blk, u64 prof_id) argument
857 if (p->id == prof_id)
867 * @prof_id: the profile ID handle
871 ice_flow_get_hw_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id, argument
878 map = ice_search_prof_id(hw, blk, prof_id);
880 *hw_prof_id = map->prof_id;
892 * @prof_id: unique ID to identify this flow profile
903 enum ice_flow_dir dir, u64 prof_id,
933 params->prof->id = prof_id;
902 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_action *acts, u8 acts_cnt, struct ice_flow_prof **prof) argument
1097 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_action *acts, u8 acts_cnt, struct ice_flow_prof **prof) argument
1136 ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id) argument
[all...]
H A Dice_flow.h331 ice_flow_get_hw_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id,
/freebsd-13-stable/sys/cddl/dev/profile/
H A Dprofile.c153 dtrace_id_t prof_id; member in struct:profile_probe
294 dtrace_probe(prof->prof_id, pc, upc, late, 0, 0);
350 prof->prof_id = dtrace_probe_create(profile_id,

Completed in 186 milliseconds