Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme.c360 static int nvme_bd_cmd(nvme_namespace_t *, bd_xfer_t *, uint8_t);
3293 nvme_bd_cmd(nvme_namespace_t *ns, bd_xfer_t *xfer, uint8_t opc) in nvme_bd_cmd() function
3343 return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_READ)); in nvme_bd_read()
3351 return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_WRITE)); in nvme_bd_write()
3376 return (nvme_bd_cmd(ns, xfer, NVME_OPC_NVM_FLUSH)); in nvme_bd_sync()