Lines Matching refs:net_device
34 int (*line_init)(struct net_device *dev);
35 int (*line_exit)(struct net_device *dev);
42 int (*hw_init)(struct net_device *dev);
43 int (*hw_exit)(struct net_device *dev);
44 int (*hw_dump)(struct net_device *dev);
50 struct net_device *dev; // Where we belong to
51 struct net_device *twin; // On dual-port cards
86 void (*LINE_rx)(struct net_device *dev, struct sk_buff *skb);
87 int (*LINE_tx)(struct net_device *dev);
88 void (*LINE_status)(struct net_device *dev, u_short status);
89 int (*LINE_open)(struct net_device *dev);
90 int (*LINE_close)(struct net_device *dev);
91 int (*LINE_xmit)(struct sk_buff *skb, struct net_device *dev);
92 int (*LINE_header)(struct sk_buff *skb, struct net_device *dev,
96 int (*LINE_statistics)(struct net_device *dev, char *page);
97 int (*LINE_parameter_check)(struct net_device *dev);
98 int (*LINE_ioctl)(struct net_device *dev, struct ifreq *ifr,
106 void (*HW_board_on)(struct net_device *dev);
107 void (*HW_board_off)(struct net_device *dev);
108 struct net_device *(*HW_access_board)(struct net_device *dev);
109 void (*HW_release_board)(struct net_device *dev, struct net_device *savep);
110 int (*HW_txe)(struct net_device *dev);
111 int (*HW_open)(struct net_device *dev);
112 int (*HW_close)(struct net_device *dev);
113 int (*HW_send_packet)(struct net_device *dev,struct sk_buff *skb);
114 int (*HW_statistics)(struct net_device *dev, char *page);
116 int (*HW_reset)(struct net_device *dev, char *page);
118 int (*HW_load_board)(struct net_device *dev);
119 void (*HW_set_clock)(struct net_device *dev);
220 extern int comx_rx(struct net_device *dev, struct sk_buff *skb);
221 extern void comx_status(struct net_device *dev, int status);
224 extern int comx_debug(struct net_device *dev, char *fmt, ...);
225 extern int comx_debug_skb(struct net_device *dev, struct sk_buff *skb, char *msg);
226 extern int comx_debug_bytes(struct net_device *dev, unsigned char *bytes, int len,