Home
last modified time | relevance | path

Searched refs:nvme_h2c (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/nvme/
H A Dctrl.c1402 static inline uint16_t nvme_h2c(NvmeCtrl *n, void *ptr, uint32_t len, in nvme_h2c() function
2647 status = nvme_h2c(n, (uint8_t *)iocb->range, sizeof(NvmeDsmRange) * nr, in nvme_dsm()
3366 status = nvme_h2c(n, (uint8_t *)iocb->ranges, len * nr, req); in nvme_copy()
4313 status = nvme_h2c(n, zd_ext, ns->params.zd_extension_size, req); in nvme_zone_mgmt_send()
4578 ret = nvme_h2c(n, pids, npid * sizeof(uint16_t), req); in nvme_io_mgmt_send_ruh_update()
6381 ret = nvme_h2c(n, (uint8_t *)&timestamp, sizeof(timestamp), req); in nvme_set_feature_timestamp()
6418 ret = nvme_h2c(n, events, noet, req); in nvme_set_feature_fdp_events()
6571 status = nvme_h2c(n, (uint8_t *)&n->features.hbs, in nvme_set_feature()
6703 ret = nvme_h2c(n, (uint8_t *)list, 4096, req); in nvme_ns_attachment()