Home
last modified time | relevance | path

Searched refs:prof (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c166 params->prof[i].rx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile()
167 params->prof[i].rx_ppp = pfcrx; in mlx4_en_get_profile()
168 params->prof[i].tx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile()
169 params->prof[i].tx_ppp = pfctx; in mlx4_en_get_profile()
171 params->prof[i].tx_ring_size = MLX4_EN_MIN_TX_SIZE; in mlx4_en_get_profile()
172 params->prof[i].rx_ring_size = MLX4_EN_MIN_RX_SIZE; in mlx4_en_get_profile()
174 params->prof[i].tx_ring_size = MLX4_EN_DEF_TX_RING_SIZE; in mlx4_en_get_profile()
175 params->prof[i].rx_ring_size = MLX4_EN_DEF_RX_RING_SIZE; in mlx4_en_get_profile()
177 params->prof[i].num_up = MLX4_EN_NUM_UP_LOW; in mlx4_en_get_profile()
178 params->prof[i].num_tx_rings_p_up = params->max_num_tx_rings_p_up; in mlx4_en_get_profile()
[all …]
H A Den_dcb_nl.c159 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_dcbnl_set_all() local
168 rx_ppp = prof->rx_ppp; in mlx4_en_dcbnl_set_all()
169 tx_ppp = prof->tx_ppp; in mlx4_en_dcbnl_set_all()
195 rx_pause = !!(rx_ppp || tx_ppp) ? 0 : prof->rx_pause; in mlx4_en_dcbnl_set_all()
196 tx_pause = !!(rx_ppp || tx_ppp) ? 0 : prof->tx_pause; in mlx4_en_dcbnl_set_all()
200 rx_pause = prof->rx_pause; in mlx4_en_dcbnl_set_all()
201 tx_pause = prof->tx_pause; in mlx4_en_dcbnl_set_all()
211 prof->tx_ppp = tx_ppp; in mlx4_en_dcbnl_set_all()
212 prof->rx_ppp = rx_ppp; in mlx4_en_dcbnl_set_all()
213 prof->tx_pause = tx_pause; in mlx4_en_dcbnl_set_all()
[all …]
H A Den_resources.c67 if (user_prio >= 0 && priv->prof->num_up == MLX4_EN_NUM_UP_HIGH) { in mlx4_en_fill_qp_context()
H A Den_rx.c164 for (buf_ind = 0; buf_ind < priv->prof->rx_ring_size; buf_ind++) { in mlx4_en_fill_rx_buffers()
232 mdev->profile.prof[i].rx_ring_num = in mlx4_en_set_num_rx_rings()
1228 if (!priv->prof->rss_rings || priv->prof->rss_rings > priv->rx_ring_num) in mlx4_en_config_rss_steer()
1231 rss_rings = priv->prof->rss_rings; in mlx4_en_config_rss_steer()
/linux/sound/pci/echoaudio/
H A Dmia_dsp.c33 static int set_professional_spdif(struct echoaudio *chip, char prof);
215 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument
217 dev_dbg(chip->card->dev, "set_professional_spdif %d\n", prof); in set_professional_spdif()
218 if (prof) in set_professional_spdif()
224 chip->professional_spdif = prof; in set_professional_spdif()
H A Dechoaudio_gml.c156 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument
168 if (prof) { in set_professional_spdif()
200 chip->professional_spdif = prof; in set_professional_spdif()
202 prof ? "Professional" : "Consumer"); in set_professional_spdif()
H A Dgina20_dsp.c32 static int set_professional_spdif(struct echoaudio *chip, char prof);
207 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument
209 if (prof) in set_professional_spdif()
215 chip->professional_spdif = prof; in set_professional_spdif()
H A Dlayla20_dsp.c33 static int set_professional_spdif(struct echoaudio *chip, char prof);
281 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument
283 if (prof) in set_professional_spdif()
289 chip->professional_spdif = prof; in set_professional_spdif()
H A Decho3g_dsp.c37 static int set_professional_spdif(struct echoaudio *chip, char prof);
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c626 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, in ice_find_prot_off() argument
631 if (prof >= hw->blk[blk].es.count) in ice_find_prot_off()
637 fv_ext = hw->blk[blk].es.t + (prof * hw->blk[blk].es.fvw); in ice_find_prot_off()
1156 ice_prof_has_mask_idx(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 idx, in ice_prof_has_mask_idx() argument
1171 if (hw->blk[blk].es.mask_ena[prof] & BIT(i)) in ice_prof_has_mask_idx()
1199 ice_prof_has_mask(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 *masks) in ice_prof_has_mask() argument
1205 if (!ice_prof_has_mask_idx(hw, blk, prof, i, masks[i])) in ice_prof_has_mask()
1944 sizeof(*hw->blk[block_id].prof.t); in ice_fill_tbl()
1945 dst = (u8 *)hw->blk[block_id].prof.t; in ice_fill_tbl()
1946 dst_len = hw->blk[block_id].prof.count * in ice_fill_tbl()
[all …]
H A Dice_parser.c2365 struct ice_parser_profile *prof) in ice_parser_profile_init() argument
2371 memset(prof, 0, sizeof(*prof)); in ice_parser_profile_init()
2372 set_bit(rslt->ptype, prof->ptypes); in ice_parser_profile_init()
2374 prof->flags = rslt->flags_sw; in ice_parser_profile_init()
2375 prof->flags_msk = ICE_KEYBUILD_FLAG_MASK_DEFAULT_SW; in ice_parser_profile_init()
2377 prof->flags = rslt->flags_acl; in ice_parser_profile_init()
2378 prof->flags_msk = ICE_KEYBUILD_FLAG_MASK_DEFAULT_ACL; in ice_parser_profile_init()
2380 prof->flags = rslt->flags_fd; in ice_parser_profile_init()
2381 prof->flags_msk = ICE_KEYBUILD_FLAG_MASK_DEFAULT_FD; in ice_parser_profile_init()
2383 prof->flags = rslt->flags_rss; in ice_parser_profile_init()
[all …]
H A Dice_flex_pipe.h15 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
H A Dice_parser.h535 struct ice_parser_profile *prof);
537 struct ice_parser_profile *prof);
H A Dice_switch.c2234 u32 rid, prof; in ice_release_recipe_res() local
2238 for_each_set_bit(prof, recipe_to_profile[rid], in ice_release_recipe_res()
2240 status = ice_aq_get_recipe_to_profile(hw, prof, in ice_release_recipe_res()
2252 ice_aq_map_recipe_to_profile(hw, prof, in ice_release_recipe_res()
2255 clear_bit(rid, profile_to_recipe[prof]); in ice_release_recipe_res()
2256 clear_bit(prof, recipe_to_profile[rid]); in ice_release_recipe_res()
2360 u8 i, prof, idx, prot = 0; in ice_get_recp_frm_fw() local
2373 prof = find_first_bit(recipe_to_profile[idx], in ice_get_recp_frm_fw()
2391 hw->switch_info->prof_res_bm[prof])) in ice_get_recp_frm_fw()
2394 ice_find_prot_off(hw, ICE_BLK_SW, prof, lkup_indx, in ice_get_recp_frm_fw()
/linux/net/mac80211/
H A Dparse.c851 struct ieee80211_mle_per_sta_profile *prof = (void *)sub->data; in ieee80211_mle_get_sta_prof()
862 control = le16_to_cpu(prof->control); in ieee80211_mle_get_sta_prof()
884 elems->prof = (void *)elems_parse->scratch_pos; in ieee80211_prep_mle_link_parse()
898 struct ieee80211_mle_per_sta_profile *prof; in ieee80211_prep_mle_link_parse()
942 prof = elems->prof; in ieee80211_prep_mle_link_parse()
944 if (!prof) in ieee80211_prep_mle_link_parse()
948 if (elems->sta_prof_len < sizeof(*prof) + prof->sta_info_len - 1 + 4) { in ieee80211_prep_mle_link_parse()
949 elems->prof in ieee80211_prep_mle_link_parse()
831 struct ieee80211_mle_per_sta_profile *prof = (void *)sub->data; ieee80211_mle_get_sta_prof() local
878 struct ieee80211_mle_per_sta_profile *prof; ieee80211_prep_mle_link_parse() local
[all...]
H A Dmlme.c5271 !elems->prof || in ieee80211_assoc_config_link()
5272 !(elems->prof->control & prof_bss_param_ch_present)) { in ieee80211_assoc_config_link()
5276 const u8 *ptr = elems->prof->variable + in ieee80211_assoc_config_link()
5277 elems->prof->sta_info_len - 1; in ieee80211_assoc_config_link()
5287 ieee80211_mle_basic_sta_prof_bss_param_ch_cnt(elems->prof); in ieee80211_assoc_config_link()
6845 struct ieee80211_mle_per_sta_profile *prof = (void *)sub->data; in ieee80211_ml_reconfiguration() local
6846 u8 *pos = prof->variable; in ieee80211_ml_reconfiguration()
6856 control = le16_to_cpu(prof->control); in ieee80211_ml_reconfiguration()
7200 struct ieee80211_mle_per_sta_profile *prof = (void *)sub->data; in ieee80211_mgd_check_cross_link_csa() local
7208 link_id = le16_get_bits(prof->control, in ieee80211_mgd_check_cross_link_csa()
[all …]
/linux/tools/perf/
H A Dbuiltin-ftrace.c1225 struct ftrace_profile_data *prof = NULL; in add_func_duration() local
1227 if (!hashmap__find(ftrace->profile_hash, func, &prof)) { in add_func_duration()
1233 prof = zalloc(sizeof(*prof)); in add_func_duration()
1234 if (prof == NULL) { in add_func_duration()
1239 init_stats(&prof->st); in add_func_duration()
1240 hashmap__add(ftrace->profile_hash, key, prof); in add_func_duration()
1243 update_stats(&prof->st, time_ns); in add_func_duration()
/linux/net/mac80211/tests/
H A Delems.c83 KUNIT_EXPECT_NOT_NULL(test, parsed->prof); in mle_defrag()
/linux/drivers/s390/net/
H A Dctcm_main.h197 struct ctcm_profile prof; member
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl54 # 44 was prof
/linux/arch/sh/kernel/syscalls/
H A Dsyscall.tbl54 # 44 was prof
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl54 # 44 was prof
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_32.tbl59 44 i386 prof
/linux/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl54 44 common prof sys_ni_syscall
/linux/arch/x86/entry/syscalls/
H A Dsyscall_32.tbl59 44 i386 prof

12