Home
last modified time | relevance | path

Searched refs:net_dim (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/Documentation/networking/
Dnet_dim.txt95 Net DIM API exposes the main function net_dim(struct dim *dim,
109 main net_dim() function. The recommended method is to call net_dim() on each
111 iterations under certain conditions, there is no need to moderate the net_dim()
113 struct dim to the net_dim() function call. It is advised for each entity
119 The net_dim() call itself does not return anything. Instead Net DIM relies on
163 net_dim(&my_entity->dim, dim_sample);
/Linux-v5.4/lib/dim/
DMakefile7 dim-y := dim.o net_dim.o rdma_dim.o
Dnet_dim.c218 void net_dim(struct dim *dim, struct dim_sample end_sample) in net_dim() function
246 EXPORT_SYMBOL(net_dim);
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c59 net_dim(&sq->dim, dim_sample); in mlx5e_handle_tx_dim()
71 net_dim(&rq->dim, dim_sample); in mlx5e_handle_rx_dim()
/Linux-v5.4/include/linux/
Ddim.h310 void net_dim(struct dim *dim, struct dim_sample end_sample);
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dbcmsysport.c1020 net_dim(&priv->dim.dim, dim_sample); in bcm_sysport_poll()
/Linux-v5.4/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c1912 net_dim(&ring->dim.dim, dim_sample); in bcmgenet_rx_poll()
/Linux-v5.4/drivers/net/ethernet/amazon/ena/
Dena_netdev.c1182 net_dim(&ena_napi->dim, dim_sample); in ena_adjust_adaptive_rx_intr_moderation()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c2362 net_dim(&cpr->dim, dim_sample); in bnxt_poll()