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

/linux-4.1.27/drivers/usb/host/
H A Dohci.h104 #define TD_EC 0x0C000000 /* error count */ macro
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dde4x5.h786 #define TD_EC 0x00000100 /* Excessive Collisions */ macro
H A Dde4x5.c1708 if (status & TD_EC) lp->pktStats.excessive_collisions++; de4x5_tx()
1719 lp->stats.collisions += ((status & TD_EC) ? 16 : de4x5_tx()

Completed in 182 milliseconds