Lines Matching defs:dev

115 static void t1_set_rxmode(struct net_device *dev)  in t1_set_rxmode()
243 static int cxgb_open(struct net_device *dev) in cxgb_open()
266 static int cxgb_close(struct net_device *dev) in cxgb_close()
292 static struct net_device_stats *t1_get_stats(struct net_device *dev) in t1_get_stats()
340 static u32 get_msglevel(struct net_device *dev) in get_msglevel()
347 static void set_msglevel(struct net_device *dev, u32 val) in set_msglevel()
423 static int get_regs_len(struct net_device *dev) in get_regs_len()
428 static void get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in get_drvinfo()
437 static int get_sset_count(struct net_device *dev, int sset) in get_sset_count()
447 static void get_strings(struct net_device *dev, u32 stringset, u8 *data) in get_strings()
453 static void get_stats(struct net_device *dev, struct ethtool_stats *stats, in get_stats()
544 static void get_regs(struct net_device *dev, struct ethtool_regs *regs, in get_regs()
567 static int get_link_ksettings(struct net_device *dev, in get_link_ksettings()
632 static int set_link_ksettings(struct net_device *dev, in set_link_ksettings()
672 static void get_pauseparam(struct net_device *dev, in get_pauseparam()
683 static int set_pauseparam(struct net_device *dev, in set_pauseparam()
713 static void get_sge_param(struct net_device *dev, struct ethtool_ringparam *e, in get_sge_param()
729 static int set_sge_param(struct net_device *dev, struct ethtool_ringparam *e, in set_sge_param()
755 static int set_coalesce(struct net_device *dev, struct ethtool_coalesce *c, in set_coalesce()
768 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c, in get_coalesce()
780 static int get_eeprom_len(struct net_device *dev) in get_eeprom_len()
790 static int get_eeprom(struct net_device *dev, struct ethtool_eeprom *e, in get_eeprom()
829 static int t1_ioctl(struct net_device *dev, struct ifreq *req, int cmd) in t1_ioctl()
837 static int t1_change_mtu(struct net_device *dev, int new_mtu) in t1_change_mtu()
851 static int t1_set_mac_addr(struct net_device *dev, void *p) in t1_set_mac_addr()
865 static netdev_features_t t1_fix_features(struct net_device *dev, in t1_fix_features()
880 static int t1_set_features(struct net_device *dev, netdev_features_t features) in t1_set_features()
891 static void t1_netpoll(struct net_device *dev) in t1_netpoll()
1300 struct net_device *dev = pci_get_drvdata(pdev); in remove_one() local