Searched refs:net_dim (Results 1 – 21 of 21) sorted by relevance
/Linux-v6.1/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 | 26 net_dim
|
/Linux-v6.1/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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_txrx.c | 58 net_dim(&sq->dim, dim_sample); in mlx5e_handle_tx_dim() 70 net_dim(&rq->dim, dim_sample); in mlx5e_handle_rx_dim()
|
/Linux-v6.1/include/linux/ |
D | dim.h | 313 void net_dim(struct dim *dim, struct dim_sample end_sample);
|
/Linux-v6.1/drivers/soc/fsl/dpio/ |
D | dpio-service.c | 894 net_dim(&d->rx_dim, dim_sample); in dpaa2_io_update_net_dim()
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/nfd3/ |
D | dp.c | 1143 net_dim(&r_vec->rx_dim, dim_sample); in nfp_nfd3_poll() 1158 net_dim(&r_vec->tx_dim, dim_sample); in nfp_nfd3_poll()
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/nfdk/ |
D | dp.c | 1248 net_dim(&r_vec->rx_dim, dim_sample); in nfp_nfdk_poll() 1263 net_dim(&r_vec->tx_dim, dim_sample); in nfp_nfdk_poll()
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_txrx.c | 1337 net_dim(&tx->dim, dim_sample); in ice_net_dim() 1344 net_dim(&rx->dim, dim_sample); in ice_net_dim()
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/amazon/ |
D | ena.rst | 206 Documentation/networking/net_dim.rst
|
/Linux-v6.1/drivers/net/ethernet/pensando/ionic/ |
D | ionic_txrx.c | 474 net_dim(&qcq->dim, dim_sample); in ionic_dim_update()
|
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.c | 508 net_dim(&cq_poll->dim, dim_sample); in otx2_adjust_adaptive_coalese()
|
/Linux-v6.1/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.c | 1981 net_dim(ð->rx_dim, dim_sample); in mtk_poll_rx() 2114 net_dim(ð->tx_dim, dim_sample); in mtk_poll_tx()
|
/Linux-v6.1/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 1045 net_dim(&priv->dim.dim, dim_sample); in bcm_sysport_poll()
|
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 4439 net_dim(&rx_group->dim, sample); in hns3_update_rx_int_coalesce() 4452 net_dim(&tx_group->dim, sample); in hns3_update_tx_int_coalesce()
|
/Linux-v6.1/drivers/net/ethernet/freescale/enetc/ |
D | enetc.c | 701 net_dim(&v->rx_dim, dim_sample); in enetc_rx_net_dim()
|
/Linux-v6.1/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.c | 1809 net_dim(&ena_napi->dim, dim_sample); in ena_adjust_adaptive_rx_intr_moderation()
|
/Linux-v6.1/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 2402 net_dim(&ring->dim.dim, dim_sample); in bcmgenet_rx_poll()
|
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 2741 net_dim(&cpr->dim, dim_sample); in bnxt_poll() 2854 net_dim(&cpr->dim, dim_sample); in bnxt_poll_p5()
|
/Linux-v6.1/ |
D | MAINTAINERS | 7257 F: Documentation/networking/net_dim.rst
|