Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c322 stp->st_unblock = SFXGE_TXQ_NOT_BLOCKED; in sfxge_tx_qctor()
380 stp->st_unblock = 0; in sfxge_tx_qdtor()
961 if (stp->st_unblock == SFXGE_TXQ_NOT_BLOCKED) { in sfxge_tx_qlist_post()
962 stp->st_unblock = SFXGE_TXQ_UNBLOCK_LEVEL1; in sfxge_tx_qlist_post()
966 stp->st_unblock = SFXGE_TXQ_UNBLOCK_LEVEL2; in sfxge_tx_qlist_post()
980 stp->st_unblock = SFXGE_TXQ_NOT_BLOCKED; in sfxge_tx_qlist_post()
2162 if (stp->st_unblock != SFXGE_TXQ_NOT_BLOCKED) in sfxge_tx_qdpl_drain()
2332 if (level <= stp->st_unblock) { in sfxge_tx_qunblock()
2333 stp->st_unblock = SFXGE_TXQ_NOT_BLOCKED; in sfxge_tx_qunblock()
2389 if (level <= stp->st_unblock) in sfxge_tx_qcomplete()
[all …]
H A Dsfxge.h673 #define st_unblock __st_u3.__st_s3.__st_unblock macro