Searched defs:ldc_chan (Results 1 – 1 of 1) sorted by relevance
413 struct ldc_chan { struct414 ldc_chan_t *next; /* Next channel */ argument416 kmutex_t lock; /* Channel lock */417 uint64_t id; /* Channel ID */418 ldc_status_t status; /* Channel status */419 uint32_t tstate; /* Channel transport state */420 uint32_t hstate; /* Channel transport handshake state */422 ldc_dev_t devclass; /* Associated device class */423 uint64_t devinst; /* Associated device instance */424 ldc_mode_t mode; /* Channel mode */[all …]