Searched refs:qcn_hi_lock (Results 1 – 2 of 2) sorted by relevance
418 mutex_init(&qcn_state->qcn_hi_lock, NULL, MUTEX_DRIVER, in qcn_attach()1003 mutex_enter(&qcn_state->qcn_hi_lock); in qcn_soft_intr()1005 mutex_exit(&qcn_state->qcn_hi_lock); in qcn_soft_intr()1011 mutex_enter(&qcn_state->qcn_hi_lock); in qcn_soft_intr()1013 mutex_exit(&qcn_state->qcn_hi_lock); in qcn_soft_intr()1019 mutex_enter(&qcn_state->qcn_hi_lock); in qcn_soft_intr()1028 mutex_exit(&qcn_state->qcn_hi_lock); in qcn_soft_intr()1067 mutex_enter(&qcn_state->qcn_hi_lock); in qcn_hi_intr()1071 mutex_exit(&qcn_state->qcn_hi_lock); in qcn_hi_intr()
69 kmutex_t qcn_hi_lock; /* protects qcn_t (soft state) */ member