Searched refs:transferDataHost (Results 1 – 4 of 4) sorted by relevance
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_by_type.cpp | 40 auto rc = xdmaInterface.transferDataHost(fd, offset, dma::maxSize, in transferFileData() 51 xdmaInterface.transferDataHost(fd, offset, length, address, upstream); in transferFileData()
|
H A D | file_io.hpp | 62 int transferDataHost(int fd, uint32_t offset, uint32_t length, 129 auto rc = intf->transferDataHost(fd(), offset, dma::maxSize, address, in transferAll() 143 auto rc = intf->transferDataHost(fd(), offset, length, address, upstream); in transferAll()
|
H A D | file_io.cpp | 122 int DMA::transferDataHost(int fd, uint32_t offset, uint32_t length, in transferDataHost() function in pldm::responder::dma::DMA
|
/openbmc/pldm/oem/ibm/test/ |
H A D | libpldmresponder_fileio_test.cpp | 103 MOCK_METHOD5(transferDataHost, int(int fd, uint32_t offset, uint32_t length, 128 EXPECT_CALL(dmaObj, transferDataHost(_, 0, length, 0, true)).Times(1); in TEST() 138 EXPECT_CALL(dmaObj, transferDataHost(_, 0, length, 0, true)).Times(1); in TEST() 148 EXPECT_CALL(dmaObj, transferDataHost(_, 0, maxSize, 0, true)).Times(1); in TEST() 149 EXPECT_CALL(dmaObj, transferDataHost(_, maxSize, minSize, maxSize, true)) in TEST() 160 EXPECT_CALL(dmaObj, transferDataHost(_, _, _, _, true)).Times(3); in TEST() 170 EXPECT_CALL(dmaObj, transferDataHost(_, 0, length, 0, false)).Times(1); in TEST() 191 EXPECT_CALL(dmaObj, transferDataHost(_, _, _, _, _)).WillOnce(Return(-1)); in TEST() 200 EXPECT_CALL(dmaObj, transferDataHost(_, _, _, _, _)).WillOnce(Return(-1)); in TEST()
|