Home
last modified time | relevance | path

Searched refs:axq_local (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Daxq.c115 struct axq_local_regs axq_local; variable
246 mutex_init(&axq_local.axq_local_lock, NULL, MUTEX_DRIVER, NULL); in _init()
250 axq_local.initflag = 0; in _init()
255 mutex_destroy(&axq_local.axq_local_lock); in _init()
276 mutex_destroy(&axq_local.axq_local_lock); in _fini()
376 mutex_enter(&axq_local.axq_local_lock); in axq_attach()
377 if (!axq_local.initflag) { in axq_attach()
380 &axq_local.laddress, 0, 0, in axq_attach()
381 &attr, &axq_local.ac) != DDI_SUCCESS) { in axq_attach()
386 mutex_exit(&axq_local.axq_local_lock); in axq_attach()
[all …]