Searched refs:allow_lazy (Results 1 – 2 of 2) sorted by relevance
534 int qede_alloc_rx_buffer(struct qede_rx_queue *rxq, bool allow_lazy);
26 int qede_alloc_rx_buffer(struct qede_rx_queue *rxq, bool allow_lazy) in qede_alloc_rx_buffer() argument37 if (allow_lazy && likely(rxq->filled_buffers > 12)) { in qede_alloc_rx_buffer()