Home
last modified time | relevance | path

Searched refs:mtr_ident (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/io/mac/plugins/
H A Dmac_6to4.c58 mtrp->mtr_ident = MAC_PLUGIN_IDENT_6TO4; in _init()
H A Dmac_ipv4.c64 mtrp->mtr_ident = MAC_PLUGIN_IDENT_IPV4; in _init()
H A Dmac_ipv6.c66 mtrp->mtr_ident = MAC_PLUGIN_IDENT_IPV6; in _init()
H A Dmac_ib.c69 mtrp->mtr_ident = MAC_PLUGIN_IDENT_IB; in _init()
H A Dmac_ether.c314 mtrp->mtr_ident = MAC_PLUGIN_IDENT_ETHER; in _init()
H A Dmac_wifi.c90 mtrp->mtr_ident = MAC_PLUGIN_IDENT_WIFI; in _init()
/titanic_41/usr/src/uts/common/sys/
H A Dmac.h593 const char *mtr_ident; member
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac.c2904 if (mtrp->mtr_ident == NULL || ops == NULL) in mactype_register()
2920 mtp->mt_ident = mtrp->mtr_ident; in mactype_register()