Lines Matching defs:tcic_handle
55 struct tcic_handle { struct
56 struct tcic_softc *sc;
57 int sock; /* socket number */
58 int flags;
59 int sstat; /* last value of R_SSTAT */
60 int memalloc;
61 int memwins;
62 struct {
69 } mem[TCIC_MAX_MEM_WINS];
70 int ioalloc;
71 struct {
76 } io[TCIC_IO_WINS];
77 int ih_irq;
78 device_t pcmcia;
80 int shutdown;
81 struct lwp *event_thread;