Searched refs:net_dim_get_tx_moderation (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/lib/dim/ |
H A D | net_dim.c | 85 net_dim_get_tx_moderation(u8 cq_period_mode, int ix) in net_dim_get_tx_moderation() function 92 EXPORT_SYMBOL(net_dim_get_tx_moderation); variable 100 return net_dim_get_tx_moderation(cq_period_mode, profile_ix); in net_dim_get_def_tx_moderation()
|
/kernel/linux/linux-6.6/lib/dim/ |
H A D | net_dim.c | 85 net_dim_get_tx_moderation(u8 cq_period_mode, int ix) in net_dim_get_tx_moderation() function 92 EXPORT_SYMBOL(net_dim_get_tx_moderation); variable 100 return net_dim_get_tx_moderation(cq_period_mode, profile_ix); in net_dim_get_def_tx_moderation()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_dim.c | 59 net_dim_get_tx_moderation(dim->mode, dim->profile_ix); in mlx5e_tx_dim_work()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_dim.c | 59 net_dim_get_tx_moderation(dim->mode, dim->profile_ix); in mlx5e_tx_dim_work()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dim.h | 293 * net_dim_get_tx_moderation - provide a CQ moderation object for the given TX profile 297 struct dim_cq_moder net_dim_get_tx_moderation(u8 cq_period_mode, int ix);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dim.h | 293 * net_dim_get_tx_moderation - provide a CQ moderation object for the given TX profile 297 struct dim_cq_moder net_dim_get_tx_moderation(u8 cq_period_mode, int ix);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_common.c | 1199 moder = net_dim_get_tx_moderation(dim->mode, dim->profile_ix); in nfp_net_tx_dim_work()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 3610 cur_profile = net_dim_get_tx_moderation(eth->tx_dim.mode, in mtk_dim_tx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 4653 net_dim_get_tx_moderation(dim->mode, dim->profile_ix); in hns3_tx_dim_work()
|
Completed in 19 milliseconds