Lines Matching refs:tring
6616 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()
6641 if (tring->mr_index == 0) in mac_reclaim_ring_from_grp()
6644 if (rings[j] == tring) in mac_reclaim_ring_from_grp()
6650 if (tring == NULL) in mac_reclaim_ring_from_grp()
6652 if (mac_group_mov_ring(mip, group, tring) != 0) in mac_reclaim_ring_from_grp()
6655 (void) mac_group_mov_ring(mip, defgrp, tring); 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()
6732 mip->mi_default_tx_ring = (mac_ring_handle_t)tring; 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()
6757 if (tring == (mac_ring_t *)mip->mi_default_tx_ring) in mac_reclaim_ring_from_grp()
6764 if (rings[j] == tring) in mac_reclaim_ring_from_grp()
6770 if (tring == NULL) { in mac_reclaim_ring_from_grp()
6774 if (mac_group_mov_ring(mip, group, tring) != 0) { in mac_reclaim_ring_from_grp()
6779 (void) mac_group_mov_ring(mip, defgrp, tring); in mac_reclaim_ring_from_grp()