Lines Matching refs:net_device

123 extern int mac8390_memtest(struct net_device *dev);
124 static int mac8390_initdev(struct net_device *dev, struct nubus_board *board,
127 static int mac8390_open(struct net_device *dev);
128 static int mac8390_close(struct net_device *dev);
129 static void mac8390_no_reset(struct net_device *dev);
130 static void interlan_reset(struct net_device *dev);
133 static void sane_get_8390_hdr(struct net_device *dev,
135 static void sane_block_input(struct net_device *dev, int count,
137 static void sane_block_output(struct net_device *dev, int count,
141 static void dayna_memcpy_fromcard(struct net_device *dev, void *to,
143 static void dayna_memcpy_tocard(struct net_device *dev, int to,
147 static void dayna_get_8390_hdr(struct net_device *dev,
149 static void dayna_block_input(struct net_device *dev, int count,
151 static void dayna_block_output(struct net_device *dev, int count,
155 static void slow_sane_get_8390_hdr(struct net_device *dev,
157 static void slow_sane_block_input(struct net_device *dev, int count,
159 static void slow_sane_block_output(struct net_device *dev, int count,
284 static bool mac8390_rsrc_init(struct net_device *dev,
389 struct net_device *dev;
433 struct net_device *dev = nubus_get_drvdata(board);
478 static int mac8390_initdev(struct net_device *dev, struct nubus_board *board,
612 static int mac8390_open(struct net_device *dev)
623 static int mac8390_close(struct net_device *dev)
630 static void mac8390_no_reset(struct net_device *dev)
638 static void interlan_reset(struct net_device *dev)
653 static void dayna_memcpy_fromcard(struct net_device *dev, void *to, int from,
677 static void dayna_memcpy_tocard(struct net_device *dev, int to,
704 static void sane_get_8390_hdr(struct net_device *dev,
713 static void sane_block_input(struct net_device *dev, int count,
735 static void sane_block_output(struct net_device *dev, int count,
744 static void dayna_get_8390_hdr(struct net_device *dev,
754 static void dayna_block_input(struct net_device *dev, int count,
776 static void dayna_block_output(struct net_device *dev, int count,
786 static void slow_sane_get_8390_hdr(struct net_device *dev,
796 static void slow_sane_block_input(struct net_device *dev, int count,
816 static void slow_sane_block_output(struct net_device *dev, int count,