Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c6616 mac_ring_t *tring; in mac_reclaim_ring_from_grp() local
6639 for (tring = defgrp->mrg_rings; tring != NULL; in mac_reclaim_ring_from_grp()
6640 tring = tring->mr_next) { in mac_reclaim_ring_from_grp()
6650 if (tring == NULL) in mac_reclaim_ring_from_grp()
6718 for (tring = defgrp->mrg_rings; tring != NULL; in mac_reclaim_ring_from_grp()
6719 tring = tring->mr_next) { in mac_reclaim_ring_from_grp()
6725 if (rings[j] == tring) in mac_reclaim_ring_from_grp()
6731 ASSERT(tring != NULL); in mac_reclaim_ring_from_grp()
6755 for (tring = defgrp->mrg_rings; tring != NULL; in mac_reclaim_ring_from_grp()
6756 tring = tring->mr_next) { in mac_reclaim_ring_from_grp()
[all …]