nvme_bd_cmd
return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_READ));
return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_WRITE));
return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_FLUSH));
return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_DSET_MGMT));
static int nvme_bd_cmd(nvme_namespace_t *, bd_xfer_t *, uint8_t);