Symbol: st_unblock
usr/src/uts/common/io/sfxge/sfxge_tx.c
2162
if (stp->st_unblock != SFXGE_TXQ_NOT_BLOCKED)
usr/src/uts/common/io/sfxge/sfxge_tx.c
2229
ASSERT(stp->st_unblock != SFXGE_TXQ_NOT_BLOCKED ||
usr/src/uts/common/io/sfxge/sfxge_tx.c
2243
if (stp->st_unblock == SFXGE_TXQ_NOT_BLOCKED)
usr/src/uts/common/io/sfxge/sfxge_tx.c
2328
if (stp->st_unblock != SFXGE_TXQ_NOT_BLOCKED) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
2332
if (level <= stp->st_unblock) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
2333
stp->st_unblock = SFXGE_TXQ_NOT_BLOCKED;
usr/src/uts/common/io/sfxge/sfxge_tx.c
2385
if (stp->st_unblock != SFXGE_TXQ_NOT_BLOCKED) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
2389
if (level <= stp->st_unblock)
usr/src/uts/common/io/sfxge/sfxge_tx.c
2528
stp->st_unblock = SFXGE_TXQ_NOT_BLOCKED;
usr/src/uts/common/io/sfxge/sfxge_tx.c
322
stp->st_unblock = SFXGE_TXQ_NOT_BLOCKED;
usr/src/uts/common/io/sfxge/sfxge_tx.c
380
stp->st_unblock = 0;
usr/src/uts/common/io/sfxge/sfxge_tx.c
935
ASSERT3U(stp->st_unblock, ==, SFXGE_TXQ_NOT_BLOCKED);
usr/src/uts/common/io/sfxge/sfxge_tx.c
961
if (stp->st_unblock == SFXGE_TXQ_NOT_BLOCKED) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
962
stp->st_unblock = SFXGE_TXQ_UNBLOCK_LEVEL1;
usr/src/uts/common/io/sfxge/sfxge_tx.c
964
ASSERT(stp->st_unblock == SFXGE_TXQ_UNBLOCK_LEVEL1);
usr/src/uts/common/io/sfxge/sfxge_tx.c
966
stp->st_unblock = SFXGE_TXQ_UNBLOCK_LEVEL2;
usr/src/uts/common/io/sfxge/sfxge_tx.c
980
stp->st_unblock = SFXGE_TXQ_NOT_BLOCKED;
usr/src/uts/common/io/sfxge/sfxge_tx.c
984
ASSERT(stp->st_unblock != SFXGE_TXQ_NOT_BLOCKED);