Symbol: st_stmp
usr/src/uts/common/io/sfxge/sfxge_tx.c
1413
stmp = stp->st_stmp[id];
usr/src/uts/common/io/sfxge/sfxge_tx.c
1461
stmp->stm_next = stp->st_stmp[id];
usr/src/uts/common/io/sfxge/sfxge_tx.c
1462
stp->st_stmp[id] = stmp;
usr/src/uts/common/io/sfxge/sfxge_tx.c
1599
ASSERT(stp->st_stmp[id] == NULL);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1729
if (stp->st_stmp[id] == NULL)
usr/src/uts/common/io/sfxge/sfxge_tx.c
1797
ASSERT(stp->st_stmp[id] == NULL);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1847
stmp->stm_next = stp->st_stmp[id];
usr/src/uts/common/io/sfxge/sfxge_tx.c
1848
stp->st_stmp[id] = stmp;
usr/src/uts/common/io/sfxge/sfxge_tx.c
1931
if (stp->st_stmp[id] == NULL)
usr/src/uts/common/io/sfxge/sfxge_tx.c
1949
ASSERT(stp->st_stmp[id] == NULL);
usr/src/uts/common/io/sfxge/sfxge_tx.c
2360
if ((stmp = stp->st_stmp[id]) != NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
300
if ((stp->st_stmp = kmem_zalloc(sizeof (sfxge_tx_mapping_t *) *
usr/src/uts/common/io/sfxge/sfxge_tx.c
335
kmem_free(stp->st_stmp,
usr/src/uts/common/io/sfxge/sfxge_tx.c
337
stp->st_stmp = NULL;
usr/src/uts/common/io/sfxge/sfxge_tx.c
394
kmem_free(stp->st_stmp,
usr/src/uts/common/io/sfxge/sfxge_tx.c
396
stp->st_stmp = NULL;
usr/src/uts/common/io/sfxge/sfxge_tx.c
773
if ((stmp = stp->st_stmp[id]) != NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
774
stp->st_stmp[id] = NULL;
usr/src/uts/common/io/sfxge/sfxge_tx.c
824
stmp = stp->st_stmp[id];
usr/src/uts/common/io/sfxge/sfxge_tx.c
825
stp->st_stmp[id] = NULL;
usr/src/uts/common/io/sfxge/sfxge_tx.c
911
stmp = stp->st_stmp[id];
usr/src/uts/common/io/sfxge/sfxge_tx.c
912
stp->st_stmp[id] = NULL;
usr/src/uts/common/io/sfxge/sfxge_tx.c
922
ASSERT(stp->st_stmp[id] == NULL);
usr/src/uts/common/io/sfxge/sfxge_tx.c
923
stp->st_stmp[id] = stmp;