Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/mac/
H A Dmac.c5967 mac_ring_t *tring; in mac_reclaim_ring_from_grp() local
5990 for (tring = defgrp->mrg_rings; tring != NULL; in mac_reclaim_ring_from_grp()
5991 tring = tring->mr_next) { in mac_reclaim_ring_from_grp()
5992 if (tring->mr_index == 0) in mac_reclaim_ring_from_grp()
5995 if (rings[j] == tring) in mac_reclaim_ring_from_grp()
6001 if (tring == NULL) in mac_reclaim_ring_from_grp()
6003 if (mac_group_mov_ring(mip, group, tring) != 0) in mac_reclaim_ring_from_grp()
6006 (void) mac_group_mov_ring(mip, defgrp, tring); in mac_reclaim_ring_from_grp()
6069 for (tring = defgrp->mrg_rings; tring != NULL; in mac_reclaim_ring_from_grp()
6070 tring = tring->mr_next) { in mac_reclaim_ring_from_grp()
[all …]