Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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);
H A Dindex.rst25 net_dim
/OK3568_Linux_fs/kernel/lib/dim/
H A DMakefile7 dim-y := dim.o net_dim.o rdma_dim.o
H A Dnet_dim.c218 void net_dim(struct dim *dim, struct dim_sample end_sample) in net_dim() function
246 EXPORT_SYMBOL(net_dim);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddim.h313 void net_dim(struct dim *dim, struct dim_sample end_sample);
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst209 Documentation/networking/net_dim.rst
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c450 net_dim(&qcq->dim, dim_sample); in ionic_dim_update()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc.c313 net_dim(&v->rx_dim, dim_sample); in enetc_rx_net_dim()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c1040 net_dim(&priv->dim.dim, dim_sample); in bcm_sysport_poll()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c2354 net_dim(&ring->dim.dim, dim_sample); in bcmgenet_rx_poll()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c1719 net_dim(&ena_napi->dim, dim_sample); in ena_adjust_adaptive_rx_intr_moderation()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2497 net_dim(&cpr->dim, dim_sample); in bnxt_poll()
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS6168 F: Documentation/networking/net_dim.rst