Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c2448 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()
H A Dsfxge.c194 mutex_init(&(sp->s_tx_flush_lock), NULL, MUTEX_DRIVER, in sfxge_create()
558 mutex_destroy(&(sp->s_tx_flush_lock)); in sfxge_destroy()
H A Dsfxge.h797 kmutex_t s_tx_flush_lock; member