| /linux/net/ethtool/ |
| 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() 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()
|
| A D | ioctl.c | 1647 if (!dev->ethtool_ops->get_coalesce) in ethtool_get_coalesce() 1650 ret = dev->ethtool_ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in ethtool_get_coalesce() 1722 if (!dev->ethtool_ops->set_coalesce || !dev->ethtool_ops->get_coalesce) in ethtool_set_coalesce() 1725 ret = dev->ethtool_ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in ethtool_set_coalesce()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| A D | ethtool.c | 106 .get_coalesce = wil_ethtoolops_get_coalesce,
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| A D | ipoib_ethtool.c | 225 .get_coalesce = ipoib_get_coalesce,
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | ethtool.c | 246 .get_coalesce = efx_ethtool_get_coalesce,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| A D | ethtool.c | 259 .get_coalesce = mlx5i_get_coalesce,
|
| /linux/drivers/net/netdevsim/ |
| A D | ethtool.c | 145 .get_coalesce = nsim_get_coalesce,
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| A D | qede_ethtool.c | 788 rc = edev->ops->get_coalesce(edev->cdev, &rx_coal, rx_handle); in qede_get_coalesce() 810 rc = edev->ops->get_coalesce(edev->cdev, &tx_coal, tx_handle); in qede_get_coalesce() 2213 rc = edev->ops->get_coalesce(edev->cdev, &rx_coal, in qede_get_per_coalesce() 2224 rc = edev->ops->get_coalesce(edev->cdev, &tx_coal, in qede_get_per_coalesce() 2251 .get_coalesce = qede_get_coalesce, 2296 .get_coalesce = qede_get_coalesce,
|
| /linux/drivers/net/ethernet/synopsys/ |
| A D | dwc-xlgmac-ethtool.c | 258 .get_coalesce = xlgmac_ethtool_get_coalesce,
|
| /linux/include/linux/qed/ |
| A D | qed_eth_if.h | 333 int (*get_coalesce)(struct qed_dev *cdev, u16 *coal, void *handle); member
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| A D | enetc_ethtool.c | 769 .get_coalesce = enetc_get_coalesce, 796 .get_coalesce = enetc_get_coalesce,
|
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| A D | cxgb2.c | 764 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c, in get_coalesce() function 809 .get_coalesce = get_coalesce,
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| A D | ethtool.c | 450 .get_coalesce = igbvf_get_coalesce,
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| A D | sxgbe_ethtool.c | 492 .get_coalesce = sxgbe_get_coalesce,
|
| /linux/include/linux/ |
| A D | ethtool.h | 632 int (*get_coalesce)(struct net_device *, member
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_ethtool.c | 1215 .get_coalesce = otx2_get_coalesce, 1342 .get_coalesce = otx2_get_coalesce,
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| A D | dpaa_ethtool.c | 602 .get_coalesce = dpaa_get_coalesce,
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| A D | enic_ethtool.c | 635 .get_coalesce = enic_get_coalesce,
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_ethtool.c | 1168 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c, in get_coalesce() function 2172 .get_coalesce = get_coalesce,
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| A D | hinic_ethtool.c | 1801 .get_coalesce = hinic_get_coalesce, 1835 .get_coalesce = hinic_get_coalesce,
|
| /linux/drivers/staging/qlge/ |
| A D | qlge_ethtool.c | 739 .get_coalesce = qlge_get_coalesce,
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-ethtool.c | 824 .get_coalesce = xgbe_get_coalesce,
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_ethtool.c | 1844 .get_coalesce = qlcnic_get_intr_coalesce, 1873 .get_coalesce = qlcnic_get_intr_coalesce,
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| A D | dpaa2-ethtool.c | 895 .get_coalesce = dpaa2_eth_get_coalesce,
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| A D | aq_ethtool.c | 1007 .get_coalesce = aq_ethtool_get_coalesce,
|