Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_flow.c205 struct ice_flow_prof *prof; member
262 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) in ice_flow_calc_seg_sz()
264 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV6) in ice_flow_calc_seg_sz()
268 if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_TCP) in ice_flow_calc_seg_sz()
270 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_UDP) in ice_flow_calc_seg_sz()
272 else if (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_SCTP) in ice_flow_calc_seg_sz()
288 struct ice_flow_prof *prof; in ice_flow_proc_seg_hdrs() local
293 prof = params->prof; in ice_flow_proc_seg_hdrs()
295 for (i = 0; i < params->prof->segs_cnt; i++) { in ice_flow_proc_seg_hdrs()
299 hdrs = prof->segs[i].hdrs; in ice_flow_proc_seg_hdrs()
[all …]
H A Dice_ethtool_fdir.c283 struct ice_fd_hw_prof *prof = ice_fdir_get_hw_prof(hw, blk, flow); in ice_fdir_erase_flow_from_hw() local
286 if (!prof) in ice_fdir_erase_flow_from_hw()
294 for (j = 0; j < prof->cnt; j++) { in ice_fdir_erase_flow_from_hw()
297 if (!prof->entry_h[j][tun] || !prof->vsi_h[j]) in ice_fdir_erase_flow_from_hw()
299 vsi_num = ice_get_hw_vsi_num(hw, prof->vsi_h[j]); in ice_fdir_erase_flow_from_hw()
301 ice_flow_rem_entry(hw, blk, prof->entry_h[j][tun]); in ice_fdir_erase_flow_from_hw()
302 prof->entry_h[j][tun] = 0; in ice_fdir_erase_flow_from_hw()
319 struct ice_fd_hw_prof *prof; in ice_fdir_rem_flow() local
322 prof = ice_fdir_get_hw_prof(hw, blk, flow); in ice_fdir_rem_flow()
323 if (!prof) in ice_fdir_rem_flow()
[all …]
H A Dice_flex_pipe.c2766 sizeof(*hw->blk[block_id].prof.t); in ice_fill_tbl()
2767 dst = (u8 *)hw->blk[block_id].prof.t; in ice_fill_tbl()
2768 dst_len = hw->blk[block_id].prof.count * in ice_fill_tbl()
2769 sizeof(*hw->blk[block_id].prof.t); in ice_fill_tbl()
2840 ice_fill_tbl(hw, blk_id, hw->blk[blk_id].prof.sid); in ice_fill_blk_tbls()
2942 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].prof.t); in ice_free_hw_tbls()
2978 struct ice_prof_tcam *prof = &hw->blk[i].prof; in ice_clear_hw_tbls() local
3000 memset(prof->t, 0, prof->count * sizeof(*prof->t)); in ice_clear_hw_tbls()
3022 struct ice_prof_tcam *prof = &hw->blk[i].prof; in ice_init_hw_tbls() local
3083 prof->sid = ice_blk_sids[i][ICE_SID_PR_OFF]; in ice_init_hw_tbls()
[all …]
H A Dice_flow.h189 struct ice_flow_prof *prof; member
228 struct ice_flow_prof **prof);
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_proc.c200 struct dasd_profile_info *prof; in dasd_stats_proc_show() local
204 prof = dasd_global_profile.data; in dasd_stats_proc_show()
205 if (!prof) { in dasd_stats_proc_show()
214 for (factor = 1; (prof->dasd_io_reqs / factor) > 9999999; in dasd_stats_proc_show()
217 seq_printf(m, "%d dasd I/O requests\n", prof->dasd_io_reqs); in dasd_stats_proc_show()
219 prof->dasd_io_sects); in dasd_stats_proc_show()
231 dasd_statistics_array(m, prof->dasd_io_secs, factor); in dasd_stats_proc_show()
233 dasd_statistics_array(m, prof->dasd_io_times, factor); in dasd_stats_proc_show()
235 dasd_statistics_array(m, prof->dasd_io_timps, factor); in dasd_stats_proc_show()
237 dasd_statistics_array(m, prof->dasd_io_time1, factor); in dasd_stats_proc_show()
[all …]
/OK3568_Linux_fs/kernel/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_netdev.c104 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_alloc_tx_queue_per_tc()
1764 priv->prof->tx_pause, in mlx4_en_start_port()
1765 priv->prof->tx_ppp, in mlx4_en_start_port()
1766 priv->prof->rx_pause, in mlx4_en_start_port()
1767 priv->prof->rx_ppp); in mlx4_en_start_port()
2134 priv->prof->rx_ring_size, priv->stride); in mlx4_en_free_resources()
2143 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_alloc_resources() local
2152 prof->tx_ring_size, i, t, node)) in mlx4_en_alloc_resources()
2156 prof->tx_ring_size, in mlx4_en_alloc_resources()
2166 prof->rx_ring_size, i, RX, node)) in mlx4_en_alloc_resources()
[all …]
H A Den_ethtool.c792 if (priv->prof->tx_pause) in ethtool_get_ptys_link_ksettings()
795 if (priv->prof->tx_pause ^ priv->prof->rx_pause) in ethtool_get_ptys_link_ksettings()
1087 rx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->rx_ppp; in mlx4_en_set_pauseparam()
1088 tx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->tx_ppp; in mlx4_en_set_pauseparam()
1101 priv->prof->tx_pause = tx_pause; in mlx4_en_set_pauseparam()
1102 priv->prof->rx_pause = rx_pause; in mlx4_en_set_pauseparam()
1103 priv->prof->tx_ppp = tx_ppp; in mlx4_en_set_pauseparam()
1104 priv->prof->rx_ppp = rx_ppp; in mlx4_en_set_pauseparam()
1132 pause->tx_pause = priv->prof->tx_pause; in mlx4_en_get_pauseparam()
1133 pause->rx_pause = priv->prof->rx_pause; in mlx4_en_get_pauseparam()
[all …]
H A Dmlx4_en.h415 struct mlx4_en_port_profile prof[MLX4_MAX_PORTS + 1]; member
544 struct mlx4_en_port_profile *prof; member
681 struct mlx4_en_port_profile *prof);
693 struct mlx4_en_port_profile *prof,
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dctcm_sysfs.c96 priv->channel[WRITE]->prof.maxmulti); in ctcm_print_statistics()
98 priv->channel[WRITE]->prof.maxcqueue); in ctcm_print_statistics()
100 priv->channel[WRITE]->prof.doios_single); in ctcm_print_statistics()
102 priv->channel[WRITE]->prof.doios_multi); in ctcm_print_statistics()
104 priv->channel[WRITE]->prof.txlen); in ctcm_print_statistics()
106 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics()
133 memset(&priv->channel[WRITE]->prof, 0, in stats_write()
134 sizeof(priv->channel[CTCM_WRITE]->prof)); in stats_write()
H A Dnetiucv.c170 struct connection_profile prof; member
711 conn->prof.tx_pending--; in conn_action_txdone()
740 if (conn->collect_len > conn->prof.maxmulti) in conn_action_txdone()
741 conn->prof.maxmulti = conn->collect_len; in conn_action_txdone()
751 conn->prof.send_stamp = jiffies; in conn_action_txdone()
756 conn->prof.doios_multi++; in conn_action_txdone()
757 conn->prof.txlen += conn->tx_buff->len; in conn_action_txdone()
758 conn->prof.tx_pending++; in conn_action_txdone()
759 if (conn->prof.tx_pending > conn->prof.tx_max_pending) in conn_action_txdone()
760 conn->prof.tx_max_pending = conn->prof.tx_pending; in conn_action_txdone()
[all …]
H A Dctcm_fsms.c259 duration = done_stamp - ch->prof.send_stamp; in chx_txdone()
260 if (duration > ch->prof.tx_time) in chx_txdone()
261 ch->prof.tx_time = duration; in chx_txdone()
290 if (ch->prof.maxmulti < (ch->collect_len + 2)) in chx_txdone()
291 ch->prof.maxmulti = ch->collect_len + 2; in chx_txdone()
292 if (ch->prof.maxcqueue < skb_queue_len(&ch->collect_queue)) in chx_txdone()
293 ch->prof.maxcqueue = skb_queue_len(&ch->collect_queue); in chx_txdone()
309 ch->prof.send_stamp = jiffies; in chx_txdone()
311 ch->prof.doios_multi++; in chx_txdone()
1230 duration = done_stamp - ch->prof.send_stamp; in ctcmpc_chx_txdone()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/echoaudio/
H A Dmia_dsp.c33 static int set_professional_spdif(struct echoaudio *chip, char prof);
213 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument
215 dev_dbg(chip->card->dev, "set_professional_spdif %d\n", prof); in set_professional_spdif()
216 if (prof) in set_professional_spdif()
222 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()
199 chip->professional_spdif = prof; in set_professional_spdif()
201 prof ? "Professional" : "Consumer"); in set_professional_spdif()
H A Dgina20_dsp.c32 static int set_professional_spdif(struct echoaudio *chip, char prof);
205 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument
207 if (prof) in set_professional_spdif()
213 chip->professional_spdif = prof; in set_professional_spdif()
H A Dlayla20_dsp.c33 static int set_professional_spdif(struct echoaudio *chip, char prof);
279 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument
281 if (prof) in set_professional_spdif()
287 chip->professional_spdif = prof; in set_professional_spdif()
H A Dechoaudio_3g.c177 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument
182 chip->professional_spdif = prof; in set_professional_spdif()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dprofil.h37 struct prof struct
55 extern int sprofil (struct prof *__profp, int __profcnt, argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dprofil.h37 struct prof struct
55 extern int sprofil (struct prof *__profp, int __profcnt, argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c430 struct iwl_sar_profile *prof; in iwl_sar_fill_table() local
441 prof = &fwrt->sar_profiles[profs[i] - 1]; in iwl_sar_fill_table()
444 if (!prof->enabled) { in iwl_sar_fill_table()
462 cpu_to_le16(prof->table[idx]); in iwl_sar_fill_table()
464 j, prof->table[idx]); in iwl_sar_fill_table()
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-worker317 prof = profile.Profile()
319 ret = profile.Profile.runcall(prof, child)
321 prof.dump_stats(profname)
534 prof = profile.Profile() variable
536 profile.Profile.runcall(prof, worker.serve)
538 prof.dump_stats(profname)
/OK3568_Linux_fs/debian/packages-patches/cheese/
H A D0003-camera-use-H264-encoder-and-matroska-muxer.patch47 - prof = gst_encoding_container_profile_new("WebM audio/video",
51 + prof = gst_encoding_container_profile_new("Matroska audio/video",
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c719 const struct mlx5e_profile *prof = mlx5_get_profile(mdev); in mlx5_rdma_setup_rn() local
742 prof->init(mdev, netdev, prof, ipriv); in mlx5_rdma_setup_rn()
763 prof->cleanup(epriv); in mlx5_rdma_setup_rn()
/OK3568_Linux_fs/buildroot/package/mono-gtksharp3/
H A D0001-Fixes-MONO_PROFILE_ENTER_LEAVE-undeclared.patch18 @@ -86,6 +86,10 @@ simple_method_enter (MonoProfiler *prof, MonoMethod *method)

123