Home
last modified time | relevance | path

Searched refs:profile_ix (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/
Dnet_dim.h63 u8 profile_ix; member
167 u8 profile_ix = cq_period_mode == NET_DIM_CQ_PERIOD_MODE_START_FROM_CQE ? in net_dim_get_def_rx_moderation() local
170 return net_dim_get_rx_moderation(cq_period_mode, profile_ix); in net_dim_get_def_rx_moderation()
185 u8 profile_ix = cq_period_mode == NET_DIM_CQ_PERIOD_MODE_START_FROM_CQE ? in net_dim_get_def_tx_moderation() local
188 return net_dim_get_tx_moderation(cq_period_mode, profile_ix); in net_dim_get_def_tx_moderation()
231 if (dim->profile_ix == (NET_DIM_PARAMS_NUM_PROFILES - 1)) in net_dim_step()
233 dim->profile_ix++; in net_dim_step()
237 if (dim->profile_ix == 0) in net_dim_step()
239 dim->profile_ix--; in net_dim_step()
265 dim->tune_state = dim->profile_ix ? NET_DIM_GOING_LEFT : in net_dim_exit_parking()
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_dim.c49 net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in mlx5e_rx_dim_work()
59 net_dim_get_tx_moderation(dim->mode, dim->profile_ix); in mlx5e_tx_dim_work()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dim.c25 net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in bnxt_dim_work()
Dbnxt_debugfs.c41 dim->profile_ix, in debugfs_dim_read()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbcmsysport.c1103 net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in bcm_sysport_dim_work()
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c1928 net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in bcmgenet_dim_work()