Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c641 static int nvme_bd_cmd(nvme_namespace_t *, bd_xfer_t *, uint8_t);
5203 nvme_bd_cmd(nvme_namespace_t *ns, bd_xfer_t *xfer, uint8_t opc) in nvme_bd_cmd() function
5254 return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_READ)); in nvme_bd_read()
5262 return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_WRITE)); in nvme_bd_write()
5287 return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_FLUSH)); in nvme_bd_sync()
5324 return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_DSET_MGMT)); in nvme_bd_free_space()