st_mp
stp->st_mp[id] = stpp->stp_mp;
ASSERT(stp->st_mp[id] == NULL);
stp->st_mp[id] = stpp->stp_mp;
mp = stp->st_mp[id];
stp->st_mp[id] = NULL;
if ((stp->st_mp = kmem_zalloc(sizeof (mblk_t *) *
kmem_free(stp->st_mp, sizeof (mblk_t *) * SFXGE_TX_NDESCS);
stp->st_mp = NULL;
ASSERT3P(stp->st_mp[id], ==, NULL);
mp = stp->st_mp[id];
stp->st_mp[id] = NULL;
mp = stp->st_mp[id];
stp->st_mp[id] = NULL;
ASSERT(stp->st_mp[id] == NULL);
stp->st_mp[id] = mp;