Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c2449 sp->s_tx_flush_pending--; in sfxge_tx_qflush_done()
2450 if (sp->s_tx_flush_pending <= 0) { in sfxge_tx_qflush_done()
2479 sp->s_tx_flush_pending++; in sfxge_tx_qflush()
2507 if (stp->st_sp->s_tx_flush_pending != 0) { in sfxge_tx_qstop()
2510 index, stp->st_sp->s_tx_flush_pending); in sfxge_tx_qstop()
3050 while (sp->s_tx_flush_pending > 0) { in sfxge_tx_stop()
3064 sp->s_tx_flush_pending = 0; in sfxge_tx_stop()
H A Dsfxge.h796 int s_tx_flush_pending; member