Lines Matching refs:net_device
124 static int w90p910_mdio_read(struct net_device *dev, int phy_id, int reg);
176 static void update_linkspeed_register(struct net_device *dev, in update_linkspeed_register()
205 static void update_linkspeed(struct net_device *dev) in update_linkspeed()
258 struct net_device *dev = (struct net_device *) dev_id; in w90p910_check_link()
265 static void w90p910_write_cam(struct net_device *dev, in w90p910_write_cam()
279 static int w90p910_init_desc(struct net_device *dev) in w90p910_init_desc()
343 static void w90p910_set_fifo_threshold(struct net_device *dev) in w90p910_set_fifo_threshold()
352 static void w90p910_return_default_idle(struct net_device *dev) in w90p910_return_default_idle()
362 static void w90p910_trigger_rx(struct net_device *dev) in w90p910_trigger_rx()
369 static void w90p910_trigger_tx(struct net_device *dev) in w90p910_trigger_tx()
376 static void w90p910_enable_mac_interrupt(struct net_device *dev) in w90p910_enable_mac_interrupt()
387 static void w90p910_get_and_clear_int(struct net_device *dev, in w90p910_get_and_clear_int()
396 static void w90p910_set_global_maccmd(struct net_device *dev) in w90p910_set_global_maccmd()
406 static void w90p910_enable_cam(struct net_device *dev) in w90p910_enable_cam()
418 static void w90p910_enable_cam_command(struct net_device *dev) in w90p910_enable_cam_command()
427 static void w90p910_enable_tx(struct net_device *dev, unsigned int enable) in w90p910_enable_tx()
442 static void w90p910_enable_rx(struct net_device *dev, unsigned int enable) in w90p910_enable_rx()
457 static void w90p910_set_curdest(struct net_device *dev) in w90p910_set_curdest()
465 static void w90p910_reset_mac(struct net_device *dev) in w90p910_reset_mac()
499 static void w90p910_mdio_write(struct net_device *dev, in w90p910_mdio_write()
523 static int w90p910_mdio_read(struct net_device *dev, int phy_id, int reg) in w90p910_mdio_read()
550 static int w90p910_set_mac_address(struct net_device *dev, void *addr) in w90p910_set_mac_address()
563 static int w90p910_ether_close(struct net_device *dev) in w90p910_ether_close()
587 static struct net_device_stats *w90p910_ether_stats(struct net_device *dev) in w90p910_ether_stats()
596 static int w90p910_send_frame(struct net_device *dev, in w90p910_send_frame()
636 static int w90p910_ether_start_xmit(struct sk_buff *skb, struct net_device *dev) in w90p910_ether_start_xmit()
653 struct net_device *dev; in w90p910_tx_interrupt()
703 static void netdev_rx(struct net_device *dev) in netdev_rx()
775 struct net_device *dev; in w90p910_rx_interrupt()
800 static int w90p910_ether_open(struct net_device *dev) in w90p910_ether_open()
845 static void w90p910_ether_set_multicast_list(struct net_device *dev) in w90p910_ether_set_multicast_list()
861 static int w90p910_ether_ioctl(struct net_device *dev, in w90p910_ether_ioctl()
870 static void w90p910_get_drvinfo(struct net_device *dev, in w90p910_get_drvinfo()
877 static int w90p910_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in w90p910_get_settings()
883 static int w90p910_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in w90p910_set_settings()
889 static int w90p910_nway_reset(struct net_device *dev) in w90p910_nway_reset()
895 static u32 w90p910_get_link(struct net_device *dev) in w90p910_get_link()
921 static void __init get_mac_address(struct net_device *dev) in get_mac_address()
942 static int w90p910_ether_setup(struct net_device *dev) in w90p910_ether_setup()
975 struct net_device *dev; in w90p910_ether_probe()
1062 struct net_device *dev = platform_get_drvdata(pdev); in w90p910_ether_remove()