Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c2458 sfxge_tx_qflush(sfxge_t *sp, unsigned int index, boolean_t wait_for_flush) in sfxge_tx_qflush() argument
2477 } else if (wait_for_flush) { in sfxge_tx_qflush()
3019 boolean_t wait_for_flush; in sfxge_tx_stop() local
3028 wait_for_flush = B_TRUE; in sfxge_tx_stop()
3034 wait_for_flush = B_FALSE; in sfxge_tx_stop()
3041 sfxge_tx_qflush(sp, index, wait_for_flush); in sfxge_tx_stop()
3044 if (wait_for_flush == B_FALSE) in sfxge_tx_stop()