Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/dls/
H A Ddls.c653 MAC_UNICAST_DISABLE_TX_VID_CHECK, &dlp->dl_mah, 0, in dls_mac_active_set()
671 ASSERT(dlp->dl_mah != NULL); in dls_mac_active_clear()
672 (void) mac_unicast_remove(dlp->dl_mch, dlp->dl_mah); in dls_mac_active_clear()
673 dlp->dl_mah = NULL; in dls_mac_active_clear()
H A Ddls_link.c88 ASSERT(dlp->dl_mah == NULL); in i_dls_link_destructor()
/titanic_44/usr/src/uts/common/sys/
H A Ddls_impl.h53 mac_unicast_handle_t dl_mah; /* SL */ member