Lines Matching defs:buffer
28 * chooses what to send (buffer address, length). The destination
33 * The sender may send a simple buffer (address/length) or it may
35 * "gathers" these and they end up in a single destination buffer
45 * also a per-transfer context supplied by the caller when a buffer
46 * (or sendlist) is sent and when a buffer is enqueued for recv.
48 * the buffer is sent/received.
490 dma_addr_t buffer,
525 sdesc.addr = __cpu_to_le32(buffer);
547 dma_addr_t buffer,
594 flags |= upper_32_bits(buffer) & CE_DESC_ADDR_HI_MASK;
595 addr[0] = __cpu_to_le32(buffer);
628 dma_addr_t buffer,
634 buffer, nbytes, transfer_id, flags);
668 dma_addr_t buffer,
679 buffer, nbytes, transfer_id, flags);