Lines Matching defs:buffers
541 * dpaa2_io_service_release() - Release buffers to a buffer pool.
544 * @buffers: the buffers to be released.
545 * @num_buffers: the number of the buffers to be released.
551 const u64 *buffers,
563 return qbman_swp_release(d->swp, &rd, buffers, num_buffers);
568 * dpaa2_io_service_acquire() - Acquire buffers from a buffer pool.
571 * @buffers: the buffer addresses for acquired buffers.
572 * @num_buffers: the expected number of the buffers to acquire.
575 * the number of buffers acquired, which may be less than the number requested.
580 u64 *buffers,
591 err = qbman_swp_acquire(d->swp, bpid, buffers, num_buffers);
753 * dpaa2_io_query_bp_count() - Query the number of buffers currently in a
757 * @num: the queried number of buffers in the buffer pool.