Lines Matching full:buffers
24 * idpf_ctlq_alloc_bufs - Allocate Control Queue (CQ) buffers
29 * queue, allocate DMA buffers
36 /* Do not allocate DMA buffers for transmit queues */ in idpf_ctlq_alloc_bufs()
41 * allocate the mapped buffers for the event processing in idpf_ctlq_alloc_bufs()
48 /* allocate the mapped buffers (except for the last one) */ in idpf_ctlq_alloc_bufs()
87 * This assumes the posted send buffers have already been cleaned
101 * Free the DMA buffers for RX queues, and DMA buffer header for both RX and TX
102 * queues. The upper layers are expected to manage freeing of TX DMA buffers
111 /* free DMA buffers for rx queues*/ in idpf_ctlq_free_bufs()
133 * Free the memory used by the ring, buffers and other related structures
137 /* free ring buffers and the ring itself */ in idpf_ctlq_dealloc_ring_res()
159 /* allocate buffers in the rings */ in idpf_ctlq_alloc_ring_res()