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