Searched refs:net_dim (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/Documentation/networking/ |
D | net_dim.rst | 88 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);
|
D | index.rst | 25 net_dim
|
/Linux-v5.10/lib/dim/ |
D | Makefile | 7 dim-y := dim.o net_dim.o rdma_dim.o
|
D | net_dim.c | 218 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/ |
D | en_txrx.c | 60 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/ |
D | dim.h | 313 void net_dim(struct dim *dim, struct dim_sample end_sample);
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/amazon/ |
D | ena.rst | 209 Documentation/networking/net_dim.rst
|
/Linux-v5.10/drivers/net/ethernet/pensando/ionic/ |
D | ionic_txrx.c | 441 net_dim(&qcq->dim, dim_sample); in ionic_dim_update()
|
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc.c | 313 net_dim(&v->rx_dim, dim_sample); in enetc_rx_net_dim()
|
/Linux-v5.10/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 1040 net_dim(&priv->dim.dim, dim_sample); in bcm_sysport_poll()
|
/Linux-v5.10/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 2344 net_dim(&ring->dim.dim, dim_sample); in bcmgenet_rx_poll()
|
/Linux-v5.10/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.c | 1718 net_dim(&ena_napi->dim, dim_sample); in ena_adjust_adaptive_rx_intr_moderation()
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 2419 net_dim(&cpr->dim, dim_sample); in bnxt_poll()
|
/Linux-v5.10/ |
D | MAINTAINERS | 6168 F: Documentation/networking/net_dim.rst
|