Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dfabrics-cmd.c58 case NVME_REG_VS: in nvmet_execute_prop_get()
H A Dpci-epf.c2015 nvmet_pci_epf_bar_write32(ctrl, NVME_REG_VS, tctrl->subsys->ver); in nvmet_pci_epf_init_bar()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c455 *(u32 *)(buf + NVME_REG_VS) = readl(bar + NVME_REG_VS); in fun_get_regs()
/linux/include/linux/
H A Dnvme.h133 NVME_REG_VS = 0x0008, /* Version */ enumerator
/linux/drivers/nvme/host/
H A Dpci.c2310 dev->subsystem = readl(dev->bar + NVME_REG_VS) >= NVME_VS(1, 1, 0) ? in nvme_pci_configure_admin_queue()
H A Dcore.c3668 ret = ctrl->ops->reg_read32(ctrl, NVME_REG_VS, &ctrl->vs); in nvme_init_ctrl_finish()