Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dnvme.h348 const struct nvme_ctrl_ops *ops;
648 struct nvme_ctrl_ops { struct
901 const struct nvme_ctrl_ops *ops, unsigned long quirks);
H A Dapple.c1275 static const struct nvme_ctrl_ops nvme_ctrl_ops = { variable
1585 ret = nvme_init_ctrl(&anv->ctrl, anv->dev, &nvme_ctrl_ops, in apple_nvme_alloc()
H A Dtcp.c2932 static const struct nvme_ctrl_ops nvme_tcp_ctrl_ops = {
H A Dfc.c3369 static const struct nvme_ctrl_ops nvme_fc_ctrl_ops = {
H A Dpci.c3567 static const struct nvme_ctrl_ops nvme_pci_ctrl_ops = {
H A Dcore.c5199 const struct nvme_ctrl_ops *ops, unsigned long quirks) in nvme_init_ctrl()