Lines Matching +defs:dev +defs:all
310 static inline struct bcmgenet_priv *dev_to_priv(struct device *dev) in dev_to_priv()
752 static int bcmgenet_begin(struct net_device *dev) in bcmgenet_begin()
760 static void bcmgenet_complete(struct net_device *dev) in bcmgenet_complete()
768 static int bcmgenet_get_link_ksettings(struct net_device *dev, in bcmgenet_get_link_ksettings()
782 static int bcmgenet_set_link_ksettings(struct net_device *dev, in bcmgenet_set_link_ksettings()
794 static int bcmgenet_set_features(struct net_device *dev, in bcmgenet_set_features()
814 static u32 bcmgenet_get_msglevel(struct net_device *dev) in bcmgenet_get_msglevel()
821 static void bcmgenet_set_msglevel(struct net_device *dev, u32 level) in bcmgenet_set_msglevel()
828 static int bcmgenet_get_coalesce(struct net_device *dev, in bcmgenet_get_coalesce()
888 static int bcmgenet_set_coalesce(struct net_device *dev, in bcmgenet_set_coalesce()
928 static void bcmgenet_get_pauseparam(struct net_device *dev, in bcmgenet_get_pauseparam()
950 static int bcmgenet_set_pauseparam(struct net_device *dev, in bcmgenet_set_pauseparam()
1136 static void bcmgenet_get_drvinfo(struct net_device *dev, in bcmgenet_get_drvinfo()
1142 static int bcmgenet_get_sset_count(struct net_device *dev, int string_set) in bcmgenet_get_sset_count()
1152 static void bcmgenet_get_strings(struct net_device *dev, u32 stringset, in bcmgenet_get_strings()
1253 static void bcmgenet_get_ethtool_stats(struct net_device *dev, in bcmgenet_get_ethtool_stats()
1283 void bcmgenet_eee_enable_set(struct net_device *dev, bool enable, in bcmgenet_eee_enable_set()
1327 static int bcmgenet_get_eee(struct net_device *dev, struct ethtool_keee *e) in bcmgenet_get_eee()
1344 static int bcmgenet_set_eee(struct net_device *dev, struct ethtool_keee *e) in bcmgenet_set_eee()
1369 static int bcmgenet_validate_flow(struct net_device *dev, in bcmgenet_validate_flow()
1436 static int bcmgenet_insert_flow(struct net_device *dev, in bcmgenet_insert_flow()
1500 static int bcmgenet_delete_flow(struct net_device *dev, in bcmgenet_delete_flow()
1529 static int bcmgenet_set_rxnfc(struct net_device *dev, struct ethtool_rxnfc *cmd) in bcmgenet_set_rxnfc()
1550 static int bcmgenet_get_flow(struct net_device *dev, struct ethtool_rxnfc *cmd, in bcmgenet_get_flow()
1581 static int bcmgenet_get_rxnfc(struct net_device *dev, struct ethtool_rxnfc *cmd, in bcmgenet_get_rxnfc()
1804 static struct sk_buff *bcmgenet_free_tx_cb(struct device *dev, in bcmgenet_free_tx_cb()
1838 static struct sk_buff *bcmgenet_free_rx_cb(struct device *dev, in bcmgenet_free_rx_cb()
1856 static unsigned int __bcmgenet_tx_reclaim(struct net_device *dev, in __bcmgenet_tx_reclaim()
1908 static unsigned int bcmgenet_tx_reclaim(struct net_device *dev, in bcmgenet_tx_reclaim()
1910 bool all) in bcmgenet_tx_reclaim()
1972 static void bcmgenet_tx_reclaim_all(struct net_device *dev) in bcmgenet_tx_reclaim_all()
1985 static struct sk_buff *bcmgenet_add_tsb(struct net_device *dev, in bcmgenet_add_tsb()
2050 static netdev_tx_t bcmgenet_xmit(struct sk_buff *skb, struct net_device *dev) in bcmgenet_xmit()
2235 struct net_device *dev = priv->dev; in bcmgenet_desc_rx() local
2821 static void bcmgenet_init_tx_queues(struct net_device *dev) in bcmgenet_init_tx_queues()
2896 static int bcmgenet_init_rx_queues(struct net_device *dev) in bcmgenet_init_rx_queues()
3208 static void bcmgenet_netif_start(struct net_device *dev) in bcmgenet_netif_start()
3228 static int bcmgenet_open(struct net_device *dev) in bcmgenet_open()
3308 static void bcmgenet_netif_stop(struct net_device *dev, bool stop_phy) in bcmgenet_netif_stop()
3340 static int bcmgenet_close(struct net_device *dev) in bcmgenet_close()
3402 static void bcmgenet_timeout(struct net_device *dev, unsigned int txqueue) in bcmgenet_timeout()
3442 static void bcmgenet_set_rx_mode(struct net_device *dev) in bcmgenet_set_rx_mode()
3497 static int bcmgenet_set_mac_addr(struct net_device *dev, void *p) in bcmgenet_set_mac_addr()
3512 static struct net_device_stats *bcmgenet_get_stats(struct net_device *dev) in bcmgenet_get_stats()
3547 static int bcmgenet_change_carrier(struct net_device *dev, bool new_carrier) in bcmgenet_change_carrier()
3821 struct net_device *dev; in bcmgenet_probe() local
4021 struct net_device *dev = dev_get_drvdata(d); in bcmgenet_resume_noirq() local
4066 struct net_device *dev = dev_get_drvdata(d); in bcmgenet_resume() local
4154 struct net_device *dev = dev_get_drvdata(d); in bcmgenet_suspend() local
4208 struct net_device *dev = dev_get_drvdata(d); in bcmgenet_suspend_noirq() local