Searched refs:get_settings (Results 1 - 25 of 150) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpasemi_mac_ethtool.c165 .get_settings = pasemi_mac_ethtool_get_settings,
H A Dspider_net_ethtool.c185 .get_settings = spider_net_ethtool_get_settings,
H A Ducc_geth_ethtool.c398 .get_settings = uec_get_settings,
H A Dveth.c134 .get_settings = veth_get_settings,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dethernet-mdio.c90 .get_settings = cvm_oct_get_settings,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_if.c40 if (dev->ethtool_ops && dev->ethtool_ops->get_settings) {
43 if (!dev->ethtool_ops->get_settings(dev, &ecmd)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_ethtool.c265 .get_settings = ehea_get_settings,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dsoft-interface.c50 .get_settings = bat_get_settings,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnet-sysfs.c150 netdev->ethtool_ops->get_settings) {
153 if (!netdev->ethtool_ops->get_settings(netdev, &cmd))
171 netdev->ethtool_ops->get_settings) {
174 if (!netdev->ethtool_ops->get_settings(netdev, &cmd))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dtenxpress.c845 .get_settings = tenxpress_get_settings,
860 .get_settings = tenxpress_get_settings,
H A Dmdio_10g.c260 efx->phy_op->get_settings(efx, &prev);
H A Dnet_driver.h491 * @get_settings: Get ethtool settings. Serialised by the mac_lock.
507 void (*get_settings) (struct efx_nic *efx, member in struct:efx_phy_operations
H A Dqt202x_phy.c453 .get_settings = qt202x_phy_get_settings,
H A Dethtool.c196 efx->phy_op->get_settings(efx, ecmd);
960 .get_settings = efx_ethtool_get_settings,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dsetup_tx4939.c326 if (!dev->ethtool_ops || !dev->ethtool_ops->get_settings)
328 err = dev->ethtool_ops->get_settings(dev, &cmd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Dstmmac_ethtool.c361 .get_settings = stmmac_ethtool_getsettings,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c_ethtool.c297 .get_settings = atl1c_get_settings,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_wmp10.cpp472 virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_settings(
779 if( m_pWMPPlayer->get_settings(&m_pWMPSettings) != 0)
833 if( m_pWMPPlayer->get_settings(&m_pWMPSettings) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dasix.c803 .get_settings = usbnet_get_settings,
942 .get_settings = usbnet_get_settings,
1110 .get_settings = usbnet_get_settings,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dcxgb2.c573 static int get_settings(struct net_device *dev, struct ethtool_cmd *cmd) function
821 .get_settings = get_settings,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dethtool.c508 .get_settings = igbvf_get_settings,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Den_ethtool.c428 .get_settings = mlx4_en_get_settings,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_ethtool.c372 .get_settings = atl1e_get_settings,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dethtool.h476 * get_settings: Get device-specific settings
513 * get_settings:
514 * @get_settings is passed an &ethtool_cmd to fill in. It returns
534 int (*get_settings)(struct net_device *, struct ethtool_cmd *); member in struct:ethtool_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dsa/
H A Dslave.c286 .get_settings = dsa_slave_get_settings,

Completed in 310 milliseconds

123456