Lines Matching full:transfer
32 // The minimum data size of dma transfer in bytes
42 * Expose API to initiate transfer of data by DMA
44 * This class only exposes the public API transferDataHost to transfer data
51 /** @brief API to transfer data between BMC and host using DMA
53 * @param[in] path - pathname of the file to transfer data from or to
55 * @param[in] length - length of the data to transfer
57 * @param[in] upstream - indicates direction of the transfer; true indicates
58 * transfer to the host
65 /** @brief API to transfer data on to unix socket from host using DMA
67 * @param[in] path - pathname of the file to transfer data from or to
68 * @param[in] length - length of the data to transfer
76 /** @brief Transfer the data between BMC and host using DMA.
83 * @param[in] intf - interface passed to invoke DMA transfer
85 * @param[in] path - pathname of the file to transfer data from or to
87 * @param[in] length - length of the data to transfer
89 * @param[in] upstream - indicates direction of the transfer; true indicates
90 * transfer to the host