Home
last modified time | relevance | path

Searched defs:hci1394_iso_ctxt_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h74 typedef struct hci1394_iso_ctxt_s { struct
75 int ctxt_index; /* 0-31 -- which context this is */
76 int ctxt_io_mode; /* xmit, recv pkt or buf, hdrs, multi */
77 uint32_t ctxt_flags; /* general context info */
78 volatile uint32_t intr_flags; /* flags while context is running */
79 kmutex_t intrprocmutex; /* interrupt/update coordination */
80 kcondvar_t intr_cv; /* interrupt completion cv */
81 uint16_t isospd; /* speed of packets for context */
82 uint16_t isochan; /* isochronous channel for contxt */
84 hci1394_ctxt_regs_t *ctxt_regsp; /* ctxt regs within hci1394_regs_t */
[all …]