Lines Matching defs:dev

249 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()
892 static int tlan_open(struct net_device *dev) in tlan_open()
936 static int tlan_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in tlan_ioctl()
978 static void tlan_tx_timeout(struct net_device *dev, unsigned int txqueue) in tlan_tx_timeout()
1035 static netdev_tx_t tlan_start_tx(struct sk_buff *skb, struct net_device *dev) in tlan_start_tx()
1133 struct net_device *dev = dev_id; in tlan_handle_interrupt() local
1178 static int tlan_close(struct net_device *dev) in tlan_close()
1208 static struct net_device_stats *tlan_get_stats(struct net_device *dev) in tlan_get_stats()
1258 static void tlan_set_multicast_list(struct net_device *dev) in tlan_set_multicast_list()
1346 static u32 tlan_handle_tx_eof(struct net_device *dev, u16 host_int) in tlan_handle_tx_eof()
1442 static u32 tlan_handle_stat_overflow(struct net_device *dev, u16 host_int) in tlan_handle_stat_overflow()
1478 static u32 tlan_handle_rx_eof(struct net_device *dev, u16 host_int) in tlan_handle_rx_eof()
1593 static u32 tlan_handle_dummy(struct net_device *dev, u16 host_int) in tlan_handle_dummy()
1623 static u32 tlan_handle_tx_eoc(struct net_device *dev, u16 host_int) in tlan_handle_tx_eoc()
1674 static u32 tlan_handle_status_check(struct net_device *dev, u16 host_int) in tlan_handle_status_check()
1753 static u32 tlan_handle_rx_eoc(struct net_device *dev, u16 host_int) in tlan_handle_rx_eoc()
1819 struct net_device *dev = priv->dev; in tlan_timer() local
1891 static void tlan_reset_lists(struct net_device *dev) in tlan_reset_lists()
1943 static void tlan_free_lists(struct net_device *dev) in tlan_free_lists()
2068 static void tlan_read_and_clear_stats(struct net_device *dev, int record) in tlan_read_and_clear_stats()
2144 tlan_reset_adapter(struct net_device *dev) in tlan_reset_adapter()
2229 tlan_finish_reset(struct net_device *dev) in tlan_finish_reset()
2351 static void tlan_set_mac(struct net_device *dev, int areg, const char *mac) in tlan_set_mac()
2395 static void __tlan_phy_print(struct net_device *dev) in __tlan_phy_print()
2423 static void tlan_phy_print(struct net_device *dev) in tlan_phy_print()
2451 static void tlan_phy_detect(struct net_device *dev) in tlan_phy_detect()
2500 static void tlan_phy_power_down(struct net_device *dev) in tlan_phy_power_down()
2528 static void tlan_phy_power_up(struct net_device *dev) in tlan_phy_power_up()
2549 static void tlan_phy_reset(struct net_device *dev) in tlan_phy_reset()
2581 static void tlan_phy_start_link(struct net_device *dev) in tlan_phy_start_link()
2669 static void tlan_phy_finish_auto_neg(struct net_device *dev) in tlan_phy_finish_auto_neg()
2750 struct net_device *dev = priv->dev; in tlan_phy_monitor() local
2833 __tlan_mii_read_reg(struct net_device *dev, u16 phy, u16 reg, u16 *val) in __tlan_mii_read_reg()
2896 static void tlan_mii_read_reg(struct net_device *dev, u16 phy, u16 reg, in tlan_mii_read_reg()
3007 __tlan_mii_write_reg(struct net_device *dev, u16 phy, u16 reg, u16 val) in __tlan_mii_write_reg()
3041 tlan_mii_write_reg(struct net_device *dev, u16 phy, u16 reg, u16 val) in tlan_mii_write_reg()
3242 static int tlan_ee_read_byte(struct net_device *dev, u8 ee_addr, u8 *data) in tlan_ee_read_byte()