Home
last modified time | relevance | path

Searched refs:get_coalesce (Results 1 – 25 of 91) sorted by relevance

1234

/linux-6.3-rc2/net/ethtool/
A Dcoalesce.c69 if (!dev->ethtool_ops->get_coalesce) in coalesce_prepare_data()
75 ret = dev->ethtool_ops->get_coalesce(dev, &data->coalesce, in coalesce_prepare_data()
241 if (!ops->get_coalesce || !ops->set_coalesce) in ethnl_set_coalesce_validate()
266 ret = dev->ethtool_ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in ethnl_set_coalesce()
A Dioctl.c1639 if (!dev->ethtool_ops->get_coalesce) in ethtool_get_coalesce()
1642 ret = dev->ethtool_ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in ethtool_get_coalesce()
1714 if (!dev->ethtool_ops->set_coalesce || !dev->ethtool_ops->get_coalesce) in ethtool_set_coalesce()
1717 ret = dev->ethtool_ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in ethtool_set_coalesce()
/linux-6.3-rc2/drivers/net/wireless/ath/wil6210/
A Dethtool.c106 .get_coalesce = wil_ethtoolops_get_coalesce,
/linux-6.3-rc2/drivers/net/can/spi/mcp251xfd/
A Dmcp251xfd-ethtool.c126 .get_coalesce = mcp251xfd_ring_get_coalesce,
/linux-6.3-rc2/drivers/infiniband/ulp/ipoib/
A Dipoib_ethtool.c225 .get_coalesce = ipoib_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dethtool.c252 .get_coalesce = efx_ethtool_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
A Dethtool.c283 .get_coalesce = mlx5i_get_coalesce,
/linux-6.3-rc2/drivers/net/netdevsim/
A Dethtool.c149 .get_coalesce = nsim_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dethtool.c252 .get_coalesce = efx_ethtool_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac-ethtool.c258 .get_coalesce = xlgmac_ethtool_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qede/
A Dqede_ethtool.c801 rc = edev->ops->get_coalesce(edev->cdev, &rx_coal, rx_handle); in qede_get_coalesce()
823 rc = edev->ops->get_coalesce(edev->cdev, &tx_coal, tx_handle); in qede_get_coalesce()
2230 rc = edev->ops->get_coalesce(edev->cdev, &rx_coal, in qede_get_per_coalesce()
2241 rc = edev->ops->get_coalesce(edev->cdev, &tx_coal, in qede_get_per_coalesce()
2268 .get_coalesce = qede_get_coalesce,
2313 .get_coalesce = qede_get_coalesce,
/linux-6.3-rc2/include/linux/qed/
A Dqed_eth_if.h333 int (*get_coalesce)(struct qed_dev *cdev, u16 *coal, void *handle); member
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb/
A Dcxgb2.c768 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c, in get_coalesce() function
813 .get_coalesce = get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/rmnet/
A Drmnet_vnd.c262 .get_coalesce = rmnet_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/
A Dethtool.c454 .get_coalesce = igbvf_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_ethtool.c492 .get_coalesce = sxgbe_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/engleder/
A Dtsnep_ethtool.c480 .get_coalesce = tsnep_ethtool_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_ethtool.c520 .get_coalesce = dpaa_get_coalesce,
/linux-6.3-rc2/include/linux/
A Dethtool.h801 int (*get_coalesce)(struct net_device *, member
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/
A Denetc_ethtool.c1101 .get_coalesce = enetc_get_coalesce,
1131 .get_coalesce = enetc_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/google/gve/
A Dgve_ethtool.c614 .get_coalesce = gve_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/cisco/enic/
A Denic_ethtool.c624 .get_coalesce = enic_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_ethtool.c1319 .get_coalesce = otx2_get_coalesce,
1450 .get_coalesce = otx2_get_coalesce,
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_ethtool.c1172 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c, in get_coalesce() function
2185 .get_coalesce = get_coalesce,
/linux-6.3-rc2/drivers/staging/qlge/
A Dqlge_ethtool.c739 .get_coalesce = qlge_get_coalesce,

Completed in 51 milliseconds

1234