Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Daxq.h287 struct axq_soft_state { struct
288 dev_info_t *dip; /* devinfo of myself */
289 uint32_t portid; /* port id */
290 uint32_t expid; /* expander id */
291 uchar_t slotnum; /* slot 0 or 1 */
292 caddr_t address; /* mapped devnode addr property */
293 ddi_acc_handle_t ac0; /* access handle for reg0 mapping */
294 uint64_t axq_phyaddr; /* physical address of conf space */
295 kmutex_t axq_lock; /* mutex protecting this softstate */
297 volatile uint32_t *axq_domain_ctrl;
[all …]