Lines Matching refs:__predict_false
269 if (__predict_false((if_getdrvflags(priv->ifp) & IFF_DRV_RUNNING) == 0)) in gve_rx_intr_dqo()
315 if (__predict_false(!buf)) { in gve_rx_post_new_mbuf_dqo()
324 if (__predict_false(!buf->mbuf)) { in gve_rx_post_new_mbuf_dqo()
336 if (__predict_false(err != 0)) { in gve_rx_post_new_mbuf_dqo()
393 if (__predict_false(buf == NULL)) in gve_rx_maybe_extract_from_used_bufs()
428 if (__predict_false(buf == NULL)) { in gve_rx_post_new_dqo_qpl_buf()
431 if (__predict_false(buf == NULL)) in gve_rx_post_new_dqo_qpl_buf()
520 if (__predict_false(!desc->l3_l4_processed)) in gve_rx_set_csum_flags_dqo()
524 if (__predict_false(desc->csum_ip_err || in gve_rx_set_csum_flags_dqo()
529 if (__predict_false(desc->ipv6_ex_add)) in gve_rx_set_csum_flags_dqo()
533 if (__predict_false(desc->csum_l4_err)) in gve_rx_set_csum_flags_dqo()
594 if (__predict_false(mbuf == NULL)) in gve_rx_copybreak_dqo()
626 if (__predict_false(buf_id >= rx->dqo.buf_cnt)) { in gve_rx_dqo()
633 if (__predict_false(buf->mbuf == NULL)) { in gve_rx_dqo()
640 if (__predict_false(ctx->drop_pkt)) in gve_rx_dqo()
643 if (__predict_false(compl_desc->rx_error)) { in gve_rx_dqo()
657 if (__predict_false(err != 0)) in gve_rx_dqo()
685 if (__predict_false(err != 0 && in gve_rx_dqo()
854 if (__predict_false(buf_id >= rx->dqo.buf_cnt)) { in gve_rx_dqo_qpl()
861 if (__predict_false(buf->num_nic_frags == 0 || in gve_rx_dqo_qpl()
872 if (__predict_false(ctx->drop_pkt)) in gve_rx_dqo_qpl()
875 if (__predict_false(compl_desc->rx_error)) { in gve_rx_dqo_qpl()
891 if (__predict_false(err != 0)) in gve_rx_dqo_qpl()
900 if (__predict_false(err != 0 && in gve_rx_dqo_qpl()
921 if (__predict_false(err != 0)) { in gve_rx_dqo_qpl()
1025 if (__predict_false((if_getdrvflags(priv->ifp) & IFF_DRV_RUNNING) == 0)) in gve_rx_cleanup_tq_dqo()