Searched refs:set_coalesce (Results 1 - 25 of 101) sorted by relevance

12345

/linux-master/drivers/net/wireless/ath/wil6210/
H A Dethtool.c107 .set_coalesce = wil_ethtoolops_set_coalesce,
/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_ethtool.c92 .set_coalesce = wx_set_coalesce,
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-ethtool.c127 .set_coalesce = mcp251xfd_ring_set_coalesce,
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c228 .set_coalesce = ipoib_set_coalesce,
/linux-master/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_ethtool.c128 .set_coalesce = wx_set_coalesce,
/linux-master/net/ethtool/
H A Dcoalesce.c241 if (!ops->get_coalesce || !ops->set_coalesce)
334 ret = dev->ethtool_ops->set_coalesce(dev, &coalesce, &kernel_coalesce,
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-ethtool.c259 .set_coalesce = xlgmac_ethtool_set_coalesce,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dethtool.c284 .set_coalesce = mlx5i_set_coalesce,
/linux-master/drivers/net/netdevsim/
H A Dethtool.c158 .set_coalesce = nsim_set_coalesce,
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool.c254 .set_coalesce = efx_ethtool_set_coalesce,
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool.c254 .set_coalesce = efx_ethtool_set_coalesce,
/linux-master/tools/net/ynl/
H A Dethtool.py171 if args.set_coalesce:
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c263 .set_coalesce = rmnet_set_coalesce,
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c861 rc = edev->ops->common->set_coalesce(edev->cdev,
882 rc = edev->ops->common->set_coalesce(edev->cdev,
2181 rc = edev->ops->common->set_coalesce(edev->cdev,
2194 rc = edev->ops->common->set_coalesce(edev->cdev,
2283 .set_coalesce = qede_set_coalesce,
2329 .set_coalesce = qede_set_coalesce,
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c755 static int set_coalesce(struct net_device *dev, struct ethtool_coalesce *c, function
814 .set_coalesce = set_coalesce,
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dethtool.c455 .set_coalesce = igbvf_set_coalesce,
/linux-master/drivers/s390/net/
H A Dqeth_ethtool.c451 .set_coalesce = qeth_set_coalesce,
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c479 .set_coalesce = tsnep_ethtool_set_coalesce,
/linux-master/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_ethtool.c491 .set_coalesce = sxgbe_set_coalesce,
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_ethtool.c523 .set_coalesce = dpaa_set_coalesce,
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c626 .set_coalesce = enic_set_coalesce,
/linux-master/include/linux/
H A Dethtool.h691 * @set_coalesce: Set interrupt coalescing parameters. Supported coalescing
856 int (*set_coalesce)(struct net_device *, member in struct:ethtool_ops
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c1204 .set_coalesce = enetc_set_coalesce,
1234 .set_coalesce = enetc_set_coalesce,
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c1328 .set_coalesce = otx2_set_coalesce,
1456 .set_coalesce = otx2_set_coalesce,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1153 static int set_coalesce(struct net_device *dev, function
2188 .set_coalesce = set_coalesce,

Completed in 227 milliseconds

12345