/linux/net/ethtool/ |
H A 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() 357 if (!ops->get_coalesce || !ops->set_coalesce) in ethnl_set_coalesce_validate() 521 ret = dev->ethtool_ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in __ethnl_set_coalesce()
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | ethtool.c | 106 .get_coalesce = wil_ethtoolops_get_coalesce,
|
/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-ethtool.c | 126 .get_coalesce = mcp251xfd_ring_get_coalesce,
|
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_ethtool.c | 135 .get_coalesce = wx_get_coalesce,
|
/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ethtool.c | 227 .get_coalesce = ipoib_get_coalesce,
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ethtool.c | 247 .get_coalesce = efx_ethtool_get_coalesce,
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ethtool.c | 283 .get_coalesce = mlx5i_get_coalesce,
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool.c | 247 .get_coalesce = efx_ethtool_get_coalesce,
|
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-ethtool.c | 258 .get_coalesce = xlgmac_ethtool_get_coalesce,
|
/linux/drivers/net/netdevsim/ |
H A D | ethtool.c | 166 .get_coalesce = nsim_get_coalesce,
|
/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_ethtool.c | 782 rc = edev->ops->get_coalesce(edev->cdev, &rx_coal, rx_handle); in qede_get_coalesce() 804 rc = edev->ops->get_coalesce(edev->cdev, &tx_coal, tx_handle); in qede_get_coalesce() 2243 rc = edev->ops->get_coalesce(edev->cdev, &rx_coal, in qede_get_per_coalesce() 2254 rc = edev->ops->get_coalesce(edev->cdev, &tx_coal, in qede_get_per_coalesce() 2282 .get_coalesce = qede_get_coalesce, 2328 .get_coalesce = qede_get_coalesce,
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_ethtool.c | 307 .get_coalesce = emac_get_coalesce,
|
/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A 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/include/linux/qed/ |
H A D | qed_eth_if.h | 333 int (*get_coalesce)(struct qed_dev *cdev, u16 *coal, void *handle); member
|
/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_vnd.c | 262 .get_coalesce = rmnet_get_coalesce,
|
/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_ethtool.c | 490 .get_coalesce = sxgbe_get_coalesce,
|
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | ethtool.c | 454 .get_coalesce = igbvf_get_coalesce,
|
/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_ethtool.c | 474 .get_coalesce = tsnep_ethtool_get_coalesce,
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_ethtool.c | 530 .get_coalesce = dpaa_get_coalesce,
|
/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_ethtool.c | 524 .get_coalesce = wx_get_coalesce,
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ethtool.c | 1201 .get_coalesce = enetc_get_coalesce, 1231 .get_coalesce = enetc_get_coalesce,
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 1325 .get_coalesce = otx2_get_coalesce, 1453 .get_coalesce = otx2_get_coalesce,
|
/linux/include/linux/ |
H A D | ethtool.h | 983 int (*get_coalesce)(struct net_device *, member
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_ethtool.c | 1172 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c, in get_coalesce() function 2182 .get_coalesce = get_coalesce,
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_ethtool.c | 1791 .get_coalesce = hinic_get_coalesce, 1825 .get_coalesce = hinic_get_coalesce,
|