Lines Matching refs:zscom
79 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()
354 if (zscom == NULL) { in zsattach()
357 zscom = kmem_zalloc(maxzs * sizeof (struct zscom), KM_SLEEP); in zsattach()
364 zscurr = &zscom[(current_chip*2) + 1]; in zsattach()
365 zslast = &zscom[current_chip*2]; in zsattach()
377 zs = &zscom[current_chip*2]; in zsattach()
711 struct zscom *zs; in zsdetach()
719 zs = &zscom[current_chip*2]; in zsdetach()
771 struct zscom *zs; in zs_high_intr()
823 zs = &zscom[1]; in zs_high_intr()
854 struct zscom *zs; in zsintr()
871 for (zs = &zscom[0]; zs <= zslast; zs++) { in zsintr()
896 zsopinit(struct zscom *zs, struct zsops *zso) in zsopinit()
916 zsmctl(struct zscom *zs, int bits, int how) in zsmctl()
981 struct zscom *zs = zspp->zs; in zs_program()
1062 zsnull_intr(struct zscom *zs) in zsnull_intr()
1077 zsnull_softint(struct zscom *zs) in zsnull_softint()
1087 zsnull_suspend(struct zscom *zs) in zsnull_suspend()
1112 zsnull_resume(struct zscom *zs) in zsnull_resume()