Searched refs:net_dim (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/Documentation/networking/ |
| D | net_dim.txt | 95 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/ |
| 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.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_txrx.c | 59 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/ |
| D | dim.h | 310 void net_dim(struct dim *dim, struct dim_sample end_sample);
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/ |
| D | bcmsysport.c | 1020 net_dim(&priv->dim.dim, dim_sample); in bcm_sysport_poll()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/genet/ |
| D | bcmgenet.c | 1912 net_dim(&ring->dim.dim, dim_sample); in bcmgenet_rx_poll()
|
| /Linux-v5.4/drivers/net/ethernet/amazon/ena/ |
| D | ena_netdev.c | 1182 net_dim(&ena_napi->dim, dim_sample); in ena_adjust_adaptive_rx_intr_moderation()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt.c | 2362 net_dim(&cpr->dim, dim_sample); in bnxt_poll()
|