Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmac_impl.h75 uint_t mtr_ref; member
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac.c2768 cur->mtr_ref++; in mac_mtu_add()
2782 cur->mtr_ref = 1; in mac_mtu_add()
2808 ASSERT(cur->mtr_ref > 0); in mac_mtu_remove()
2809 cur->mtr_ref--; in mac_mtu_remove()
2810 if (cur->mtr_ref == 0) { in mac_mtu_remove()