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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Denh_desc.c33 if (unlikely(p->des01.etx.error_summary)) {
34 CHIP_DBG(KERN_ERR "GMAC TX error... 0x%08x\n", p->des01.etx);
35 if (unlikely(p->des01.etx.jabber_timeout)) {
40 if (unlikely(p->des01.etx.frame_flushed)) {
46 if (unlikely(p->des01.etx.loss_carrier)) {
51 if (unlikely(p->des01.etx.no_carrier)) {
56 if (unlikely(p->des01.etx.late_collision)) {
58 stats->collisions += p->des01.etx.collision_count;
60 if (unlikely(p->des01.etx.excessive_collisions)) {
62 stats->collisions += p->des01.etx
[all...]
H A Ddescs.h150 } etx; /* -- enhanced -- */ member in union:dma_desc::__anon13422
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmax3100.c197 u16 etx, erx; local
200 .tx_buf = &etx,
205 etx = cpu_to_be16(tx);

Completed in 43 milliseconds