/linux-6.1.9/net/ethtool/ |
D | coalesce.c | 69 if (!dev->ethtool_ops->get_coalesce) in coalesce_prepare_data() 75 ret = dev->ethtool_ops->get_coalesce(dev, &data->coalesce, in coalesce_prepare_data() 254 if (!ops->get_coalesce || !ops->set_coalesce) in ethnl_set_coalesce() 271 ret = ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in ethnl_set_coalesce()
|
D | ioctl.c | 1639 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.1.9/drivers/net/wireless/ath/wil6210/ |
D | ethtool.c | 106 .get_coalesce = wil_ethtoolops_get_coalesce,
|
/linux-6.1.9/drivers/net/can/spi/mcp251xfd/ |
D | mcp251xfd-ethtool.c | 125 .get_coalesce = mcp251xfd_ring_get_coalesce,
|
/linux-6.1.9/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ethtool.c | 225 .get_coalesce = ipoib_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ethtool.c | 284 .get_coalesce = mlx5i_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | ethtool.c | 252 .get_coalesce = efx_ethtool_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | ethtool.c | 252 .get_coalesce = efx_ethtool_get_coalesce,
|
/linux-6.1.9/drivers/net/netdevsim/ |
D | ethtool.c | 149 .get_coalesce = nsim_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-ethtool.c | 258 .get_coalesce = xlgmac_ethtool_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qede/ |
D | qede_ethtool.c | 801 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.1.9/include/linux/qed/ |
D | qed_eth_if.h | 333 int (*get_coalesce)(struct qed_dev *cdev, u16 *coal, void *handle); member
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 768 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c, in get_coalesce() function 813 .get_coalesce = get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_ethtool.c | 492 .get_coalesce = sxgbe_get_coalesce,
|
/linux-6.1.9/include/linux/ |
D | ethtool.h | 660 int (*get_coalesce)(struct net_device *, member
|
/linux-6.1.9/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 454 .get_coalesce = igbvf_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ethtool.c | 887 .get_coalesce = enetc_get_coalesce, 914 .get_coalesce = enetc_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 580 .get_coalesce = dpaa_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/cisco/enic/ |
D | enic_ethtool.c | 624 .get_coalesce = enic_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/google/gve/ |
D | gve_ethtool.c | 612 .get_coalesce = gve_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_ethtool.c | 1286 .get_coalesce = otx2_get_coalesce, 1416 .get_coalesce = otx2_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 1172 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c, in get_coalesce() function 2185 .get_coalesce = get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 829 .get_coalesce = xgbe_get_coalesce,
|
/linux-6.1.9/drivers/staging/qlge/ |
D | qlge_ethtool.c | 739 .get_coalesce = qlge_get_coalesce,
|
/linux-6.1.9/drivers/net/ethernet/huawei/hinic/ |
D | hinic_ethtool.c | 1802 .get_coalesce = hinic_get_coalesce, 1836 .get_coalesce = hinic_get_coalesce,
|