Searched refs:des01 (Results 1 – 3 of 3) sorted by relevance
33 if (unlikely(p->des01.etx.error_summary)) { in enh_desc_get_tx_status()34 CHIP_DBG(KERN_ERR "GMAC TX error... 0x%08x\n", p->des01.etx); in enh_desc_get_tx_status()35 if (unlikely(p->des01.etx.jabber_timeout)) { in enh_desc_get_tx_status()40 if (unlikely(p->des01.etx.frame_flushed)) { in enh_desc_get_tx_status()46 if (unlikely(p->des01.etx.loss_carrier)) { in enh_desc_get_tx_status()51 if (unlikely(p->des01.etx.no_carrier)) { in enh_desc_get_tx_status()56 if (unlikely(p->des01.etx.late_collision)) { in enh_desc_get_tx_status()58 stats->collisions += p->des01.etx.collision_count; in enh_desc_get_tx_status()60 if (unlikely(p->des01.etx.excessive_collisions)) { in enh_desc_get_tx_status()62 stats->collisions += p->des01.etx.collision_count; in enh_desc_get_tx_status()[all …]
33 if (unlikely(p->des01.tx.error_summary)) { in ndesc_get_tx_status()34 if (unlikely(p->des01.tx.underflow_error)) { in ndesc_get_tx_status()38 if (unlikely(p->des01.tx.no_carrier)) { in ndesc_get_tx_status()42 if (unlikely(p->des01.tx.loss_carrier)) { in ndesc_get_tx_status()46 if (unlikely((p->des01.tx.excessive_deferral) || in ndesc_get_tx_status()47 (p->des01.tx.excessive_collisions) || in ndesc_get_tx_status()48 (p->des01.tx.late_collision))) in ndesc_get_tx_status()49 stats->collisions += p->des01.tx.collision_count; in ndesc_get_tx_status()52 if (unlikely(p->des01.tx.heartbeat_fail)) { in ndesc_get_tx_status()57 if (unlikely(p->des01.tx.deferred)) in ndesc_get_tx_status()[all …]
151 } des01; member