Lines Matching defs:dev
246 tlan_set_timer(struct net_device *dev, u32 ticks, u32 type) in tlan_set_timer()
302 struct net_device *dev = pci_get_drvdata(pdev); in tlan_remove_one() local
320 static void tlan_start(struct net_device *dev) in tlan_start()
331 static void tlan_stop(struct net_device *dev) in tlan_stop()
348 struct net_device *dev = dev_get_drvdata(dev_d); in tlan_suspend() local
360 struct net_device *dev = dev_get_drvdata(dev_d); in tlan_resume() local
446 struct net_device *dev; in tlan_probe1() local
603 struct net_device *dev; in tlan_eisa_cleanup() local
737 static void tlan_poll(struct net_device *dev) in tlan_poll()
760 static void tlan_get_drvinfo(struct net_device *dev, in tlan_get_drvinfo()
773 static int tlan_get_eeprom_len(struct net_device *dev) in tlan_get_eeprom_len()
778 static int tlan_get_eeprom(struct net_device *dev, in tlan_get_eeprom()
814 static int tlan_init(struct net_device *dev) in tlan_init()
890 static int tlan_open(struct net_device *dev) in tlan_open()
934 static int tlan_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in tlan_ioctl()
976 static void tlan_tx_timeout(struct net_device *dev, unsigned int txqueue) in tlan_tx_timeout()
1033 static netdev_tx_t tlan_start_tx(struct sk_buff *skb, struct net_device *dev) in tlan_start_tx()
1131 struct net_device *dev = dev_id; in tlan_handle_interrupt() local
1176 static int tlan_close(struct net_device *dev) in tlan_close()
1206 static struct net_device_stats *tlan_get_stats(struct net_device *dev) in tlan_get_stats()
1256 static void tlan_set_multicast_list(struct net_device *dev) in tlan_set_multicast_list()
1344 static u32 tlan_handle_tx_eof(struct net_device *dev, u16 host_int) in tlan_handle_tx_eof()
1440 static u32 tlan_handle_stat_overflow(struct net_device *dev, u16 host_int) in tlan_handle_stat_overflow()
1476 static u32 tlan_handle_rx_eof(struct net_device *dev, u16 host_int) in tlan_handle_rx_eof()
1591 static u32 tlan_handle_dummy(struct net_device *dev, u16 host_int) in tlan_handle_dummy()
1621 static u32 tlan_handle_tx_eoc(struct net_device *dev, u16 host_int) in tlan_handle_tx_eoc()
1672 static u32 tlan_handle_status_check(struct net_device *dev, u16 host_int) in tlan_handle_status_check()
1751 static u32 tlan_handle_rx_eoc(struct net_device *dev, u16 host_int) in tlan_handle_rx_eoc()
1817 struct net_device *dev = priv->dev; in tlan_timer() local
1889 static void tlan_reset_lists(struct net_device *dev) in tlan_reset_lists()
1941 static void tlan_free_lists(struct net_device *dev) in tlan_free_lists()
2066 static void tlan_read_and_clear_stats(struct net_device *dev, int record) in tlan_read_and_clear_stats()
2142 tlan_reset_adapter(struct net_device *dev) in tlan_reset_adapter()
2227 tlan_finish_reset(struct net_device *dev) in tlan_finish_reset()
2349 static void tlan_set_mac(struct net_device *dev, int areg, char *mac) in tlan_set_mac()
2393 static void tlan_phy_print(struct net_device *dev) in tlan_phy_print()
2439 static void tlan_phy_detect(struct net_device *dev) in tlan_phy_detect()
2488 static void tlan_phy_power_down(struct net_device *dev) in tlan_phy_power_down()
2516 static void tlan_phy_power_up(struct net_device *dev) in tlan_phy_power_up()
2537 static void tlan_phy_reset(struct net_device *dev) in tlan_phy_reset()
2569 static void tlan_phy_start_link(struct net_device *dev) in tlan_phy_start_link()
2657 static void tlan_phy_finish_auto_neg(struct net_device *dev) in tlan_phy_finish_auto_neg()
2738 struct net_device *dev = priv->dev; in tlan_phy_monitor() local
2821 tlan_mii_read_reg(struct net_device *dev, u16 phy, u16 reg, u16 *val) in tlan_mii_read_reg()
2993 tlan_mii_write_reg(struct net_device *dev, u16 phy, u16 reg, u16 val) in tlan_mii_write_reg()
3224 static int tlan_ee_read_byte(struct net_device *dev, u8 ee_addr, u8 *data) in tlan_ee_read_byte()