Lines Matching refs:rx
79 if (unlikely(p->des01.rx.last_descriptor == 0)) { in ndesc_get_rx_status()
86 if (unlikely(p->des01.rx.error_summary)) { in ndesc_get_rx_status()
87 if (unlikely(p->des01.rx.descriptor_error)) in ndesc_get_rx_status()
89 if (unlikely(p->des01.rx.sa_filter_fail)) in ndesc_get_rx_status()
91 if (unlikely(p->des01.rx.overflow_error)) in ndesc_get_rx_status()
93 if (unlikely(p->des01.rx.ipc_csum_error)) in ndesc_get_rx_status()
95 if (unlikely(p->des01.rx.collision)) { in ndesc_get_rx_status()
99 if (unlikely(p->des01.rx.crc_error)) { in ndesc_get_rx_status()
105 if (unlikely(p->des01.rx.dribbling)) in ndesc_get_rx_status()
108 if (unlikely(p->des01.rx.length_error)) { in ndesc_get_rx_status()
112 if (unlikely(p->des01.rx.mii_error)) { in ndesc_get_rx_status()
117 if (p->des01.rx.vlan_tag) in ndesc_get_rx_status()
129 p->des01.rx.own = 1; in ndesc_init_rx_desc()
132 p->des01.rx.buffer1_size = bfsize1; in ndesc_init_rx_desc()
140 p->des01.rx.disable_ic = 1; in ndesc_init_rx_desc()
159 return p->des01.rx.own; in ndesc_get_rx_owner()
169 p->des01.rx.own = 1; in ndesc_set_rx_owner()
220 return p->des01.rx.frame_length - 2; in ndesc_get_rx_frame_len()
222 return p->des01.rx.frame_length; in ndesc_get_rx_frame_len()