Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxgldv3.c53 if (umdevice->dev_start == B_TRUE) { in bnx_m_start()
69 umdevice->dev_start = B_TRUE; in bnx_m_start()
99 if (umdevice->dev_start == B_TRUE) { in bnx_m_stop()
100 umdevice->dev_start = B_FALSE; in bnx_m_stop()
147 if (umdevice->dev_start == B_TRUE) { in bnx_m_unicast()
251 if (umdevice->dev_start != B_TRUE) { in bnx_m_multicast()
305 if (umdevice->dev_start != B_TRUE) { in bnx_m_promiscuous()
349 if (umdevice->dev_start != B_TRUE || in bnx_m_tx()
472 if (umdevice->dev_start != B_TRUE) { in bnx_m_stats()
818 if (umdevice->dev_start == B_TRUE) { in bnx_set_priv_prop()
[all …]
H A Dbnx.h286 volatile boolean_t dev_start; member