Lines Matching defs:buffers
133 const u64 *buffers,
137 const u64 *buffers,
168 const u64 *buffers,
1433 * @buffers: a pointer pointing to the buffer address to be released
1434 * @num_buffers: number of buffers to be released, must be less than 8
1440 const u64 *buffers, unsigned int num_buffers)
1458 p->buf[i] = cpu_to_le64(buffers[i]);
1463 * and the number of buffers.
1475 * @buffers: a pointer pointing to the buffer address to be released
1476 * @num_buffers: number of buffers to be released, must be less than 8
1482 const u64 *buffers, unsigned int num_buffers)
1500 p->buf[i] = cpu_to_le64(buffers[i]);
1532 * @buffers: a pointer pointing to the acquired buffer addresses
1533 * @num_buffers: number of buffers to be acquired, must be less than 8
1538 int qbman_swp_acquire(struct qbman_swp *s, u16 bpid, u64 *buffers,
1578 /* Copy the acquired buffers to the caller's array */
1580 buffers[i] = le64_to_cpu(r->buf[i]);