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;
808 stp->st_reaped = reaped;
884 level = stp->st_added - stp->st_reaped;
898 stp->st_reaped, &(stp->st_added))) != 0)
954 stp->st_completed - stp->st_reaped >= SFXGE_TX_BATCH) {
1217 stp->st_reaped = desc_index;
2536 ASSERT3U(stp->st_reaped, ==, stp->st_completed);
2547 stp->st_reaped = 0;
H A Dsfxge.h672 #define st_reaped __st_u3.__st_s3.__st_reaped macro

Completed in 68 milliseconds