Searched refs:nvme_tx (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 1352 static uint16_t nvme_tx(NvmeCtrl *n, NvmeSg *sg, void *ptr, uint32_t len, in nvme_tx() function 1399 return nvme_tx(n, &req->sg, ptr, len, NVME_TX_DIRECTION_FROM_DEVICE); in nvme_c2h() 1412 return nvme_tx(n, &req->sg, ptr, len, NVME_TX_DIRECTION_TO_DEVICE); in nvme_h2c() 1429 return nvme_tx(n, &req->sg, ptr, len, dir); in nvme_bounce_data() 1450 return nvme_tx(n, &req->sg, ptr, len, dir); in nvme_bounce_mdata()
|