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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c366 int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; local
372 isaggr = bf_isaggr(bf);
375 if (isaggr && txok) {
409 } else if (!isaggr && txok) {
1061 int isaggr = 0; local
1066 isaggr = bf_isaggr(bf);
1067 if (isaggr) {
1074 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index)))

Completed in 171 milliseconds