Lines Matching refs:unlikely
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()
58 if (unlikely(p->des01.tx.deferred)) in ndesc_get_tx_status()
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()