Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c828 if (sc->ex_mccount) { in elxl_set_rxfilter()
1020 sc->ex_mccount++; in elxl_m_multicst()
1021 if (sc->ex_mccount == 1) { in elxl_m_multicst()
1025 sc->ex_mccount--; in elxl_m_multicst()
1026 if (sc->ex_mccount == 0) { in elxl_m_multicst()
H A Delxl.h476 unsigned ex_mccount; member