Lines Matching defs:buffers
135 const u64 *buffers,
139 const u64 *buffers,
170 const u64 *buffers,
1446 * @buffers: a pointer pointing to the buffer address to be released
1447 * @num_buffers: number of buffers to be released, must be less than 8
1453 const u64 *buffers, unsigned int num_buffers)
1471 p->buf[i] = cpu_to_le64(buffers[i]);
1476 * and the number of buffers.
1488 * @buffers: a pointer pointing to the buffer address to be released
1489 * @num_buffers: number of buffers to be released, must be less than 8
1495 const u64 *buffers, unsigned int num_buffers)
1513 p->buf[i] = cpu_to_le64(buffers[i]);
1545 * @buffers: a pointer pointing to the acquired buffer addresses
1546 * @num_buffers: number of buffers to be acquired, must be less than 8
1551 int qbman_swp_acquire(struct qbman_swp *s, u16 bpid, u64 *buffers,
1591 /* Copy the acquired buffers to the caller's array */
1593 buffers[i] = le64_to_cpu(r->buf[i]);