Searched refs:nvme_bd_cmd (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 695 static int nvme_bd_cmd(nvme_namespace_t *, bd_xfer_t *, uint8_t); 5610 nvme_bd_cmd(nvme_namespace_t *ns, bd_xfer_t *xfer, uint8_t opc) in nvme_bd_cmd() function 5663 return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_READ)); in nvme_bd_read() 5671 return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_WRITE)); in nvme_bd_write() 5696 return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_FLUSH)); in nvme_bd_sync() 5733 return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_DSET_MGMT)); in nvme_bd_free_space()
|