Lines Matching refs:hysdn_card
218 } hysdn_card; typedef
229 extern hysdn_card *card_root; /* pointer to first card */
244 extern int hysdn_proclog_init(hysdn_card *); /* init proc log entry */
245 extern void hysdn_proclog_release(hysdn_card *); /* deinit proc log entry */
246 extern void put_log_buffer(hysdn_card *, char *); /* output log data */
247 extern void hysdn_addlog(hysdn_card *, char *,...); /* output data to log */
248 extern void hysdn_card_errlog(hysdn_card *, tErrLogEntry *, int); /* output card log */
251 extern int ergo_inithardware(hysdn_card * card); /* get hardware -> module init */
254 extern int pof_write_close(hysdn_card *); /* close proc file after writing pof */
255 extern int pof_write_open(hysdn_card *, uchar **); /* open proc file for writing pof */
256 extern int pof_write_buffer(hysdn_card *, int); /* write boot data to card */
257 extern int EvalSysrTokData(hysdn_card *, uchar *, int); /* Check Sysready Token Data */
260 extern int hysdn_sched_tx(hysdn_card *, uchar *, word volatile *, word volatile *,
262 extern int hysdn_sched_rx(hysdn_card *, uchar *, word, word);
263 extern int hysdn_tx_cfgline(hysdn_card *, uchar *, word); /* send one cfg line */
268 extern int hysdn_net_create(hysdn_card *); /* create a new net device */
269 extern int hysdn_net_release(hysdn_card *); /* delete the device */
270 extern char *hysdn_net_getname(hysdn_card *); /* get name of net interface */
271 extern void hysdn_tx_netack(hysdn_card *); /* acknowledge a packet tx */
272 extern struct sk_buff *hysdn_tx_netget(hysdn_card *); /* get next network packet */
273 extern void hysdn_rx_netpkt(hysdn_card *, uchar *, word); /* rxed packet from network */
278 extern int hycapi_capi_create(hysdn_card *); /* create a new capi device */
279 extern int hycapi_capi_release(hysdn_card *); /* delete the device */
280 extern int hycapi_capi_stop(hysdn_card *card); /* suspend */
291 extern void hycapi_rx_capipkt(hysdn_card * card, uchar * buf, word len);
292 extern void hycapi_tx_capiack(hysdn_card * card);
293 extern struct sk_buff *hycapi_tx_capiget(hysdn_card *card);