Searched refs:gld_snd_mutex (Results 1 – 3 of 3) sorted by relevance
272 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()
347 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()
162 krwlock_t gld_snd_mutex; member