Searched refs:AGGR_CLEANUP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c413 if (!(tid->state & AGGR_CLEANUP) &&
493 if (tid->state & AGGR_CLEANUP) {
497 tid->state &= ~AGGR_CLEANUP;
803 if (txtid->state & AGGR_CLEANUP)
834 txtid->state |= AGGR_CLEANUP;
2353 tid->state &= ~AGGR_CLEANUP;
2424 tid->state &= ~AGGR_CLEANUP;
H A Darn_core.h486 #define AGGR_CLEANUP BIT(1) macro

Completed in 76 milliseconds