Home
last modified time | relevance | path

Searched refs:SFXGE_TXQ_STARTED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c1002 if (stp->st_state != SFXGE_TXQ_STARTED) in sfxge_tx_kstat_update()
1222 stp->st_state = SFXGE_TXQ_STARTED; in sfxge_tx_qstart()
2114 if (stp->st_state != SFXGE_TXQ_STARTED) in sfxge_tx_qdpl_drain()
2323 if (stp->st_state != SFXGE_TXQ_STARTED) { in sfxge_tx_qunblock()
2423 case SFXGE_TXQ_STARTED: in sfxge_tx_qflush_done()
2469 if (stp->st_state == SFXGE_TXQ_STARTED) { in sfxge_tx_qflush()
H A Dsfxge.h575 SFXGE_TXQ_STARTED, enumerator
H A Dsfxge_ev.c442 if (stp->st_state != SFXGE_TXQ_STARTED) in sfxge_ev_tx()