Lines Matching refs:unlikely
81 if (unlikely(rx_buf == efx_rx_buffer(rx_queue, rx_queue->ptr_mask))) in efx_rx_buf_next()
169 if (unlikely(page == NULL)) in efx_init_rx_buffers()
175 if (unlikely(dma_mapping_error(&efx->pci_dev->dev, in efx_init_rx_buffers()
343 if (unlikely(fill_level < rx_queue->min_fill)) { in efx_fast_push_rx_descriptors()
361 if (unlikely(rc)) { in efx_fast_push_rx_descriptors()
435 if (unlikely(!skb)) { in efx_rx_packet_gro()
485 if (unlikely(skb == NULL)) { in efx_rx_mk_skb()
546 } else if (unlikely(n_frags > EFX_RX_MAX_FRAGS) || in efx_rx_packet()
547 unlikely(len <= (n_frags - 1) * efx->rx_dma_len) || in efx_rx_packet()
548 unlikely(len > n_frags * efx->rx_dma_len) || in efx_rx_packet()
549 unlikely(!efx->rx_scatter)) { in efx_rx_packet()
567 if (unlikely(rx_buf->flags & EFX_RX_PKT_DISCARD)) { in efx_rx_packet()
625 if (unlikely(skb == NULL)) { in efx_rx_deliver()
667 if (unlikely(efx->loopback_selftest)) { in __efx_rx_packet()
677 if (unlikely(!(efx->net_dev->features & NETIF_F_RXCSUM))) in __efx_rx_packet()