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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafeimpl.h257 #define TXCOLLCNT(x) ((x & TXSTAT_COLLCNT) >> 3) macro
H A Dafe.c2106 if (TXCOLLCNT(status) == 1) {
2109 } else if (TXCOLLCNT(status)) {
2110 afep->afe_collisions += TXCOLLCNT(status);
2111 afep->afe_multi_collisions += TXCOLLCNT(status);
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h283 #define TXCOLLCNT(x) ((x & TXSTAT_COLLCNT) >> 3) macro
H A Dmxfe.c2505 if (TXCOLLCNT(status) == 1) {
2508 } else if (TXCOLLCNT(status)) {
2509 mxfep->mxfe_collisions += TXCOLLCNT(status);
2510 mxfep->mxfe_multi_collisions += TXCOLLCNT(status);

Completed in 85 milliseconds