Home
last modified time | relevance | path

Searched refs:kernel_coal (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c220 struct kernel_ethtool_coalesce *kernel_coal, in rmnet_get_coalesce() argument
228 memset(kernel_coal, 0, sizeof(*kernel_coal)); in rmnet_get_coalesce()
229 kernel_coal->tx_aggr_max_bytes = port->egress_agg_params.bytes; in rmnet_get_coalesce()
230 kernel_coal->tx_aggr_max_frames = port->egress_agg_params.count; in rmnet_get_coalesce()
231 kernel_coal->tx_aggr_time_usecs = div_u64(port->egress_agg_params.time_nsec, in rmnet_get_coalesce()
239 struct kernel_ethtool_coalesce *kernel_coal, in rmnet_set_coalesce() argument
247 if (kernel_coal->tx_aggr_max_frames < 1 || kernel_coal->tx_aggr_max_frames > 64) in rmnet_set_coalesce()
250 if (kernel_coal->tx_aggr_max_bytes > 32768) in rmnet_set_coalesce()
253 rmnet_map_update_ul_agg_config(port, kernel_coal->tx_aggr_max_bytes, in rmnet_set_coalesce()
254 kernel_coal->tx_aggr_max_frames, in rmnet_set_coalesce()
[all …]
/linux/drivers/net/wireless/ath/wil6210/
H A Dethtool.c17 struct kernel_ethtool_coalesce *kernel_coal, in wil_ethtoolops_get_coalesce() argument
54 struct kernel_ethtool_coalesce *kernel_coal, in wil_ethtoolops_set_coalesce() argument
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c597 struct kernel_ethtool_coalesce *kernel_coal, in mlx5e_ethtool_get_coalesce() argument
611 kernel_coal->use_cqe_mode_rx = priv->channels.params.rx_moder_use_cqe_mode; in mlx5e_ethtool_get_coalesce()
617 kernel_coal->use_cqe_mode_tx = priv->channels.params.tx_moder_use_cqe_mode; in mlx5e_ethtool_get_coalesce()
624 struct kernel_ethtool_coalesce *kernel_coal, in mlx5e_get_coalesce() argument
629 return mlx5e_ethtool_get_coalesce(priv, coal, kernel_coal, extack); in mlx5e_get_coalesce()
739 struct kernel_ethtool_coalesce *kernel_coal, in mlx5e_ethtool_set_coalesce() argument
776 if ((kernel_coal->use_cqe_mode_rx || kernel_coal->use_cqe_mode_tx) && in mlx5e_ethtool_set_coalesce()
788 cq_period_mode = mlx5e_dim_cq_period_mode(kernel_coal->use_cqe_mode_rx); in mlx5e_ethtool_set_coalesce()
793 cq_period_mode = mlx5e_dim_cq_period_mode(kernel_coal->use_cqe_mode_tx); in mlx5e_ethtool_set_coalesce()
804 new_params.rx_moder_use_cqe_mode = kernel_coal->use_cqe_mode_rx; in mlx5e_ethtool_set_coalesce()
[all …]
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-ethtool.c152 struct kernel_ethtool_coalesce *kernel_coal, in xlgmac_ethtool_get_coalesce() argument
167 struct kernel_ethtool_coalesce *kernel_coal, in xlgmac_ethtool_set_coalesce() argument
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_ethtool.c212 struct kernel_ethtool_coalesce *kernel_coal, in emac_get_coalesce() argument
244 struct kernel_ethtool_coalesce *kernel_coal, in emac_set_coalesce() argument
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_ethtool.c276 struct kernel_ethtool_coalesce *kernel_coal, in sxgbe_get_coalesce() argument
289 struct kernel_ethtool_coalesce *kernel_coal, in sxgbe_set_coalesce() argument
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c364 struct kernel_ethtool_coalesce *kernel_coal, in tsnep_ethtool_get_coalesce() argument
383 struct kernel_ethtool_coalesce *kernel_coal, in tsnep_ethtool_set_coalesce() argument
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c373 struct kernel_ethtool_coalesce *kernel_coal, in enic_get_coalesce() argument
420 struct kernel_ethtool_coalesce *kernel_coal, in enic_set_coalesce() argument
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c557 struct kernel_ethtool_coalesce *kernel_coal, in aq_ethtool_get_coalesce() argument
583 struct kernel_ethtool_coalesce *kernel_coal, in aq_ethtool_set_coalesce() argument
/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c312 struct kernel_ethtool_coalesce *kernel_coal, in bnad_get_coalesce() argument
335 struct kernel_ethtool_coalesce *kernel_coal, in bnad_set_coalesce() argument
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c741 struct kernel_ethtool_coalesce *kernel_coal, in hns_get_coalesce() argument
789 struct kernel_ethtool_coalesce *kernel_coal, in hns_set_coalesce() argument
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede.h583 struct kernel_ethtool_coalesce *kernel_coal,
H A Dqede_ethtool.c754 struct kernel_ethtool_coalesce *kernel_coal, in qede_get_coalesce() argument
816 struct kernel_ethtool_coalesce *kernel_coal, in qede_set_coalesce() argument
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c319 struct kernel_ethtool_coalesce *kernel_coal, in be_get_coalesce() argument
344 struct kernel_ethtool_coalesce *kernel_coal, in be_set_coalesce() argument
/linux/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c575 struct kernel_ethtool_coalesce *kernel_coal, in ef4_ethtool_get_coalesce() argument
595 struct kernel_ethtool_coalesce *kernel_coal, in ef4_ethtool_set_coalesce() argument
/linux/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c1326 struct kernel_ethtool_coalesce *kernel_coal, in ll_temac_ethtools_get_coalesce() argument
1341 struct kernel_ethtool_coalesce *kernel_coal, in ll_temac_ethtools_set_coalesce() argument
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c461 struct kernel_ethtool_coalesce *kernel_coal, in otx2_get_coalesce() argument
485 struct kernel_ethtool_coalesce *kernel_coal, in otx2_set_coalesce() argument
/linux/arch/um/drivers/
H A Dvector_kern.c1483 struct kernel_ethtool_coalesce *kernel_coal, in vector_get_coalesce() argument
1494 struct kernel_ethtool_coalesce *kernel_coal, in vector_set_coalesce() argument
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c800 struct kernel_ethtool_coalesce *kernel_coal, in hinic_get_coalesce() argument
808 struct kernel_ethtool_coalesce *kernel_coal, in hinic_set_coalesce() argument
/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c536 struct kernel_ethtool_coalesce *kernel_coal, in netsec_et_get_coalesce() argument
548 struct kernel_ethtool_coalesce *kernel_coal, in netsec_et_set_coalesce() argument
/linux/drivers/net/ethernet/tehuti/
H A Dtehuti.c2150 struct kernel_ethtool_coalesce *kernel_coal, in bdx_get_coalesce() argument
2181 struct kernel_ethtool_coalesce *kernel_coal, in bdx_set_coalesce() argument
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1155 struct kernel_ethtool_coalesce *kernel_coal, in set_coalesce() argument
1173 struct kernel_ethtool_coalesce *kernel_coal, in get_coalesce() argument
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c887 struct kernel_ethtool_coalesce *kernel_coal, in igc_ethtool_get_coalesce() argument
900 struct kernel_ethtool_coalesce *kernel_coal, in igc_ethtool_set_coalesce() argument
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1655 struct kernel_ethtool_coalesce *kernel_coal, in cxgb4vf_get_coalesce() argument
1677 struct kernel_ethtool_coalesce *kernel_coal, in cxgb4vf_set_coalesce() argument
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c588 struct kernel_ethtool_coalesce *kernel_coal, in bcm_sysport_get_coalesce() argument
610 struct kernel_ethtool_coalesce *kernel_coal, in bcm_sysport_set_coalesce() argument

12