Symbol: st_stbp
usr/src/uts/common/io/sfxge/sfxge_tx.c
1410
stbp = stp->st_stbp[id];
usr/src/uts/common/io/sfxge/sfxge_tx.c
1516
stbp->stb_next = stp->st_stbp[id];
usr/src/uts/common/io/sfxge/sfxge_tx.c
1517
stp->st_stbp[id] = stbp;
usr/src/uts/common/io/sfxge/sfxge_tx.c
1598
ASSERT(stp->st_stbp[id] == NULL);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1699
stbp->stb_next = stp->st_stbp[id];
usr/src/uts/common/io/sfxge/sfxge_tx.c
1700
stp->st_stbp[id] = stbp;
usr/src/uts/common/io/sfxge/sfxge_tx.c
1796
ASSERT(stp->st_stbp[id] == NULL);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1894
stbp->stb_next = stp->st_stbp[id];
usr/src/uts/common/io/sfxge/sfxge_tx.c
1895
stp->st_stbp[id] = stbp;
usr/src/uts/common/io/sfxge/sfxge_tx.c
306
if ((stp->st_stbp = kmem_zalloc(sizeof (sfxge_tx_buffer_t *) *
usr/src/uts/common/io/sfxge/sfxge_tx.c
329
kmem_free(stp->st_stbp, sizeof (sfxge_tx_buffer_t *) * SFXGE_TX_NDESCS);
usr/src/uts/common/io/sfxge/sfxge_tx.c
330
stp->st_stbp = NULL;
usr/src/uts/common/io/sfxge/sfxge_tx.c
391
kmem_free(stp->st_stbp, sizeof (sfxge_tx_buffer_t *) * SFXGE_TX_NDESCS);
usr/src/uts/common/io/sfxge/sfxge_tx.c
392
stp->st_stbp = NULL;
usr/src/uts/common/io/sfxge/sfxge_tx.c
789
if ((stbp = stp->st_stbp[id]) != NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
790
stp->st_stbp[id] = NULL;
usr/src/uts/common/io/sfxge/sfxge_tx.c
842
stbp = stp->st_stbp[id];
usr/src/uts/common/io/sfxge/sfxge_tx.c
843
stp->st_stbp[id] = NULL;
usr/src/uts/common/io/sfxge/sfxge_tx.c
914
stbp = stp->st_stbp[id];
usr/src/uts/common/io/sfxge/sfxge_tx.c
915
stp->st_stbp[id] = NULL;
usr/src/uts/common/io/sfxge/sfxge_tx.c
925
ASSERT(stp->st_stbp[id] == NULL);
usr/src/uts/common/io/sfxge/sfxge_tx.c
926
stp->st_stbp[id] = stbp;