Lines Matching defs:dev

18 static u32 get_msglevel(struct net_device *dev)  in get_msglevel()
23 static void set_msglevel(struct net_device *dev, u32 val) in set_msglevel()
169 static int get_sset_count(struct net_device *dev, int sset) in get_sset_count()
185 static int get_regs_len(struct net_device *dev) in get_regs_len()
192 static int get_eeprom_len(struct net_device *dev) in get_eeprom_len()
197 static void get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in get_drvinfo()
229 static void get_strings(struct net_device *dev, u32 stringset, u8 *data) in get_strings()
352 static void get_stats(struct net_device *dev, struct ethtool_stats *stats, in get_stats()
380 static void get_regs(struct net_device *dev, struct ethtool_regs *regs, in get_regs()
391 static int restart_autoneg(struct net_device *dev) in restart_autoneg()
403 static int identify_port(struct net_device *dev, in identify_port()
662 static int get_link_ksettings(struct net_device *dev, in get_link_ksettings()
717 static int set_link_ksettings(struct net_device *dev, in set_link_ksettings()
816 static int get_fecparam(struct net_device *dev, struct ethtool_fecparam *fec) in get_fecparam()
837 static int set_fecparam(struct net_device *dev, struct ethtool_fecparam *fec) in set_fecparam()
860 static void get_pauseparam(struct net_device *dev, in get_pauseparam()
870 static int set_pauseparam(struct net_device *dev, in set_pauseparam()
893 static void get_sge_param(struct net_device *dev, struct ethtool_ringparam *e, in get_sge_param()
911 static int set_sge_param(struct net_device *dev, struct ethtool_ringparam *e, in set_sge_param()
946 static int set_rx_intr_params(struct net_device *dev, in set_rx_intr_params()
962 static int set_adaptive_rx_setting(struct net_device *dev, int adaptive_rx) in set_adaptive_rx_setting()
975 static int get_adaptive_rx_setting(struct net_device *dev) in get_adaptive_rx_setting()
987 static int get_dbqtimer_tick(struct net_device *dev) in get_dbqtimer_tick()
1001 static int get_dbqtimer(struct net_device *dev) in get_dbqtimer()
1023 static int set_dbqtimer_tick(struct net_device *dev, int usecs) in set_dbqtimer_tick()
1057 static int set_dbqtimer(struct net_device *dev, int usecs) in set_dbqtimer()
1120 static int set_dbqtimer_tickval(struct net_device *dev, in set_dbqtimer_tickval()
1153 static int set_coalesce(struct net_device *dev, in set_coalesce()
1172 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c, in get_coalesce()
1211 static int get_eeprom(struct net_device *dev, struct ethtool_eeprom *e, in get_eeprom()
1231 static int set_eeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, in set_eeprom()
1553 static int get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *ts_info) in get_ts_info()
1579 static u32 get_rss_table_size(struct net_device *dev) in get_rss_table_size()
1586 static int get_rss_table(struct net_device *dev, in get_rss_table()
1600 static int set_rss_table(struct net_device *dev, in set_rss_table()
1701 static int cxgb4_ntuple_get_filter(struct net_device *dev, in cxgb4_ntuple_get_filter()
1733 static int cxgb4_get_rxfh_fields(struct net_device *dev, in cxgb4_get_rxfh_fields()
1787 static int get_rxnfc(struct net_device *dev, struct ethtool_rxnfc *info, in get_rxnfc()
1819 static int cxgb4_ntuple_del_filter(struct net_device *dev, in cxgb4_ntuple_del_filter()
1929 static int set_rxnfc(struct net_device *dev, struct ethtool_rxnfc *cmd) in set_rxnfc()
1947 static int set_dump(struct net_device *dev, struct ethtool_dump *eth_dump) in set_dump()
1961 static int get_dump_flag(struct net_device *dev, struct ethtool_dump *eth_dump) in get_dump_flag()
1971 static int get_dump_data(struct net_device *dev, struct ethtool_dump *eth_dump, in get_dump_data()
2006 static int cxgb4_get_module_info(struct net_device *dev, in cxgb4_get_module_info()
2073 static int cxgb4_get_module_eeprom(struct net_device *dev, in cxgb4_get_module_eeprom()