Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/networking/
Dnet_dim.rst88 Net DIM API exposes the main function net_dim().
104 main net_dim() function. The recommended method is to call net_dim() on each
106 iterations under certain conditions, there is no need to moderate the net_dim()
108 :c:type:`struct dim <dim>` to the net_dim() function call. It is advised for
115 The net_dim() call itself does not return anything. Instead Net DIM relies on
159 net_dim(&my_entity->dim, dim_sample);
Dindex.rst25 net_dim
/Linux-v5.10/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.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c60 net_dim(&sq->dim, dim_sample); in mlx5e_handle_tx_dim()
72 net_dim(&rq->dim, dim_sample); in mlx5e_handle_rx_dim()
/Linux-v5.10/include/linux/
Ddim.h313 void net_dim(struct dim *dim, struct dim_sample end_sample);
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/amazon/
Dena.rst209 Documentation/networking/net_dim.rst
/Linux-v5.10/drivers/net/ethernet/pensando/ionic/
Dionic_txrx.c441 net_dim(&qcq->dim, dim_sample); in ionic_dim_update()
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc.c313 net_dim(&v->rx_dim, dim_sample); in enetc_rx_net_dim()
/Linux-v5.10/drivers/net/ethernet/broadcom/
Dbcmsysport.c1040 net_dim(&priv->dim.dim, dim_sample); in bcm_sysport_poll()
/Linux-v5.10/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c2344 net_dim(&ring->dim.dim, dim_sample); in bcmgenet_rx_poll()
/Linux-v5.10/drivers/net/ethernet/amazon/ena/
Dena_netdev.c1718 net_dim(&ena_napi->dim, dim_sample); in ena_adjust_adaptive_rx_intr_moderation()
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c2419 net_dim(&cpr->dim, dim_sample); in bnxt_poll()
/Linux-v5.10/
DMAINTAINERS6168 F: Documentation/networking/net_dim.rst