Lines Matching refs:__predict_false
1705 if (__predict_false((ic & MVNETA_PRXTXTI_PMISCICSUMMARY) && in mvneta_rxtxth_intr()
1711 if (__predict_false(!(ifp->if_drv_flags & IFF_DRV_RUNNING))) in mvneta_rxtxth_intr()
1870 if (__predict_false(error != 0 && error != ENETDOWN)) { in mvneta_tx_task()
1890 if (__predict_false(tx->queue_status == MVNETA_QUEUE_DISABLED)) { in mvneta_xmitfast_locked()
1901 if (__predict_false(tx->used > in mvneta_xmitfast_locked()
1906 if (__predict_false(error != 0)) in mvneta_xmitfast_locked()
1956 if (__predict_false(m == NULL)) in mvneta_transmit()
1962 if (__predict_false(error != 0)) in mvneta_transmit()
1984 if (__predict_false(error != 0)) { in mvneta_xmit_locked()
2011 if (__predict_false(error != 0 && error != ENETDOWN)) in mvneta_start()
2034 if (__predict_false(error != 0)) { in mvneta_xmit_locked()
2669 if (__predict_false(mbuf->m_flags & M_VLANTAG)) { in mvneta_tx_queue()
2680 if (__predict_false(mbuf->m_next != NULL && in mvneta_tx_queue()
2700 if (__predict_false(error != 0)) { in mvneta_tx_queue()
2714 if (__predict_false(txnsegs <= 0 in mvneta_tx_queue()
2759 while (__predict_false(used > 255)) { in mvneta_tx_queue()
2836 if (__predict_false(tx->queue_status == MVNETA_QUEUE_DISABLED)) in mvneta_tx_queue_complete()
2842 if (__predict_false(ndesc == 0)) { in mvneta_tx_queue_complete()
2880 while (__predict_false(ndesc > 255)) { in mvneta_tx_queue_complete()
2937 if (__predict_false(npkt == 0)) in mvneta_rx()
2959 while (__predict_false(processed > 255)) { in mvneta_prxsu_update()
2994 if (__predict_false(rx->queue_status == MVNETA_QUEUE_DISABLED)) in mvneta_rx_queue()
3022 if (__predict_false((r->status & MVNETA_RX_ES) || in mvneta_rx_queue()
3047 if (__predict_false(rx->lro_enabled && in mvneta_rx_queue()
3066 if(__predict_false(rx->queue_status == MVNETA_QUEUE_DISABLED)) in mvneta_rx_queue()
3099 while (__predict_false((queued = LIST_FIRST(&lro->lro_active)) != NULL)) { in mvneta_rx_queue()
3135 if (__predict_false(refill <= 0)) in mvneta_rx_queue_refill()
3141 if (__predict_false(m == NULL)) { in mvneta_rx_queue_refill()
3149 if (__predict_false(error != 0 || nsegs != 1)) { in mvneta_rx_queue_refill()
3172 while (__predict_false(npkt > 255)) { in mvneta_rx_queue_refill()
3190 if (__predict_false((r->status & in mvneta_rx_set_csumflag()