Searched refs:net_dim_get_rx_moderation (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/lib/dim/ |
D | net_dim.c | 65 net_dim_get_rx_moderation(u8 cq_period_mode, int ix) in net_dim_get_rx_moderation() function 72 EXPORT_SYMBOL(net_dim_get_rx_moderation); 80 return net_dim_get_rx_moderation(cq_period_mode, profile_ix); in net_dim_get_def_rx_moderation()
|
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_dim.c | 24 net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in bnxt_dim_work()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dim.c | 49 net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in mlx5e_rx_dim_work()
|
/Linux-v6.1/include/linux/ |
D | dim.h | 283 struct dim_cq_moder net_dim_get_rx_moderation(u8 cq_period_mode, int ix);
|
/Linux-v6.1/drivers/soc/fsl/dpio/ |
D | dpio-service.c | 116 net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in dpaa2_io_dim_work()
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_common.c | 1123 moder = net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in nfp_net_rx_dim_work()
|
/Linux-v6.1/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 1119 struct dim_cq_moder cur_profile = net_dim_get_rx_moderation(dim->mode, in bcm_sysport_dim_work()
|
/Linux-v6.1/drivers/net/ethernet/freescale/enetc/ |
D | enetc.c | 680 net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in enetc_rx_dim_work()
|
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_pf.c | 1671 cur_moder = net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in otx2_dim_work()
|
/Linux-v6.1/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.c | 1787 net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in ena_dim_work()
|
/Linux-v6.1/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 2416 net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in bcmgenet_dim_work()
|
/Linux-v6.1/drivers/net/ethernet/pensando/ionic/ |
D | ionic_lif.c | 52 cur_moder = net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in ionic_dim_work()
|
/Linux-v6.1/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.c | 3178 cur_profile = net_dim_get_rx_moderation(eth->rx_dim.mode, in mtk_dim_rx()
|
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 4620 net_dim_get_rx_moderation(dim->mode, dim->profile_ix); in hns3_rx_dim_work()
|