Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c829 if (sc->ex_mccount) { in elxl_set_rxfilter()
1021 sc->ex_mccount++; in elxl_m_multicst()
1022 if (sc->ex_mccount == 1) { in elxl_m_multicst()
1026 sc->ex_mccount--; in elxl_m_multicst()
1027 if (sc->ex_mccount == 0) { in elxl_m_multicst()
H A Delxl.h476 unsigned ex_mccount; member