Searched refs:profile_id (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/cddl/dev/profile/
H A Dprofile.c237 static dtrace_provider_id_t profile_id; variable
330 if (dtrace_probe_lookup(profile_id, NULL, NULL, name) != 0)
349 prof->prof_id = dtrace_probe_create(profile_id,
662 NULL, &profile_pops, NULL, &profile_id) != 0)
672 if ((error = dtrace_unregister(profile_id)) != 0)
/freebsd-12-stable/sys/dev/ice/
H A Dice_flex_type.h384 u32 profile_id; member in struct:ice_sw_fv_list_entry
H A Dice_sched.c4139 * @profile_id: profile ID to remove
4142 * 'profile_type' and profile ID as 'profile_id'. The caller needs to hold
4147 u16 profile_id)
4159 LE16_TO_CPU(rl_prof_elem->profile.profile_id) ==
4160 profile_id) {
4300 rl_prof_id = LE16_TO_CPU(rl_prof_info->profile.profile_id);
4146 ice_sched_rm_rl_profile(struct ice_port_info *pi, u8 layer_num, u8 profile_type, u16 profile_id) argument
H A Dice_type.h603 #define ICE_TXSCHED_GET_RL_PROF_ID(p) LE16_TO_CPU((p)->info.profile_id)
H A Dice_adminq_cmd.h1119 __le16 profile_id; member in struct:ice_aqc_rl_profile_elem
H A Dice_flex_pipe.c1803 fvl->profile_id = offset;
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_hw.h268 uint32_t profile_id; member in struct:__anon14776
1361 uint32_t profile_id, void *arg);
H A Dsli4.h2708 uint32_t profile_id:8, member in struct:sli4_req_common_get_profile_config_s
2728 uint32_t profile_id:8, member in struct:sli4_req_common_set_profile_config_s
2748 uint32_t profile_id:8, member in struct:sli4_profile_descriptor_s
3648 uint8_t profile_id, uint32_t descriptor_count,
H A Dsli4.c2839 * @param profile_id Profile ID to configure.
2847 uint8_t profile_id, uint32_t descriptor_count, uint8_t isap)
2872 req->profile_id = profile_id;
2846 sli_cmd_common_set_profile_config(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *dma, uint8_t profile_id, uint32_t descriptor_count, uint8_t isap) argument
H A Docs_hw.c7621 list->descriptors[i].profile_id = response->profile_descriptor[i].profile_id;
8120 * @param profile_id Profile ID to activate.
8132 ocs_hw_set_active_profile(ocs_hw_t *hw, ocs_set_active_profile_cb_t cb, uint32_t profile_id, void* ul_arg) argument
8162 if (sli_cmd_common_set_active_profile(&hw->sli, mbxdata, SLI4_BMBX_SIZE, 0, profile_id)) {
H A Docs_mgmt.c2203 sprintf(result_line, "0x%02x:%s\n", result.list->descriptors[i].profile_id,
/freebsd-12-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h8144 u8 profile_id[0xc]; member in struct:mlx5_ifc_plpc_reg_bits

Completed in 420 milliseconds