Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/dls/
H A Ddls.c644 if (dlp->dl_nactive == 0) { in dls_mac_active_set()
663 dlp->dl_nactive++; in dls_mac_active_set()
670 if (--dlp->dl_nactive == 0) { in dls_mac_active_clear()
H A Ddls_link.c585 ASSERT(dlp->dl_nactive == 0); in i_dls_link_destroy()
/titanic_41/usr/src/uts/common/sys/
H A Ddls_impl.h58 uint_t dl_nactive; /* SL */ member