Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/sys/
H A Dldc_impl.h413 struct ldc_chan { struct
414 ldc_chan_t *next; /* Next channel */ argument
416 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 …]