Lines Matching refs:tx
35 if (unlikely(p->des01.tx.error_summary)) { in ndesc_get_tx_status()
36 if (unlikely(p->des01.tx.underflow_error)) { in ndesc_get_tx_status()
40 if (unlikely(p->des01.tx.no_carrier)) { in ndesc_get_tx_status()
44 if (unlikely(p->des01.tx.loss_carrier)) { in ndesc_get_tx_status()
48 if (unlikely((p->des01.tx.excessive_deferral) || in ndesc_get_tx_status()
49 (p->des01.tx.excessive_collisions) || in ndesc_get_tx_status()
50 (p->des01.tx.late_collision))) in ndesc_get_tx_status()
51 stats->collisions += p->des01.tx.collision_count; in ndesc_get_tx_status()
58 if (unlikely(p->des01.tx.deferred)) in ndesc_get_tx_status()
66 return p->des01.tx.buffer1_size; in ndesc_get_tx_len()
150 return p->des01.tx.own; in ndesc_get_tx_owner()
160 p->des01.tx.own = 1; in ndesc_set_tx_owner()
170 return p->des01.tx.last_segment; in ndesc_get_tx_ls()
175 int ter = p->des01.tx.end_ring; in ndesc_release_tx_desc()
187 p->des01.tx.first_segment = is_fs; in ndesc_prepare_tx_desc()
194 p->des01.tx.checksum_insertion = cic_full; in ndesc_prepare_tx_desc()
199 p->des01.tx.interrupt = 0; in ndesc_clear_tx_ic()
204 p->des01.tx.last_segment = 1; in ndesc_close_tx_desc()
205 p->des01.tx.interrupt = 1; in ndesc_close_tx_desc()
223 p->des01.tx.time_stamp_enable = 1; in ndesc_enable_tx_timestamp()
228 return p->des01.tx.time_stamp_status; in ndesc_get_tx_timestamp_status()