Home
last modified time | relevance | path

Searched refs:zscom (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/sun/io/
H A Dzs_common.c79 struct zscom *zscom; variable
80 struct zscom *zscurr;
81 struct zscom *zslast;
127 void zsopinit(struct zscom *zs, struct zsops *zso);
129 static void zsnull_intr(struct zscom *zs);
130 static int zsnull_softint(struct zscom *zs);
131 static int zsnull_suspend(struct zscom *zs);
132 static int zsnull_resume(struct zscom *zs);
313 struct zscom *zs; in zsattach()
330 zs = &zscom[current_chip*2]; in zsattach()
[all …]
H A Dzs_hdlc.c163 static int zsh_start(struct zscom *zs, struct syncline *zss);
250 static void zsh_txint(struct zscom *zs);
251 static void zsh_xsint(struct zscom *zs);
252 static void zsh_rxint(struct zscom *zs);
253 static void zsh_srint(struct zscom *zs);
254 static int zsh_softint(struct zscom *zs);
266 static int zsh_program(struct zscom *zs, struct scc_mode *sm);
267 static void zsh_setmstat(struct zscom *zs, int event);
268 static void zsh_rxbad(struct zscom *zs, struct syncline *zss);
269 static void zsh_txbad(struct zscom *zs, struct syncline *zss);
[all …]
H A Dzs_async.c488 static void zsa_txint(struct zscom *zs);
489 static void zsa_xsint(struct zscom *zs);
490 static void zsa_rxint(struct zscom *zs);
491 static void zsa_srint(struct zscom *zs);
492 static int zsa_softint(struct zscom *zs);
493 static int zsa_suspend(struct zscom *zs);
494 static int zsa_resume(struct zscom *zs);
497 zsa_null(struct zscom *zs) in zsa_null()
511 zsa_null_int(struct zscom *zs) in zsa_null_int()
542 static void zsa_start(struct zscom *zs);
[all …]
/titanic_41/usr/src/uts/sun/sys/
H A Dzsdev.h199 struct zscom { struct
224 struct zscom *zs_next; /* next in the circularly linked list */ argument
225 struct zscom *zs_back; /* back in the circularly linked list */ argument
278 struct zscom *zs; /* common data for this channel */
299 extern void zsa_init(struct zscom *zs);
300 extern int zsmctl(struct zscom *zs, int bits, int how);
302 extern void zsopinit(struct zscom *zs, struct zsops *zso);
308 extern struct zscom *zscom;
H A Dser_async.h147 struct zscom *za_common; /* device common data */