profile_ix 39 drivers/infiniband/core/cq.c u16 usec = rdma_dim_prof[dim->profile_ix].usec; profile_ix 40 drivers/infiniband/core/cq.c u16 comps = rdma_dim_prof[dim->profile_ix].comps; profile_ix 61 drivers/infiniband/core/cq.c dim->profile_ix = RDMA_DIM_START_PROFILE; profile_ix 1160 drivers/net/ethernet/amazon/ena/ena_netdev.c net_dim_get_rx_moderation(dim->mode, dim->profile_ix); profile_ix 1096 drivers/net/ethernet/broadcom/bcmsysport.c dim->profile_ix); profile_ix 41 drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.c dim->profile_ix, profile_ix 24 drivers/net/ethernet/broadcom/bnxt/bnxt_dim.c net_dim_get_rx_moderation(dim->mode, dim->profile_ix); profile_ix 1929 drivers/net/ethernet/broadcom/genet/bcmgenet.c net_dim_get_rx_moderation(dim->mode, dim->profile_ix); profile_ix 49 drivers/net/ethernet/mellanox/mlx5/core/en_dim.c net_dim_get_rx_moderation(dim->mode, dim->profile_ix); profile_ix 59 drivers/net/ethernet/mellanox/mlx5/core/en_dim.c net_dim_get_tx_moderation(dim->mode, dim->profile_ix); profile_ix 100 include/linux/dim.h u8 profile_ix; profile_ix 77 lib/dim/net_dim.c u8 profile_ix = cq_period_mode == DIM_CQ_PERIOD_MODE_START_FROM_CQE ? profile_ix 80 lib/dim/net_dim.c return net_dim_get_rx_moderation(cq_period_mode, profile_ix); profile_ix 97 lib/dim/net_dim.c u8 profile_ix = cq_period_mode == DIM_CQ_PERIOD_MODE_START_FROM_CQE ? profile_ix 100 lib/dim/net_dim.c return net_dim_get_tx_moderation(cq_period_mode, profile_ix); profile_ix 114 lib/dim/net_dim.c if (dim->profile_ix == (NET_DIM_PARAMS_NUM_PROFILES - 1)) profile_ix 116 lib/dim/net_dim.c dim->profile_ix++; profile_ix 120 lib/dim/net_dim.c if (dim->profile_ix == 0) profile_ix 122 lib/dim/net_dim.c dim->profile_ix--; profile_ix 133 lib/dim/net_dim.c dim->tune_state = dim->profile_ix ? DIM_GOING_LEFT : DIM_GOING_RIGHT; profile_ix 168 lib/dim/net_dim.c int prev_ix = dim->profile_ix; profile_ix 215 lib/dim/net_dim.c return dim->profile_ix != prev_ix; profile_ix 11 lib/dim/rdma_dim.c if (dim->profile_ix == (RDMA_DIM_PARAMS_NUM_PROFILES - 1)) profile_ix 13 lib/dim/rdma_dim.c dim->profile_ix++; profile_ix 17 lib/dim/rdma_dim.c if (dim->profile_ix == 0) profile_ix 19 lib/dim/rdma_dim.c dim->profile_ix--; profile_ix 46 lib/dim/rdma_dim.c int prev_ix = dim->profile_ix; profile_ix 58 lib/dim/rdma_dim.c dim->profile_ix = 0; profile_ix 73 lib/dim/rdma_dim.c return dim->profile_ix != prev_ix;