Lines Matching refs:net_device

27 static u32 get_msglevel(struct net_device *dev)  in get_msglevel()
32 static void set_msglevel(struct net_device *dev, u32 val) in set_msglevel()
115 static int get_sset_count(struct net_device *dev, int sset) in get_sset_count()
125 static int get_regs_len(struct net_device *dev) in get_regs_len()
132 static int get_eeprom_len(struct net_device *dev) in get_eeprom_len()
137 static void get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in get_drvinfo()
169 static void get_strings(struct net_device *dev, u32 stringset, u8 *data) in get_strings()
208 static void get_stats(struct net_device *dev, struct ethtool_stats *stats, in get_stats()
234 static void get_regs(struct net_device *dev, struct ethtool_regs *regs, in get_regs()
245 static int restart_autoneg(struct net_device *dev) in restart_autoneg()
257 static int identify_port(struct net_device *dev, in identify_port()
337 static int get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in get_settings()
402 static int set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in set_settings()
447 static void get_pauseparam(struct net_device *dev, in get_pauseparam()
457 static int set_pauseparam(struct net_device *dev, in set_pauseparam()
480 static void get_sge_param(struct net_device *dev, struct ethtool_ringparam *e) in get_sge_param()
496 static int set_sge_param(struct net_device *dev, struct ethtool_ringparam *e) in set_sge_param()
529 static int set_rx_intr_params(struct net_device *dev, in set_rx_intr_params()
545 static int set_adaptive_rx_setting(struct net_device *dev, int adaptive_rx) in set_adaptive_rx_setting()
558 static int get_adaptive_rx_setting(struct net_device *dev) in get_adaptive_rx_setting()
567 static int set_coalesce(struct net_device *dev, struct ethtool_coalesce *c) in set_coalesce()
574 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c) in get_coalesce()
638 static int get_eeprom(struct net_device *dev, struct ethtool_eeprom *e, in get_eeprom()
658 static int set_eeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, in set_eeprom()
715 static int set_flash(struct net_device *netdev, struct ethtool_flash *ef) in set_flash()
746 static void get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) in get_wol()
753 static int set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) in set_wol()
774 static u32 get_rss_table_size(struct net_device *dev) in get_rss_table_size()
781 static int get_rss_table(struct net_device *dev, u32 *p, u8 *key, u8 *hfunc) in get_rss_table()
795 static int set_rss_table(struct net_device *dev, const u32 *p, const u8 *key, in set_rss_table()
817 static int get_rxnfc(struct net_device *dev, struct ethtool_rxnfc *info, in get_rxnfc()
912 void cxgb4_set_ethtool_ops(struct net_device *netdev) in cxgb4_set_ethtool_ops()