Lines Matching defs:dev

163 #define tx_done(dev) 1  argument
225 readreg(struct net_device *dev, u16 regno) in readreg()
234 writereg(struct net_device *dev, u16 regno, u16 value) in writereg()
243 wait_eeprom_ready(struct net_device *dev) in wait_eeprom_ready()
257 get_eeprom_data(struct net_device *dev, int off, int len, int *buffer) in get_eeprom_data()
291 write_irq(struct net_device *dev, int chip_type, int irq) in write_irq()
315 count_rx_errors(int status, struct net_device *dev) in count_rx_errors()
338 get_dma_channel(struct net_device *dev) in get_dma_channel()
359 write_dma(struct net_device *dev, int chip_type, int dma) in write_dma()
371 set_dma_cfg(struct net_device *dev) in set_dma_cfg()
391 dma_bufcfg(struct net_device *dev) in dma_bufcfg()
401 dma_busctl(struct net_device *dev) in dma_busctl()
418 dma_rx(struct net_device *dev) in dma_rx()
487 control_dc_dc(struct net_device *dev, int on_not_off) in control_dc_dc()
511 send_test_pkt(struct net_device *dev) in send_test_pkt()
559 detect_tp(struct net_device *dev) in detect_tp()
639 detect_bnc(struct net_device *dev) in detect_bnc()
655 detect_aui(struct net_device *dev) in detect_aui()
672 net_rx(struct net_device *dev) in net_rx()
715 struct net_device *dev = dev_id; in net_interrupt() local
828 net_open(struct net_device *dev) in net_open()
1088 net_close(struct net_device *dev) in net_close()
1118 net_get_stats(struct net_device *dev) in net_get_stats()
1132 static void net_timeout(struct net_device *dev, unsigned int txqueue) in net_timeout()
1143 static netdev_tx_t net_send_packet(struct sk_buff *skb, struct net_device *dev) in net_send_packet()
1194 static void set_multicast_list(struct net_device *dev) in set_multicast_list()
1223 static int set_mac_address(struct net_device *dev, void *p) in set_mac_address()
1250 static void net_poll_controller(struct net_device *dev) in net_poll_controller()
1272 static void __init reset_chip(struct net_device *dev) in reset_chip()
1311 cs89x0_probe1(struct net_device *dev, void __iomem *ioaddr, int modular) in cs89x0_probe1()
1590 cs89x0_ioport_probe(struct net_device *dev, unsigned long ioport, int modular) in cs89x0_ioport_probe()
1652 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_probe() local
1762 struct net_device *dev; in cs89x0_isa_init_module() local
1849 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_platform_probe() local
1884 struct net_device *dev = platform_get_drvdata(pdev); in cs89x0_platform_remove() local