Home
last modified time | relevance | path

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

1234

/linux/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()
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 Dioctl.c1647 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 Dethtool.c106 .get_coalesce = wil_ethtoolops_get_coalesce,
/linux/drivers/infiniband/ulp/ipoib/
A Dipoib_ethtool.c225 .get_coalesce = ipoib_get_coalesce,
/linux/drivers/net/ethernet/sfc/
A Dethtool.c246 .get_coalesce = efx_ethtool_get_coalesce,
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
A Dethtool.c259 .get_coalesce = mlx5i_get_coalesce,
/linux/drivers/net/netdevsim/
A Dethtool.c145 .get_coalesce = nsim_get_coalesce,
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_ethtool.c788 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 Ddwc-xlgmac-ethtool.c258 .get_coalesce = xlgmac_ethtool_get_coalesce,
/linux/include/linux/qed/
A Dqed_eth_if.h333 int (*get_coalesce)(struct qed_dev *cdev, u16 *coal, void *handle); member
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_ethtool.c769 .get_coalesce = enetc_get_coalesce,
796 .get_coalesce = enetc_get_coalesce,
/linux/drivers/net/ethernet/chelsio/cxgb/
A Dcxgb2.c764 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 Dethtool.c450 .get_coalesce = igbvf_get_coalesce,
/linux/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_ethtool.c492 .get_coalesce = sxgbe_get_coalesce,
/linux/include/linux/
A Dethtool.h632 int (*get_coalesce)(struct net_device *, member
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_ethtool.c1215 .get_coalesce = otx2_get_coalesce,
1342 .get_coalesce = otx2_get_coalesce,
/linux/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_ethtool.c602 .get_coalesce = dpaa_get_coalesce,
/linux/drivers/net/ethernet/cisco/enic/
A Denic_ethtool.c635 .get_coalesce = enic_get_coalesce,
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_ethtool.c1168 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 Dhinic_ethtool.c1801 .get_coalesce = hinic_get_coalesce,
1835 .get_coalesce = hinic_get_coalesce,
/linux/drivers/staging/qlge/
A Dqlge_ethtool.c739 .get_coalesce = qlge_get_coalesce,
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-ethtool.c824 .get_coalesce = xgbe_get_coalesce,
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_ethtool.c1844 .get_coalesce = qlcnic_get_intr_coalesce,
1873 .get_coalesce = qlcnic_get_intr_coalesce,
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-ethtool.c895 .get_coalesce = dpaa2_eth_get_coalesce,
/linux/drivers/net/ethernet/aquantia/atlantic/
A Daq_ethtool.c1007 .get_coalesce = aq_ethtool_get_coalesce,

Completed in 53 milliseconds

1234