Home
last modified time | relevance | path

Searched refs:ethtool_coalesce (Results 1 – 25 of 35) sorted by relevance

12

/linux-3.4.99/drivers/infiniband/ulp/ipoib/
Dipoib_ethtool.c46 struct ethtool_coalesce *coal) in ipoib_get_coalesce()
57 struct ethtool_coalesce *coal) in ipoib_set_coalesce()
/linux-3.4.99/include/linux/
Dethtool.h211 struct ethtool_coalesce { struct
923 int (*get_coalesce)(struct net_device *, struct ethtool_coalesce *);
924 int (*set_coalesce)(struct net_device *, struct ethtool_coalesce *);
/linux-3.4.99/drivers/net/ethernet/intel/igbvf/
Dethtool.c342 struct ethtool_coalesce *ec) in igbvf_get_coalesce()
355 struct ethtool_coalesce *ec) in igbvf_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/qlogic/qlge/
Dqlge_ethtool.c577 static int ql_get_coalesce(struct net_device *dev, struct ethtool_coalesce *c) in ql_get_coalesce()
600 static int ql_set_coalesce(struct net_device *ndev, struct ethtool_coalesce *c) in ql_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c358 struct ethtool_coalesce *coal) in mlx4_en_get_coalesce()
377 struct ethtool_coalesce *coal) in mlx4_en_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c290 struct ethtool_coalesce *et) in be_get_coalesce()
314 struct ethtool_coalesce *et) in be_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c55 static int gfar_gcoalesce(struct net_device *dev, struct ethtool_coalesce *cvals);
56 static int gfar_scoalesce(struct net_device *dev, struct ethtool_coalesce *cvals);
290 static int gfar_gcoalesce(struct net_device *dev, struct ethtool_coalesce *cvals) in gfar_gcoalesce()
355 static int gfar_scoalesce(struct net_device *dev, struct ethtool_coalesce *cvals) in gfar_scoalesce()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c739 struct ethtool_coalesce *ethcoal) in netxen_set_intr_coalesce()
800 struct ethtool_coalesce *ethcoal) in netxen_get_intr_coalesce()
/linux-3.4.99/drivers/net/ethernet/ti/
Ddavinci_emac.c529 struct ethtool_coalesce *coal) in emac_get_coalesce()
547 struct ethtool_coalesce *coal) in emac_set_coalesce()
1576 struct ethtool_coalesce coal; in emac_dev_open()
/linux-3.4.99/drivers/net/ethernet/brocade/bna/
Dbnad_ethtool.c325 bnad_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) in bnad_get_coalesce()
346 bnad_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) in bnad_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/sfc/
Dethtool.c609 struct ethtool_coalesce *coalesce) in efx_ethtool_get_coalesce()
627 struct ethtool_coalesce *coalesce) in efx_ethtool_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c1048 struct ethtool_coalesce *ethcoal) in qlcnic_set_intr_coalesce()
1102 struct ethtool_coalesce *ethcoal) in qlcnic_get_intr_coalesce()
/linux-3.4.99/net/core/
Dethtool.c843 struct ethtool_coalesce coalesce = { .cmd = ETHTOOL_GCOALESCE }; in ethtool_get_coalesce()
858 struct ethtool_coalesce coalesce; in ethtool_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c747 static int set_coalesce(struct net_device *dev, struct ethtool_coalesce *c) in set_coalesce()
758 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c) in get_coalesce()
/linux-3.4.99/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1263 struct ethtool_coalesce *ecoalesce) in axienet_ethtools_get_coalesce()
1286 struct ethtool_coalesce *ecoalesce) in axienet_ethtools_set_coalesce()
/linux-3.4.99/drivers/infiniband/hw/nes/
Dnes_nic.c1339 struct ethtool_coalesce *et_coalesce) in nes_netdev_set_coalesce()
1390 struct ethtool_coalesce *et_coalesce) in nes_netdev_get_coalesce()
1395 struct ethtool_coalesce temp_et_coalesce; in nes_netdev_get_coalesce()
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c1393 struct ethtool_coalesce *coal) in bnx2x_get_coalesce()
1397 memset(coal, 0, sizeof(struct ethtool_coalesce)); in bnx2x_get_coalesce()
1406 struct ethtool_coalesce *coal) in bnx2x_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/intel/e1000/
De1000_ethtool.c1724 struct ethtool_coalesce *ec) in e1000_get_coalesce()
1740 struct ethtool_coalesce *ec) in e1000_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/intel/e1000e/
Dethtool.c1874 struct ethtool_coalesce *ec) in e1000_get_coalesce()
1887 struct ethtool_coalesce *ec) in e1000_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/tehuti/
Dtehuti.c2174 bdx_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *ecoal) in bdx_get_coalesce()
2203 bdx_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *ecoal) in bdx_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1303 struct ethtool_coalesce *coalesce) in cxgb4vf_get_coalesce()
1323 struct ethtool_coalesce *coalesce) in cxgb4vf_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/intel/igb/
Digb_ethtool.c1974 struct ethtool_coalesce *ec) in igb_set_coalesce()
2030 struct ethtool_coalesce *ec) in igb_get_coalesce()
/linux-3.4.99/drivers/net/ethernet/cisco/enic/
Denic_main.c291 struct ethtool_coalesce *ecmd) in enic_get_coalesce()
302 struct ethtool_coalesce *ecmd) in enic_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/marvell/
Dmv643xx_eth.c1536 mv643xx_eth_get_coalesce(struct net_device *dev, struct ethtool_coalesce *ec) in mv643xx_eth_get_coalesce()
1547 mv643xx_eth_set_coalesce(struct net_device *dev, struct ethtool_coalesce *ec) in mv643xx_eth_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/via/
Dvia-velocity.c3376 struct ethtool_coalesce *ecmd) in velocity_get_coalesce()
3390 struct ethtool_coalesce *ecmd) in velocity_set_coalesce()

12