Home
last modified time | relevance | path

Searched refs:DEV_UNLOCK (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c220 DEV_UNLOCK(dev); in oce_m_multicast()
233 DEV_UNLOCK(dev); in oce_m_multicast()
252 DEV_UNLOCK(dev); in oce_m_unicast()
259 DEV_UNLOCK(dev); in oce_m_unicast()
268 DEV_UNLOCK(dev); in oce_m_unicast()
273 DEV_UNLOCK(dev); in oce_m_unicast()
291 DEV_UNLOCK(dev); in oce_m_send()
295 DEV_UNLOCK(dev); in oce_m_send()
438 DEV_UNLOCK(dev); in oce_m_setprop()
591 DEV_UNLOCK(dev); in oce_m_ioctl()
[all …]
H A Doce_main.c415 DEV_UNLOCK(dev); in oce_detach()
417 DEV_UNLOCK(dev); in oce_detach()
H A Doce_mbx.c925 DEV_UNLOCK(dev); in oce_get_flow_control()
928 DEV_UNLOCK(dev); in oce_get_flow_control()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c436 DEV_UNLOCK(dev); in yge_mii_notify()
1738 DEV_UNLOCK(dev); in yge_suspend()
1795 DEV_UNLOCK(dev); in yge_resume()
1944 DEV_UNLOCK(dev); in yge_restart_task()
1967 DEV_UNLOCK(dev); in yge_tick()
2004 DEV_UNLOCK(dev); in yge_tick()
3077 DEV_UNLOCK(port->p_dev); in yge_m_start()
3098 DEV_UNLOCK(dev); in yge_m_stop()
3112 DEV_UNLOCK(port->p_dev); in yge_m_promisc()
3147 DEV_UNLOCK(port->p_dev); in yge_m_multicst()
[all …]
H A Dyge.h2216 #define DEV_UNLOCK(dev) \ macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h191 #define DEV_UNLOCK(dev) mutex_exit(&dev->dev_lock) macro