Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c570 mutex_enter(&wq->txc_lock); in oce_process_tx_compl()
595 mutex_exit(&wq->txc_lock); in oce_process_tx_compl()
H A Doce_queue.c530 mutex_init(&wq->txc_lock, NULL, MUTEX_DRIVER, in oce_wq_init()
572 mutex_destroy(&wq->txc_lock); in oce_wq_fini()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h215 kmutex_t txc_lock; /* tx compl lock */ member