/freebsd/sys/dev/ice/ |
H A D | ice_flex_pipe.c | 920 u16 prof_id; /* # profile IDs */ 1354 * @prof_id: receives the profile ID 1358 struct ice_fv_word *fv, u8 *prof_id) in ice_find_prof_id() 1370 *prof_id = i; in ice_find_prof_id() 1462 * @prof_id: pointer to variable to receive the profile ID 1468 ice_alloc_prof_id(struct ice_hw *hw, enum ice_block blk, u8 *prof_id) in ice_alloc_prof_id() 1479 *prof_id = (u8)get_prof; in ice_alloc_prof_id() 1488 * @prof_id: the profile ID to free 1493 ice_free_prof_id(struct ice_hw *hw, enum ice_block blk, u8 prof_id) in ice_free_prof_id() 1495 u16 tmp_prof_id = (u16)prof_id; in ice_free_prof_id() 919 u16 prof_id; /* # profile IDs */ global() member 1357 ice_find_prof_id(struct ice_hw * hw,enum ice_block blk,struct ice_fv_word * fv,u8 * prof_id) ice_find_prof_id() argument 1467 ice_alloc_prof_id(struct ice_hw * hw,enum ice_block blk,u8 * prof_id) ice_alloc_prof_id() argument 1492 ice_free_prof_id(struct ice_hw * hw,enum ice_block blk,u8 prof_id) ice_free_prof_id() argument 1510 ice_prof_inc_ref(struct ice_hw * hw,enum ice_block blk,u8 prof_id) ice_prof_inc_ref() argument 1528 ice_write_es(struct ice_hw * hw,enum ice_block blk,u8 prof_id,struct ice_fv_word * fv) ice_write_es() argument 1551 ice_prof_dec_ref(struct ice_hw * hw,enum ice_block blk,u8 prof_id) ice_prof_dec_ref() argument 2203 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]) ice_tcam_write_entry() argument 2550 u8 prof_id; ice_add_prof() local [all...] |
H A D | ice_flex_type.h | 304 u8 prof_id; member 314 u8 prof_id; member 321 u8 prof_id; member 411 u8 prof_id; member 464 u8 prof_id; member
|
H A D | ice_flow.c | 850 * @prof_id: unique ID to identify this flow profile 853 ice_flow_find_prof_id(struct ice_hw *hw, enum ice_block blk, u64 prof_id) 858 if (p->id == prof_id) in ice_flow_find_prof_id() argument 868 * @prof_id: the profile ID handle 872 ice_flow_get_hw_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id, 879 map = ice_search_prof_id(hw, blk, prof_id); in ice_flow_get_hw_prof() 881 *hw_prof_id = map->prof_id; in ice_flow_get_hw_prof() 893 * @prof_id: unique ID to identify this flow profile 904 enum ice_flow_dir dir, u64 prof_id, 934 params->prof->id = prof_id; in ice_flow_add_prof_sync() 877 ice_flow_get_hw_prof(struct ice_hw * hw,enum ice_block blk,u64 prof_id,u8 * hw_prof_id) ice_flow_get_hw_prof() argument 909 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) ice_flow_add_prof_sync() argument 1103 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) ice_flow_add_prof() argument 1141 ice_flow_rem_prof(struct ice_hw * hw,enum ice_block blk,u64 prof_id) ice_flow_rem_prof() argument [all...] |
H A D | ice_flow.h | 337 ice_flow_get_hw_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id,
|
/freebsd/sys/cddl/dev/profile/ |
H A D | profile.c | 122 dtrace_id_t prof_id; member 257 dtrace_probe(prof->prof_id, pc, upc, late, 0, 0); in profile_probe() 314 prof->prof_id = dtrace_probe_create(profile_id, in profile_create()
|