Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h77 uint_t mtr_ref; member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3129 cur->mtr_ref++; in mac_mtu_add()
3143 cur->mtr_ref = 1; in mac_mtu_add()
3169 ASSERT(cur->mtr_ref > 0); in mac_mtu_remove()
3170 cur->mtr_ref--; in mac_mtu_remove()
3171 if (cur->mtr_ref == 0) { in mac_mtu_remove()