Home
last modified time | relevance | path

Searched refs:TX_LOCK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2209 #define TX_LOCK(dev) mutex_enter(&dev->d_txlock); macro
2215 { RX_LOCK(dev); TX_LOCK(dev); PHY_LOCK(dev); }
H A Dyge.c1912 TX_LOCK(port->p_dev); in yge_txeof()
3176 TX_LOCK(port->p_dev); in yge_m_tx()