Lines Matching defs:netdev
555 struct net_device *netdev; in gelic_card_release_tx_chain() local
606 void gelic_net_set_multi(struct net_device *netdev) in gelic_net_set_multi()
666 int gelic_net_stop(struct net_device *netdev) in gelic_net_stop()
850 int gelic_net_xmit(struct sk_buff *skb, struct net_device *netdev) in gelic_net_xmit()
923 struct net_device *netdev) in gelic_net_pass_skb_up()
985 struct net_device *netdev = NULL; in gelic_card_decode_one_descr() local
1124 int gelic_net_change_mtu(struct net_device *netdev, int new_mtu) in gelic_net_change_mtu()
1186 void gelic_net_poll_controller(struct net_device *netdev) in gelic_net_poll_controller()
1205 int gelic_net_open(struct net_device *netdev) in gelic_net_open()
1220 void gelic_net_get_drvinfo(struct net_device *netdev, in gelic_net_get_drvinfo()
1227 static int gelic_ether_get_settings(struct net_device *netdev, in gelic_ether_get_settings()
1271 static int gelic_ether_set_settings(struct net_device *netdev, in gelic_ether_set_settings()
1310 static void gelic_net_get_wol(struct net_device *netdev, in gelic_net_get_wol()
1321 static int gelic_net_set_wol(struct net_device *netdev, in gelic_net_set_wol()
1409 struct net_device *netdev = card->netdev[GELIC_PORT_ETHERNET_0]; in gelic_net_tx_timeout_task() local
1432 void gelic_net_tx_timeout(struct net_device *netdev) in gelic_net_tx_timeout()
1464 static void gelic_ether_setup_netdev_ops(struct net_device *netdev, in gelic_ether_setup_netdev_ops()
1484 int gelic_net_setup_netdev(struct net_device *netdev, struct gelic_card *card) in gelic_net_setup_netdev()
1536 static struct gelic_card *gelic_alloc_card_net(struct net_device **netdev) in gelic_alloc_card_net()
1664 struct net_device *netdev; in ps3_gelic_driver_probe() local