Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_6to4.c59 mtrp->mtr_ops = &mac_6to4_type_ops; in _init()
H A Dmac_ipv4.c65 mtrp->mtr_ops = &mac_ipv4_type_ops; in _init()
H A Dmac_ipv6.c67 mtrp->mtr_ops = &mac_ipv6_type_ops; in _init()
H A Dmac_ib.c68 mtrp->mtr_ops = &mac_ib_type_ops; in _init()
H A Dmac_wifi.c89 mtrp->mtr_ops = &mac_wifi_type_ops; in _init()
H A Dmac_ether.c340 mtrp->mtr_ops = &mac_ether_type_ops; in _init()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h629 mactype_ops_t *mtr_ops; member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3249 mactype_ops_t *ops = mtrp->mtr_ops; in mactype_register()