| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_flow.c | 711 prof = params->prof; in ice_flow_proc_seg_hdrs() 1183 struct ice_flow_prof *prof = params->prof; in ice_flow_create_xtrct_seq() local 1368 if (!prof) in ice_flow_add_prof_sync() 1416 *prof = params->prof; in ice_flow_add_prof_sync() 1562 prof); in ice_flow_add_prof() 1649 e->prof = prof; in ice_flow_add_entry() 1696 prof = entry->prof; in ice_flow_rem_entry() 1698 if (prof) { in ice_flow_rem_entry() 2055 if (prof) in ice_add_rss_cfg_sync() 2065 if (prof) { in ice_add_rss_cfg_sync() [all …]
|
| A D | ice_ethtool_fdir.c | 286 if (!prof) 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() 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 323 if (!prof) in ice_fdir_rem_flow() 328 prof->vsi_h[i] = 0; in ice_fdir_rem_flow() 330 if (!prof->fdir_seg[tun]) in ice_fdir_rem_flow() 333 prof->fdir_seg[tun] = NULL; in ice_fdir_rem_flow() 335 prof->cnt = 0; in ice_fdir_rem_flow() 383 prof->vsi_h[0], in ice_fdir_replay_flows() [all …]
|
| A D | ice_flex_pipe.c | 3677 struct ice_prof_tcam *prof = &hw->blk[i].prof; in ice_clear_hw_tbls() local 3699 memset(prof->t, 0, prof->count * sizeof(*prof->t)); in ice_clear_hw_tbls() 3723 struct ice_prof_tcam *prof = &hw->blk[i].prof; in ice_init_hw_tbls() local 3788 prof->t = devm_kcalloc(ice_hw_to_dev(hw), prof->count, in ice_init_hw_tbls() 3791 if (!prof->t) in ice_init_hw_tbls() 4466 prof->ptg[prof->ptg_cnt] = ptg; in ice_add_prof_attrib() 4468 &prof->attr[prof->ptg_cnt]); in ice_add_prof_attrib() 4543 if (!prof) { in ice_add_prof() 4593 prof->ptg[prof->ptg_cnt] = ptg; in ice_add_prof() 4594 prof->attr[prof->ptg_cnt].flags = 0; in ice_add_prof() [all …]
|
| A D | ice_flow.h | 350 struct ice_flow_prof *prof; member 389 struct ice_flow_prof **prof);
|
| A D | ice_flex_pipe.h | 25 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx,
|
| /linux/drivers/s390/block/ |
| A D | dasd_proc.c | 200 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() 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() 239 dasd_statistics_array(m, prof->dasd_io_time2, factor); in dasd_stats_proc_show() 244 dasd_statistics_array(m, prof->dasd_io_time3, factor); in dasd_stats_proc_show() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| A D | en_main.c | 166 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() 177 params->prof[i].num_up = MLX4_EN_NUM_UP_LOW; in mlx4_en_get_profile() 180 params->prof[i].num_up; in mlx4_en_get_profile() 181 params->prof[i].rss_rings = 0; in mlx4_en_get_profile() [all …]
|
| A D | en_dcb_nl.c | 159 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() 200 rx_pause = prof->rx_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() 214 prof->rx_pause = rx_pause; in mlx4_en_dcbnl_set_all() 415 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_dcbnl_ieee_setpfc() local 442 prof->tx_ppp = tx_ppp; in mlx4_en_dcbnl_ieee_setpfc() [all …]
|
| A D | en_netdev.c | 1774 priv->prof->tx_ppp, in mlx4_en_start_port() 1776 priv->prof->rx_ppp); in mlx4_en_start_port() 2153 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_alloc_resources() local 2197 prof->rx_ring_size, in mlx4_en_alloc_resources() 2225 dst->flags = prof->flags; in mlx4_en_copy_priv() 2229 dst->prof = prof; in mlx4_en_copy_priv() 2280 memcpy(dst->prof, src->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_update_priv() 3201 priv->prof = prof; in mlx4_en_init_netdev() 3204 priv->flags = prof->flags; in mlx4_en_init_netdev() 3438 prof->tx_pause, prof->tx_ppp, in mlx4_en_init_netdev() [all …]
|
| A D | en_ethtool.c | 795 if (priv->prof->tx_pause) in ethtool_get_ptys_link_ksettings() 798 if (priv->prof->tx_pause ^ priv->prof->rx_pause) in ethtool_get_ptys_link_ksettings() 1108 priv->prof->tx_pause = tx_pause; in mlx4_en_set_pauseparam() 1109 priv->prof->rx_pause = rx_pause; in mlx4_en_set_pauseparam() 1110 priv->prof->tx_ppp = tx_ppp; in mlx4_en_set_pauseparam() 1111 priv->prof->rx_ppp = rx_ppp; in mlx4_en_set_pauseparam() 1139 pause->tx_pause = priv->prof->tx_pause; in mlx4_en_get_pauseparam() 1323 priv->prof->rss_rings = rss_rings; in mlx4_en_set_rxfh() 1828 priv->prof->num_up; in mlx4_en_get_channels() 1882 0 : priv->prof->num_up; in mlx4_en_set_channels() [all …]
|
| A D | mlx4_en.h | 399 struct mlx4_en_port_profile prof[MLX4_MAX_PORTS + 1]; member 528 struct mlx4_en_port_profile *prof; member 663 struct mlx4_en_port_profile *prof); 675 struct mlx4_en_port_profile *prof,
|
| A D | en_resources.c | 67 if (user_prio >= 0 && priv->prof->num_up == MLX4_EN_NUM_UP_HIGH) { in mlx4_en_fill_qp_context()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | cn10k.c | 377 aq->prof.icolor = 0x03; in cn10k_set_ipolicer_rate() 381 aq->prof.cir_exponent = rate_exp; in cn10k_set_ipolicer_rate() 393 aq->prof.rdiv = rdiv; in cn10k_set_ipolicer_rate() 410 aq->prof.adjust_exponent = 1; in cn10k_set_ipolicer_rate() 413 aq->prof.adjust_mantissa = 384; in cn10k_set_ipolicer_rate() 416 aq->prof.lmode = 0x1; in cn10k_set_ipolicer_rate() 423 aq->prof.meter_algo = 2; in cn10k_set_ipolicer_rate() 440 aq->prof.peir_exponent = 24; in cn10k_set_ipolicer_rate() 443 aq->prof.peir_mantissa = 0; in cn10k_set_ipolicer_rate() 446 aq->prof.pebs_exponent = 24; in cn10k_set_ipolicer_rate() [all …]
|
| /linux/drivers/s390/net/ |
| A D | ctcm_sysfs.c | 95 priv->channel[WRITE]->prof.maxmulti); in ctcm_print_statistics() 97 priv->channel[WRITE]->prof.maxcqueue); in ctcm_print_statistics() 99 priv->channel[WRITE]->prof.doios_single); in ctcm_print_statistics() 101 priv->channel[WRITE]->prof.doios_multi); in ctcm_print_statistics() 103 priv->channel[WRITE]->prof.txlen); in ctcm_print_statistics() 105 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics() 132 memset(&priv->channel[WRITE]->prof, 0, in stats_write() 133 sizeof(priv->channel[CTCM_WRITE]->prof)); in stats_write()
|
| A D | netiucv.c | 693 conn->prof.tx_pending--; in conn_action_txdone() 738 conn->prof.doios_multi++; in conn_action_txdone() 740 conn->prof.tx_pending++; in conn_action_txdone() 741 if (conn->prof.tx_pending > conn->prof.tx_max_pending) in conn_action_txdone() 742 conn->prof.tx_max_pending = conn->prof.tx_pending; in conn_action_txdone() 744 conn->prof.tx_pending--; in conn_action_txdone() 1182 conn->prof.doios_single++; in netiucv_transmit_skb() 1184 conn->prof.tx_pending++; in netiucv_transmit_skb() 1185 if (conn->prof.tx_pending > conn->prof.tx_max_pending) in netiucv_transmit_skb() 1186 conn->prof.tx_max_pending = conn->prof.tx_pending; in netiucv_transmit_skb() [all …]
|
| A D | ctcm_fsms.c | 259 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() 291 ch->prof.maxmulti = ch->collect_len + 2; in chx_txdone() 309 ch->prof.send_stamp = jiffies; in chx_txdone() 311 ch->prof.doios_multi++; in chx_txdone() 1231 if (duration > ch->prof.tx_time) in ctcmpc_chx_txdone() 1232 ch->prof.tx_time = duration; in ctcmpc_chx_txdone() 1348 ch->prof.send_stamp = jiffies; in ctcmpc_chx_txdone() 1352 ch->prof.doios_multi++; in ctcmpc_chx_txdone() [all …]
|
| /linux/sound/pci/echoaudio/ |
| A D | mia_dsp.c | 33 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()
|
| A D | echoaudio_gml.c | 156 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()
|
| A D | gina20_dsp.c | 32 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()
|
| A D | layla20_dsp.c | 33 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()
|
| A D | echoaudio_3g.c | 177 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif() argument 182 chip->professional_spdif = prof; in set_professional_spdif()
|
| A D | echo3g_dsp.c | 37 static int set_professional_spdif(struct echoaudio *chip, char prof);
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_debugfs.c | 1800 struct nix_bandprof_s *prof) in print_band_prof_ctx() argument 1804 switch (prof->pc_mode) { in print_band_prof_ctx() 1820 (prof->icolor == 0) ? "Green" : in print_band_prof_ctx() 1856 (u64)prof->green_pkt_pass); in print_band_prof_ctx() 1858 (u64)prof->yellow_pkt_pass); in print_band_prof_ctx() 1861 (u64)prof->green_octs_pass); in print_band_prof_ctx() 1863 (u64)prof->yellow_octs_pass); in print_band_prof_ctx() 1866 (u64)prof->green_pkt_drop); in print_band_prof_ctx() 1868 (u64)prof->yellow_pkt_drop); in print_band_prof_ctx() 1871 (u64)prof->green_octs_drop); in print_band_prof_ctx() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| A D | ipoib.c | 695 const struct mlx5e_profile *prof = mlx5_get_profile(mdev); in mlx5_rdma_setup_rn() local 718 err = mlx5e_priv_init(epriv, prof, netdev, mdev); in mlx5_rdma_setup_rn() 722 epriv->profile = prof; in mlx5_rdma_setup_rn() 725 prof->init(mdev, netdev); in mlx5_rdma_setup_rn() 746 prof->cleanup(epriv); in mlx5_rdma_setup_rn()
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| A D | acpi.c | 458 struct iwl_sar_profile *prof; in iwl_sar_fill_table() local 469 prof = &fwrt->sar_profiles[profs[i] - 1]; in iwl_sar_fill_table() 472 if (!prof->enabled) { in iwl_sar_fill_table() 489 cpu_to_le16(prof->chains[i].subbands[j]); in iwl_sar_fill_table() 491 j, prof->chains[i].subbands[j]); in iwl_sar_fill_table()
|