Searched refs:net_dim_get_def_rx_moderation (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Ddim.h287 * net_dim_get_def_rx_moderation - provide the default RX moderation
290 struct dim_cq_moder net_dim_get_def_rx_moderation(u8 cq_period_mode);
/linux-master/lib/dim/
H A Dnet_dim.c75 net_dim_get_def_rx_moderation(u8 cq_period_mode) function
82 EXPORT_SYMBOL(net_dim_get_def_rx_moderation); variable
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c675 moder = net_dim_get_def_rx_moderation(priv->dim.dim.mode);
1504 moder = net_dim_get_def_rx_moderation(dim->dim.mode);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c565 params->rx_cq_moderation = net_dim_get_def_rx_moderation(dim_period_mode);
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c867 moder = net_dim_get_def_rx_moderation(ring->dim.dim.mode);
2622 moder = net_dim_get_def_rx_moderation(dim->dim.mode);

Completed in 213 milliseconds