Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c180 DEV_LOCK(dev); in oce_m_multicast()
248 DEV_LOCK(dev); in oce_m_unicast()
289 DEV_LOCK(dev); in oce_m_send()
358 DEV_LOCK(dev); in oce_m_setprop()
585 DEV_LOCK(dev); in oce_m_ioctl()
652 DEV_LOCK(dev); in oce_m_promiscuous()
H A Doce_main.c411 DEV_LOCK(dev); in oce_detach()
H A Doce_mbx.c923 DEV_LOCK(dev); in oce_get_flow_control()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c363 DEV_LOCK(dev); in yge_mii_notify()
1716 DEV_LOCK(dev); in yge_suspend()
1748 DEV_LOCK(dev); in yge_resume()
1928 DEV_LOCK(dev); in yge_restart_task()
1964 DEV_LOCK(dev); in yge_tick()
3057 DEV_LOCK(port->p_dev); in yge_m_start()
3090 DEV_LOCK(dev); in yge_m_stop()
3106 DEV_LOCK(port->p_dev); in yge_m_promisc()
3127 DEV_LOCK(port->p_dev); in yge_m_multicst()
3156 DEV_LOCK(port->p_dev); in yge_m_unicst()
[all …]
H A Dyge.h2214 #define DEV_LOCK(dev) \ macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h189 #define DEV_LOCK(dev) mutex_enter(&dev->dev_lock) macro