Searched refs:nvme_bounce_data (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/nvme/ |
H A D | dif.c | 462 status = nvme_bounce_data(n, ctx->data.bounce, ctx->data.iov.size, in nvme_dif_rw_check_cb() 655 status = nvme_bounce_data(n, ctx->data.bounce, ctx->data.iov.size, in nvme_dif_rw()
|
H A D | nvme.h | 706 uint16_t nvme_bounce_data(NvmeCtrl *n, void *ptr, uint32_t len,
|
H A D | ctrl.c | 1415 uint16_t nvme_bounce_data(NvmeCtrl *n, void *ptr, uint32_t len, in nvme_bounce_data() function 2458 status = nvme_bounce_data(n, buf, ctx->data.iov.size, in nvme_compare_data_cb()
|