Searched defs:_um_device (Results 1 – 2 of 2) sorted by relevance
262 typedef struct _um_device { struct264 struct _lm_device_t lm_dev;266 u32_t magic;268 ddi_intr_handle_t *pIntrBlock;269 u32_t intrPriority;270 int intrType;272 volatile boolean_t intr_enabled;273 kmutex_t intr_mutex;274 uint32_t intr_count;275 uint32_t intr_no_change;[all …]
573 typedef struct _um_device struct575 lm_device_t lm_dev; /* must be the first element */577 u32_t magic;578 dev_info_t * pDev;580 u32_t hwInitDone;581 u32_t chipStarted;582 u32_t clientState[LM_CLI_IDX_MAX];584 d_list_t memBlockList;585 d_list_t memDmaList;586 d_list_t memRegionList;[all …]