Lines Matching defs:dev

115 static void t1_set_rxmode(struct net_device *dev)  in t1_set_rxmode()
242 static int cxgb_open(struct net_device *dev) in cxgb_open()
265 static int cxgb_close(struct net_device *dev) in cxgb_close()
291 static struct net_device_stats *t1_get_stats(struct net_device *dev) in t1_get_stats()
339 static u32 get_msglevel(struct net_device *dev) in get_msglevel()
346 static void set_msglevel(struct net_device *dev, u32 val) in set_msglevel()
422 static int get_regs_len(struct net_device *dev) in get_regs_len()
427 static void get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in get_drvinfo()
436 static int get_sset_count(struct net_device *dev, int sset) in get_sset_count()
446 static void get_strings(struct net_device *dev, u32 stringset, u8 *data) in get_strings()
452 static void get_stats(struct net_device *dev, struct ethtool_stats *stats, in get_stats()
543 static void get_regs(struct net_device *dev, struct ethtool_regs *regs, in get_regs()
566 static int get_link_ksettings(struct net_device *dev, in get_link_ksettings()
631 static int set_link_ksettings(struct net_device *dev, in set_link_ksettings()
671 static void get_pauseparam(struct net_device *dev, in get_pauseparam()
682 static int set_pauseparam(struct net_device *dev, in set_pauseparam()
712 static void get_sge_param(struct net_device *dev, struct ethtool_ringparam *e) in get_sge_param()
726 static int set_sge_param(struct net_device *dev, struct ethtool_ringparam *e) in set_sge_param()
750 static int set_coalesce(struct net_device *dev, struct ethtool_coalesce *c) in set_coalesce()
761 static int get_coalesce(struct net_device *dev, struct ethtool_coalesce *c) in get_coalesce()
771 static int get_eeprom_len(struct net_device *dev) in get_eeprom_len()
781 static int get_eeprom(struct net_device *dev, struct ethtool_eeprom *e, in get_eeprom()
820 static int t1_ioctl(struct net_device *dev, struct ifreq *req, int cmd) in t1_ioctl()
828 static int t1_change_mtu(struct net_device *dev, int new_mtu) in t1_change_mtu()
842 static int t1_set_mac_addr(struct net_device *dev, void *p) in t1_set_mac_addr()
856 static netdev_features_t t1_fix_features(struct net_device *dev, in t1_fix_features()
871 static int t1_set_features(struct net_device *dev, netdev_features_t features) in t1_set_features()
882 static void t1_netpoll(struct net_device *dev) in t1_netpoll()
1349 struct net_device *dev = pci_get_drvdata(pdev); in remove_one() local