Lines Matching refs:buffer
97 * Initialize a command queue for use. The initial FPA buffer is
104 * @pool_size: Size of each buffer in the FPA pool (bytes)
163 void *buffer;
171 buffer = cvmx_fpa_alloc(fpa_pool);
172 if (buffer == NULL) {
174 "Unable to allocate initial buffer.\n");
182 qstate->base_ptr_div128 = cvmx_ptr_to_phys(buffer) / 128;
287 * Return the command buffer to be written to. The purpose of this
288 * function is to allow CVMX routine access t othe low level buffer
294 * Returns Command buffer or NULL on failure