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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dratectrl.c230 bool coll; local
303 coll = true;
315 coll = false;
327 coll = false;
339 if (coll && (now - chBest->ch_LTime < CollTime))
368 if (coll)
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c1285 uint32_t txerr = 0, rxerr = 0, coll = 0; local
1331 coll += bfe->bfe_hw_stats.tx_excessive_cols;
1339 coll += bfe->bfe_hw_stats.tx_single_cols;
1342 coll += bfe->bfe_hw_stats.tx_multiple_cols;
1361 bfe->bfe_stats.collisions += coll;

Completed in 78 milliseconds