Searched refs:s_tx_flush_lock (Results 1 – 3 of 3) sorted by relevance
2448 mutex_enter(&(sp->s_tx_flush_lock)); in sfxge_tx_qflush_done()2454 mutex_exit(&(sp->s_tx_flush_lock)); in sfxge_tx_qflush_done()2464 ASSERT(mutex_owned(&(sp->s_tx_flush_lock))); in sfxge_tx_qflush()3024 mutex_enter(&(sp->s_tx_flush_lock)); in sfxge_tx_stop()3051 if (cv_timedwait(&(sp->s_tx_flush_kv), &(sp->s_tx_flush_lock), in sfxge_tx_stop()3065 mutex_exit(&(sp->s_tx_flush_lock)); in sfxge_tx_stop()
194 mutex_init(&(sp->s_tx_flush_lock), NULL, MUTEX_DRIVER, in sfxge_create()558 mutex_destroy(&(sp->s_tx_flush_lock)); in sfxge_destroy()
797 kmutex_t s_tx_flush_lock; member