Lines Matching refs:tring
5972 mac_ring_t *tring; in mac_reclaim_ring_from_grp() local
5995 for (tring = defgrp->mrg_rings; tring != NULL; in mac_reclaim_ring_from_grp()
5996 tring = tring->mr_next) { in mac_reclaim_ring_from_grp()
5997 if (tring->mr_index == 0) in mac_reclaim_ring_from_grp()
6000 if (rings[j] == tring) in mac_reclaim_ring_from_grp()
6006 if (tring == NULL) in mac_reclaim_ring_from_grp()
6008 if (mac_group_mov_ring(mip, group, tring) != 0) in mac_reclaim_ring_from_grp()
6011 (void) mac_group_mov_ring(mip, defgrp, tring); in mac_reclaim_ring_from_grp()
6074 for (tring = defgrp->mrg_rings; tring != NULL; in mac_reclaim_ring_from_grp()
6075 tring = tring->mr_next) { in mac_reclaim_ring_from_grp()
6081 if (rings[j] == tring) in mac_reclaim_ring_from_grp()
6087 ASSERT(tring != NULL); in mac_reclaim_ring_from_grp()
6088 mip->mi_default_tx_ring = (mac_ring_handle_t)tring; in mac_reclaim_ring_from_grp()
6111 for (tring = defgrp->mrg_rings; tring != NULL; in mac_reclaim_ring_from_grp()
6112 tring = tring->mr_next) { in mac_reclaim_ring_from_grp()
6113 if (tring == (mac_ring_t *)mip->mi_default_tx_ring) in mac_reclaim_ring_from_grp()
6120 if (rings[j] == tring) in mac_reclaim_ring_from_grp()
6126 if (tring == NULL) { in mac_reclaim_ring_from_grp()
6130 if (mac_group_mov_ring(mip, group, tring) != 0) { in mac_reclaim_ring_from_grp()
6135 (void) mac_group_mov_ring(mip, defgrp, tring); in mac_reclaim_ring_from_grp()