Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c763 reaped = stp->st_reaped; in sfxge_tx_qreap()
808 stp->st_reaped = reaped; in sfxge_tx_qreap()
884 level = stp->st_added - stp->st_reaped; in sfxge_tx_qlist_post()
898 stp->st_reaped, &(stp->st_added))) != 0) in sfxge_tx_qlist_post()
954 stp->st_completed - stp->st_reaped >= SFXGE_TX_BATCH) { in sfxge_tx_qlist_post()
1217 stp->st_reaped = desc_index; in sfxge_tx_qstart()
2536 ASSERT3U(stp->st_reaped, ==, stp->st_completed); in sfxge_tx_qstop()
2547 stp->st_reaped = 0; in sfxge_tx_qstop()
H A Dsfxge.h672 #define st_reaped __st_u3.__st_s3.__st_reaped macro