Searched refs:nvme_dif_check (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/nvme/ |
H A D | dif.h | 185 uint16_t nvme_dif_check(NvmeNamespace *ns, uint8_t *buf, size_t len,
|
H A D | dif.c | 296 uint16_t nvme_dif_check(NvmeNamespace *ns, uint8_t *buf, size_t len, in nvme_dif_check() function 454 status = nvme_dif_check(ns, ctx->data.bounce, ctx->data.iov.size, in nvme_dif_rw_check_cb() 685 status = nvme_dif_check(ns, ctx->data.bounce, ctx->data.iov.size, in nvme_dif_rw()
|
H A D | ctrl.c | 2285 req->status = nvme_dif_check(ns, ctx->data.bounce, ctx->data.iov.size, in nvme_verify_cb() 2390 status = nvme_dif_check(ns, ctx->data.bounce, ctx->data.iov.size, in nvme_compare_mdata_cb() 3019 status = nvme_dif_check(sns, iocb->bounce, len, mbounce, mlen, prinfor, in nvme_copy_in_completed_cb() 3045 status = nvme_dif_check(dns, iocb->bounce, len, mbounce, mlen, in nvme_copy_in_completed_cb()
|