Searched refs:profile_id (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/cddl/dev/profile/ |
H A D | profile.c | 198 static dtrace_provider_id_t profile_id; variable 295 if (dtrace_probe_lookup(profile_id, NULL, NULL, name) != 0) in profile_create() 314 prof->prof_id = dtrace_probe_create(profile_id, in profile_create() 623 NULL, &profile_pops, NULL, &profile_id) != 0) in profile_load() 633 if ((error = dtrace_unregister(profile_id)) != 0) in profile_unload()
|
/freebsd/sys/dev/ice/ |
H A D | ice_flex_type.h | 149 u32 profile_id; member
|
H A D | ice_type.h | 803 #define ICE_TXSCHED_GET_RL_PROF_ID(p) LE16_TO_CPU((p)->info.profile_id)
|
H A D | ice_sched.c | 4293 * @profile_id: profile ID to remove 4296 * 'profile_type' and profile ID as 'profile_id'. The caller needs to hold 4301 u16 profile_id) in ice_sched_rm_rl_profile() 4313 LE16_TO_CPU(rl_prof_elem->profile.profile_id) == in ice_sched_rm_rl_profile() 4314 profile_id) { in ice_sched_rm_rl_profile() 4409 rl_prof_id = LE16_TO_CPU(rl_prof_info->profile.profile_id); in ice_sched_set_node_bw() 4299 ice_sched_rm_rl_profile(struct ice_hw * hw,u8 layer_num,u8 profile_type,u16 profile_id) ice_sched_rm_rl_profile() argument
|
H A D | ice_ddp_common.c | 1626 fvl->profile_id = offset; in ice_get_sw_fv_list()
|
H A D | ice_adminq_cmd.h | 1209 __le16 profile_id; 1199 __le16 profile_id; global() member
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.h | 265 uint32_t profile_id; member 1352 uint32_t profile_id, void *arg);
|
H A D | sli4.h | 2757 uint32_t profile_id:8, member 2777 uint32_t profile_id:8, member 2797 uint32_t profile_id:8, member 3720 uint8_t profile_id, uint32_t descriptor_count,
|
H A D | ocs_mgmt.c | 2044 sprintf(result_line, "0x%02x:%s\n", result.list->descriptors[i].profile_id, in get_profile_list()
|
H A D | sli4.c | 2935 uint8_t profile_id, uint32_t descriptor_count, uint8_t isap) in sli_cmd_common_set_profile_config() argument 2960 req->profile_id = profile_id; in sli_cmd_common_set_profile_config()
|
H A D | ocs_hw.c | 7614 list->descriptors[i].profile_id = response->profile_descriptor[i].profile_id; in ocs_hw_get_profile_list_cb() 8122 ocs_hw_set_active_profile(ocs_hw_t *hw, ocs_set_active_profile_cb_t cb, uint32_t profile_id, void* … in ocs_hw_set_active_profile() argument 8151 if (sli_cmd_common_set_active_profile(&hw->sli, mbxdata, SLI4_BMBX_SIZE, 0, profile_id)) { in ocs_hw_set_active_profile()
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 9244 u8 profile_id[0xc]; 8926 u8 profile_id[0xc]; global() member
|