Lines Matching defs:buffers
579 * dpaa2_io_service_release() - Release buffers to a buffer pool.
582 * @buffers: the buffers to be released.
583 * @num_buffers: the number of the buffers to be released.
589 const u64 *buffers,
601 return qbman_swp_release(d->swp, &rd, buffers, num_buffers);
606 * dpaa2_io_service_acquire() - Acquire buffers from a buffer pool.
609 * @buffers: the buffer addresses for acquired buffers.
610 * @num_buffers: the expected number of the buffers to acquire.
613 * the number of buffers acquired, which may be less than the number requested.
618 u64 *buffers,
629 err = qbman_swp_acquire(d->swp, bpid, buffers, num_buffers);
791 * dpaa2_io_query_bp_count() - Query the number of buffers currently in a
795 * @num: the queried number of buffers in the buffer pool.