Searched defs: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) argument
2477 } else if (wait_for_flush) {
3019 boolean_t wait_for_flush; local
3028 wait_for_flush = B_TRUE;
3034 wait_for_flush = B_FALSE;
3041 sfxge_tx_qflush(sp, index, wait_for_flush);
3044 if (wait_for_flush == B_FALSE)

Completed in 77 milliseconds