Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxhwi.c272 rw_enter(&umdevice->os_param.gld_snd_mutex, RW_WRITER); in bnx_hdwr_release()
296 rw_exit(&umdevice->os_param.gld_snd_mutex); in bnx_hdwr_release()
H A Dbnxgldv3.c347 rw_enter(&umdevice->os_param.gld_snd_mutex, RW_READER); in bnx_m_tx()
379 rw_exit(&umdevice->os_param.gld_snd_mutex); in bnx_m_tx()
1553 rw_init(&umdevice->os_param.gld_snd_mutex, NULL, RW_DRIVER, NULL); in bnx_gld_init()
1594 rw_destroy(&umdevice->os_param.gld_snd_mutex); in bnx_gld_init()
1623 rw_destroy(&umdevice->os_param.gld_snd_mutex); in bnx_gld_fini()
H A Dbnx.h162 krwlock_t gld_snd_mutex; member