Searched refs:d_txlock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2157 kmutex_t d_txlock; member in struct:yge_dev
2209 #define TX_LOCK(dev) mutex_enter(&dev->d_txlock);
2210 #define TX_UNLOCK(dev) mutex_exit(&dev->d_txlock);
H A Dyge.c1070 mutex_init(&dev->d_txlock, NULL, MUTEX_DRIVER,
1453 mutex_destroy(&dev->d_txlock);

Completed in 64 milliseconds