prof             1294 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 				sizeof(*hw->blk[block_id].prof.t);
prof             1295 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 			dst = (u8 *)hw->blk[block_id].prof.t;
prof             1296 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 			dst_len = hw->blk[block_id].prof.count *
prof             1297 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 				sizeof(*hw->blk[block_id].prof.t);
prof             1368 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		ice_fill_tbl(hw, blk_id, hw->blk[blk_id].prof.sid);
prof             1393 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		devm_kfree(ice_hw_to_dev(hw), hw->blk[i].prof.t);
prof             1413 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		struct ice_prof_tcam *prof = &hw->blk[i].prof;
prof             1428 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		memset(prof->t, 0, prof->count * sizeof(*prof->t));
prof             1448 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		struct ice_prof_tcam *prof = &hw->blk[i].prof;
prof             1506 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		prof->sid = ice_blk_sids[i][ICE_SID_PR_OFF];
prof             1507 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		prof->count = blk_sizes[i].prof_tcam;
prof             1508 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		prof->max_prof_id = blk_sizes[i].prof_id;
prof             1509 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		prof->cdid_bits = blk_sizes[i].prof_cdid_bits;
prof             1510 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		prof->t = devm_kcalloc(ice_hw_to_dev(hw), prof->count,
prof             1511 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 				       sizeof(*prof->t), GFP_KERNEL);
prof             1513 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		if (!prof->t)
prof              367 drivers/net/ethernet/intel/ice/ice_flex_type.h 	struct ice_prof_tcam prof;
prof              159 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	struct mlx4_en_port_profile *prof = priv->prof;
prof              168 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 		rx_ppp = prof->rx_ppp;
prof              169 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 		tx_ppp = prof->tx_ppp;
prof              195 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 		rx_pause = !!(rx_ppp || tx_ppp) ? 0 : prof->rx_pause;
prof              196 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 		tx_pause = !!(rx_ppp || tx_ppp) ? 0 : prof->tx_pause;
prof              200 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 		rx_pause = prof->rx_pause;
prof              201 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 		tx_pause = prof->tx_pause;
prof              211 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	prof->tx_ppp = tx_ppp;
prof              212 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	prof->rx_ppp = rx_ppp;
prof              213 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	prof->tx_pause = tx_pause;
prof              214 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	prof->rx_pause = rx_pause;
prof              406 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	pfc->pfc_en = priv->prof->tx_ppp;
prof              415 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	struct mlx4_en_port_profile *prof = priv->prof;
prof              426 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	rx_pause = prof->rx_pause && !pfc->pfc_en;
prof              427 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	tx_pause = prof->tx_pause && !pfc->pfc_en;
prof              442 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	prof->tx_ppp = tx_ppp;
prof              443 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	prof->rx_ppp = rx_ppp;
prof              444 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	prof->rx_pause = rx_pause;
prof              445 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	prof->tx_pause = tx_pause;
prof              792 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	if (priv->prof->tx_pause)
prof              795 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	if (priv->prof->tx_pause ^ priv->prof->rx_pause)
prof             1087 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	rx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->rx_ppp;
prof             1088 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	tx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->tx_ppp;
prof             1101 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	priv->prof->tx_pause = tx_pause;
prof             1102 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	priv->prof->rx_pause = rx_pause;
prof             1103 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	priv->prof->tx_ppp = tx_ppp;
prof             1104 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	priv->prof->rx_ppp = rx_ppp;
prof             1114 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	pause->tx_pause = priv->prof->tx_pause;
prof             1115 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	pause->rx_pause = priv->prof->rx_pause;
prof             1158 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile));
prof             1240 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	rss_rings = priv->prof->rss_rings ?: n;
prof             1299 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		priv->prof->rss_rings = rss_rings;
prof             1805 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 			    priv->prof->num_up;
prof             1830 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count;
prof             1839 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile));
prof             1841 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	new_prof.tx_ring_num[TX] = channel->tx_count * priv->prof->num_up;
prof             1858 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	up = (priv->prof->num_up == MLX4_EN_NUM_UP_LOW) ?
prof             1859 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 				    0 : priv->prof->num_up;
prof             1981 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		*(u32 *)data = priv->prof->inline_thold;
prof             2004 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 			priv->prof->inline_thold = val;
prof              166 drivers/net/ethernet/mellanox/mlx4/en_main.c 		params->prof[i].rx_pause = !(pfcrx || pfctx);
prof              167 drivers/net/ethernet/mellanox/mlx4/en_main.c 		params->prof[i].rx_ppp = pfcrx;
prof              168 drivers/net/ethernet/mellanox/mlx4/en_main.c 		params->prof[i].tx_pause = !(pfcrx || pfctx);
prof              169 drivers/net/ethernet/mellanox/mlx4/en_main.c 		params->prof[i].tx_ppp = pfctx;
prof              171 drivers/net/ethernet/mellanox/mlx4/en_main.c 			params->prof[i].tx_ring_size = MLX4_EN_MIN_TX_SIZE;
prof              172 drivers/net/ethernet/mellanox/mlx4/en_main.c 			params->prof[i].rx_ring_size = MLX4_EN_MIN_RX_SIZE;
prof              174 drivers/net/ethernet/mellanox/mlx4/en_main.c 			params->prof[i].tx_ring_size = MLX4_EN_DEF_TX_RING_SIZE;
prof              175 drivers/net/ethernet/mellanox/mlx4/en_main.c 			params->prof[i].rx_ring_size = MLX4_EN_DEF_RX_RING_SIZE;
prof              177 drivers/net/ethernet/mellanox/mlx4/en_main.c 		params->prof[i].num_up = MLX4_EN_NUM_UP_LOW;
prof              178 drivers/net/ethernet/mellanox/mlx4/en_main.c 		params->prof[i].num_tx_rings_p_up = params->max_num_tx_rings_p_up;
prof              179 drivers/net/ethernet/mellanox/mlx4/en_main.c 		params->prof[i].tx_ring_num[TX] = params->max_num_tx_rings_p_up *
prof              180 drivers/net/ethernet/mellanox/mlx4/en_main.c 			params->prof[i].num_up;
prof              181 drivers/net/ethernet/mellanox/mlx4/en_main.c 		params->prof[i].rss_rings = 0;
prof              182 drivers/net/ethernet/mellanox/mlx4/en_main.c 		params->prof[i].inline_thold = inline_thold;
prof              259 drivers/net/ethernet/mellanox/mlx4/en_main.c 		if (mlx4_en_init_netdev(mdev, i, &mdev->profile.prof[i]))
prof              103 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile));
prof             1763 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				    priv->prof->tx_pause,
prof             1764 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				    priv->prof->tx_ppp,
prof             1765 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				    priv->prof->rx_pause,
prof             1766 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				    priv->prof->rx_ppp);
prof             2132 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				priv->prof->rx_ring_size, priv->stride);
prof             2141 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	struct mlx4_en_port_profile *prof = priv->prof;
prof             2150 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 					      prof->tx_ring_size, i, t, node))
prof             2154 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 						   prof->tx_ring_size,
prof             2164 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				      prof->rx_ring_size, i, RX, node))
prof             2168 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 					   prof->rx_ring_size, priv->stride,
prof             2185 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 						prof->rx_ring_size,
prof             2205 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 			     struct mlx4_en_port_profile *prof)
prof             2209 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	memcpy(&dst->hwtstamp_config, &prof->hwtstamp_config,
prof             2211 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	dst->num_tx_rings_p_up = prof->num_tx_rings_p_up;
prof             2212 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	dst->rx_ring_num = prof->rx_ring_num;
prof             2213 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	dst->flags = prof->flags;
prof             2217 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	dst->prof = prof;
prof             2222 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 		dst->tx_ring_num[t] = prof->tx_ring_num[t];
prof             2268 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	memcpy(dst->prof, src->prof, sizeof(struct mlx4_en_port_profile));
prof             2273 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				struct mlx4_en_port_profile *prof,
prof             2279 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	mlx4_en_copy_priv(tmp, priv, prof);
prof             2828 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile));
prof             2834 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 			MAX_TX_RINGS - ALIGN(xdp_ring_num, priv->prof->num_up);
prof             3239 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 			struct mlx4_en_port_profile *prof)
prof             3251 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	netif_set_real_num_tx_queues(dev, prof->tx_ring_num[TX]);
prof             3252 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	netif_set_real_num_rx_queues(dev, prof->rx_ring_num);
prof             3280 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	priv->prof = prof;
prof             3283 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	priv->flags = prof->flags;
prof             3292 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 		priv->tx_ring_num[t] = prof->tx_ring_num[t];
prof             3311 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	priv->rx_ring_num = prof->rx_ring_num;
prof             3506 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	en_warn(priv, "Using %d TX rings\n", prof->tx_ring_num[TX]);
prof             3507 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	en_warn(priv, "Using %d RX rings\n", prof->rx_ring_num);
prof             3515 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				    prof->tx_pause, prof->tx_ppp,
prof             3516 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				    prof->rx_pause, prof->rx_ppp);
prof             3549 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				 mdev->profile.prof[priv->port].rx_ppp,
prof             3550 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				 mdev->profile.prof[priv->port].rx_pause,
prof             3551 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				 mdev->profile.prof[priv->port].tx_ppp,
prof             3552 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				 mdev->profile.prof[priv->port].tx_pause);
prof             3601 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile));
prof               67 drivers/net/ethernet/mellanox/mlx4/en_resources.c 	if (user_prio >= 0 && priv->prof->num_up == MLX4_EN_NUM_UP_HIGH) {
prof              190 drivers/net/ethernet/mellanox/mlx4/en_rx.c 	for (buf_ind = 0; buf_ind < priv->prof->rx_ring_size; buf_ind++) {
prof              258 drivers/net/ethernet/mellanox/mlx4/en_rx.c 		mdev->profile.prof[i].rx_ring_num =
prof             1197 drivers/net/ethernet/mellanox/mlx4/en_rx.c 	if (!priv->prof->rss_rings || priv->prof->rss_rings > priv->rx_ring_num)
prof             1200 drivers/net/ethernet/mellanox/mlx4/en_rx.c 		rss_rings = priv->prof->rss_rings;
prof              637 drivers/net/ethernet/mellanox/mlx4/en_tx.c 		*inline_ok = is_inline(priv->prof->inline_thold, skb,
prof              410 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h 	struct mlx4_en_port_profile prof[MLX4_MAX_PORTS + 1];
prof              535 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h 	struct mlx4_en_port_profile *prof;
prof              673 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h 			struct mlx4_en_port_profile *prof);
prof              685 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h 				struct mlx4_en_port_profile *prof,
prof              688 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 	const struct mlx5e_profile *prof = mlx5_get_profile(mdev);
prof              711 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 	prof->init(mdev, netdev, prof, ipriv);
prof              732 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 	prof->cleanup(epriv);
prof              518 drivers/net/ethernet/mellanox/mlx5/core/main.c 	struct mlx5_profile *prof = dev->profile;
prof              550 drivers/net/ethernet/mellanox/mlx5/core/main.c 	if (prof->mask & MLX5_PROF_MASK_QP_SIZE)
prof              552 drivers/net/ethernet/mellanox/mlx5/core/main.c 			 prof->log_max_qp);
prof             1240 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c static void brcmf_init_prof(struct brcmf_cfg80211_profile *prof)
prof             1242 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	memset(prof, 0, sizeof(*prof));
prof              868 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 		struct iwl_mvm_sar_profile *prof;
prof              879 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 		prof = &mvm->sar_profiles[profs[i] - 1];
prof              882 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 		if (!prof->enabled) {
prof              896 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 				cpu_to_le16(prof->table[idx]);
prof              898 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 					j, prof->table[idx]);
prof              973 drivers/s390/block/dasd.c 	struct dasd_profile *prof = m->private;
prof              984 drivers/s390/block/dasd.c 		dasd_profile_reset(prof);
prof              986 drivers/s390/block/dasd.c 		rc = dasd_profile_on(prof);
prof              990 drivers/s390/block/dasd.c 		if (prof == &dasd_global_profile) {
prof              991 drivers/s390/block/dasd.c 			dasd_profile_reset(prof);
prof              995 drivers/s390/block/dasd.c 		if (prof == &dasd_global_profile)
prof              997 drivers/s390/block/dasd.c 		dasd_profile_off(prof);
prof              200 drivers/s390/block/dasd_proc.c 	struct dasd_profile_info *prof;
prof              204 drivers/s390/block/dasd_proc.c 	prof = dasd_global_profile.data;
prof              205 drivers/s390/block/dasd_proc.c 	if (!prof) {
prof              214 drivers/s390/block/dasd_proc.c 	for (factor = 1; (prof->dasd_io_reqs / factor) > 9999999;
prof              217 drivers/s390/block/dasd_proc.c 	seq_printf(m, "%d dasd I/O requests\n", prof->dasd_io_reqs);
prof              219 drivers/s390/block/dasd_proc.c 		       prof->dasd_io_sects);
prof              231 drivers/s390/block/dasd_proc.c 	dasd_statistics_array(m, prof->dasd_io_secs, factor);
prof              233 drivers/s390/block/dasd_proc.c 	dasd_statistics_array(m, prof->dasd_io_times, factor);
prof              235 drivers/s390/block/dasd_proc.c 	dasd_statistics_array(m, prof->dasd_io_timps, factor);
prof              237 drivers/s390/block/dasd_proc.c 	dasd_statistics_array(m, prof->dasd_io_time1, factor);
prof              239 drivers/s390/block/dasd_proc.c 	dasd_statistics_array(m, prof->dasd_io_time2, factor);
prof              242 drivers/s390/block/dasd_proc.c 	dasd_statistics_array(m, prof->dasd_io_time2ps, factor);
prof              244 drivers/s390/block/dasd_proc.c 	dasd_statistics_array(m, prof->dasd_io_time3, factor);
prof              246 drivers/s390/block/dasd_proc.c 	dasd_statistics_array(m, prof->dasd_io_nr_req, factor);
prof              259 drivers/s390/net/ctcm_fsms.c 	duration = done_stamp - ch->prof.send_stamp;
prof              260 drivers/s390/net/ctcm_fsms.c 	if (duration > ch->prof.tx_time)
prof              261 drivers/s390/net/ctcm_fsms.c 		ch->prof.tx_time = duration;
prof              290 drivers/s390/net/ctcm_fsms.c 		if (ch->prof.maxmulti < (ch->collect_len + 2))
prof              291 drivers/s390/net/ctcm_fsms.c 			ch->prof.maxmulti = ch->collect_len + 2;
prof              292 drivers/s390/net/ctcm_fsms.c 		if (ch->prof.maxcqueue < skb_queue_len(&ch->collect_queue))
prof              293 drivers/s390/net/ctcm_fsms.c 			ch->prof.maxcqueue = skb_queue_len(&ch->collect_queue);
prof              309 drivers/s390/net/ctcm_fsms.c 		ch->prof.send_stamp = jiffies;
prof              311 drivers/s390/net/ctcm_fsms.c 		ch->prof.doios_multi++;
prof             1230 drivers/s390/net/ctcm_fsms.c 	duration = done_stamp - ch->prof.send_stamp;
prof             1231 drivers/s390/net/ctcm_fsms.c 	if (duration > ch->prof.tx_time)
prof             1232 drivers/s390/net/ctcm_fsms.c 		ch->prof.tx_time = duration;
prof             1264 drivers/s390/net/ctcm_fsms.c 	if (ch->prof.maxmulti < (ch->collect_len + TH_HEADER_LENGTH))
prof             1265 drivers/s390/net/ctcm_fsms.c 		ch->prof.maxmulti = ch->collect_len + TH_HEADER_LENGTH;
prof             1266 drivers/s390/net/ctcm_fsms.c 	if (ch->prof.maxcqueue < skb_queue_len(&ch->collect_queue))
prof             1267 drivers/s390/net/ctcm_fsms.c 		ch->prof.maxcqueue = skb_queue_len(&ch->collect_queue);
prof             1355 drivers/s390/net/ctcm_fsms.c 	ch->prof.send_stamp = jiffies;
prof             1359 drivers/s390/net/ctcm_fsms.c 	ch->prof.doios_multi++;
prof             1818 drivers/s390/net/ctcm_fsms.c 	wch->prof.send_stamp = jiffies;
prof              505 drivers/s390/net/ctcm_main.c 	ch->prof.txlen += skb->len;
prof              571 drivers/s390/net/ctcm_main.c 	ch->prof.send_stamp = jiffies;
prof              575 drivers/s390/net/ctcm_main.c 		ch->prof.doios_single++;
prof              769 drivers/s390/net/ctcm_main.c 	ch->prof.txlen += skb->len - PDU_HEADER_LENGTH;
prof              834 drivers/s390/net/ctcm_main.c 	ch->prof.send_stamp = jiffies;
prof              838 drivers/s390/net/ctcm_main.c 		ch->prof.doios_single++;
prof              196 drivers/s390/net/ctcm_main.h 	struct ctcm_profile prof;
prof               95 drivers/s390/net/ctcm_sysfs.c 		     priv->channel[WRITE]->prof.maxmulti);
prof               97 drivers/s390/net/ctcm_sysfs.c 		     priv->channel[WRITE]->prof.maxcqueue);
prof               99 drivers/s390/net/ctcm_sysfs.c 		     priv->channel[WRITE]->prof.doios_single);
prof              101 drivers/s390/net/ctcm_sysfs.c 		     priv->channel[WRITE]->prof.doios_multi);
prof              103 drivers/s390/net/ctcm_sysfs.c 		     priv->channel[WRITE]->prof.txlen);
prof              105 drivers/s390/net/ctcm_sysfs.c 		     jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time));
prof              132 drivers/s390/net/ctcm_sysfs.c 	memset(&priv->channel[WRITE]->prof, 0,
prof              133 drivers/s390/net/ctcm_sysfs.c 				sizeof(priv->channel[CTCM_WRITE]->prof));
prof              187 drivers/s390/net/netiucv.c 	struct connection_profile prof;
prof              729 drivers/s390/net/netiucv.c 	conn->prof.tx_pending--;
prof              758 drivers/s390/net/netiucv.c 	if (conn->collect_len > conn->prof.maxmulti)
prof              759 drivers/s390/net/netiucv.c 		conn->prof.maxmulti = conn->collect_len;
prof              769 drivers/s390/net/netiucv.c 	conn->prof.send_stamp = jiffies;
prof              774 drivers/s390/net/netiucv.c 	conn->prof.doios_multi++;
prof              775 drivers/s390/net/netiucv.c 	conn->prof.txlen += conn->tx_buff->len;
prof              776 drivers/s390/net/netiucv.c 	conn->prof.tx_pending++;
prof              777 drivers/s390/net/netiucv.c 	if (conn->prof.tx_pending > conn->prof.tx_max_pending)
prof              778 drivers/s390/net/netiucv.c 		conn->prof.tx_max_pending = conn->prof.tx_pending;
prof              780 drivers/s390/net/netiucv.c 		conn->prof.tx_pending--;
prof              790 drivers/s390/net/netiucv.c 		if (stat_maxcq > conn->prof.maxcqueue)
prof              791 drivers/s390/net/netiucv.c 			conn->prof.maxcqueue = stat_maxcq;
prof             1202 drivers/s390/net/netiucv.c 		conn->prof.send_stamp = jiffies;
prof             1208 drivers/s390/net/netiucv.c 		conn->prof.doios_single++;
prof             1209 drivers/s390/net/netiucv.c 		conn->prof.txlen += skb->len;
prof             1210 drivers/s390/net/netiucv.c 		conn->prof.tx_pending++;
prof             1211 drivers/s390/net/netiucv.c 		if (conn->prof.tx_pending > conn->prof.tx_max_pending)
prof             1212 drivers/s390/net/netiucv.c 			conn->prof.tx_max_pending = conn->prof.tx_pending;
prof             1216 drivers/s390/net/netiucv.c 			conn->prof.tx_pending--;
prof             1601 drivers/s390/net/netiucv.c 	return sprintf(buf, "%ld\n", priv->conn->prof.maxmulti);
prof             1611 drivers/s390/net/netiucv.c 	priv->conn->prof.maxmulti = 0;
prof             1623 drivers/s390/net/netiucv.c 	return sprintf(buf, "%ld\n", priv->conn->prof.maxcqueue);
prof             1632 drivers/s390/net/netiucv.c 	priv->conn->prof.maxcqueue = 0;
prof             1644 drivers/s390/net/netiucv.c 	return sprintf(buf, "%ld\n", priv->conn->prof.doios_single);
prof             1653 drivers/s390/net/netiucv.c 	priv->conn->prof.doios_single = 0;
prof             1665 drivers/s390/net/netiucv.c 	return sprintf(buf, "%ld\n", priv->conn->prof.doios_multi);
prof             1674 drivers/s390/net/netiucv.c 	priv->conn->prof.doios_multi = 0;
prof             1686 drivers/s390/net/netiucv.c 	return sprintf(buf, "%ld\n", priv->conn->prof.txlen);
prof             1695 drivers/s390/net/netiucv.c 	priv->conn->prof.txlen = 0;
prof             1707 drivers/s390/net/netiucv.c 	return sprintf(buf, "%ld\n", priv->conn->prof.tx_time);
prof             1716 drivers/s390/net/netiucv.c 	priv->conn->prof.tx_time = 0;
prof             1728 drivers/s390/net/netiucv.c 	return sprintf(buf, "%ld\n", priv->conn->prof.tx_pending);
prof             1737 drivers/s390/net/netiucv.c 	priv->conn->prof.tx_pending = 0;
prof             1749 drivers/s390/net/netiucv.c 	return sprintf(buf, "%ld\n", priv->conn->prof.tx_max_pending);
prof             1758 drivers/s390/net/netiucv.c 	priv->conn->prof.tx_max_pending = 0;
prof               37 sound/pci/echoaudio/echo3g_dsp.c static int set_professional_spdif(struct echoaudio *chip, char prof);
prof              177 sound/pci/echoaudio/echoaudio_3g.c static int set_professional_spdif(struct echoaudio *chip, char prof)
prof              182 sound/pci/echoaudio/echoaudio_3g.c 	chip->professional_spdif = prof;
prof              156 sound/pci/echoaudio/echoaudio_gml.c static int set_professional_spdif(struct echoaudio *chip, char prof)
prof              168 sound/pci/echoaudio/echoaudio_gml.c 	if (prof) {
prof              199 sound/pci/echoaudio/echoaudio_gml.c 	chip->professional_spdif = prof;
prof              201 sound/pci/echoaudio/echoaudio_gml.c 		prof ? "Professional" : "Consumer");
prof               32 sound/pci/echoaudio/gina20_dsp.c static int set_professional_spdif(struct echoaudio *chip, char prof);
prof              205 sound/pci/echoaudio/gina20_dsp.c static int set_professional_spdif(struct echoaudio *chip, char prof)
prof              207 sound/pci/echoaudio/gina20_dsp.c 	if (prof)
prof              213 sound/pci/echoaudio/gina20_dsp.c 	chip->professional_spdif = prof;
prof               34 sound/pci/echoaudio/gina24_dsp.c static int set_professional_spdif(struct echoaudio *chip, char prof);
prof               33 sound/pci/echoaudio/layla20_dsp.c static int set_professional_spdif(struct echoaudio *chip, char prof);
prof              279 sound/pci/echoaudio/layla20_dsp.c static int set_professional_spdif(struct echoaudio *chip, char prof)
prof              281 sound/pci/echoaudio/layla20_dsp.c 	if (prof)
prof              287 sound/pci/echoaudio/layla20_dsp.c 	chip->professional_spdif = prof;
prof               33 sound/pci/echoaudio/layla24_dsp.c static int set_professional_spdif(struct echoaudio *chip, char prof);
prof               33 sound/pci/echoaudio/mia_dsp.c static int set_professional_spdif(struct echoaudio *chip, char prof);
prof              213 sound/pci/echoaudio/mia_dsp.c static int set_professional_spdif(struct echoaudio *chip, char prof)
prof              215 sound/pci/echoaudio/mia_dsp.c 	dev_dbg(chip->card->dev, "set_professional_spdif %d\n", prof);
prof              216 sound/pci/echoaudio/mia_dsp.c 	if (prof)
prof              222 sound/pci/echoaudio/mia_dsp.c 	chip->professional_spdif = prof;
prof               34 sound/pci/echoaudio/mona_dsp.c static int set_professional_spdif(struct echoaudio *chip, char prof);