Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dnvme.h341 const struct nvme_ctrl_ops *ops;
622 struct nvme_ctrl_ops { struct
875 const struct nvme_ctrl_ops *ops, unsigned long quirks);
H A Dapple.c1273 static const struct nvme_ctrl_ops nvme_ctrl_ops = { variable
1586 ret = nvme_init_ctrl(&anv->ctrl, anv->dev, &nvme_ctrl_ops, in apple_nvme_alloc()
H A Drdma.c2199 static const struct nvme_ctrl_ops nvme_rdma_ctrl_ops = {
H A Dtcp.c2870 static const struct nvme_ctrl_ops nvme_tcp_ctrl_ops = {
H A Dfc.c3356 static const struct nvme_ctrl_ops nvme_fc_ctrl_ops = {
H A Dpci.c3517 static const struct nvme_ctrl_ops nvme_pci_ctrl_ops = {
H A Dcore.c5113 const struct nvme_ctrl_ops *ops, unsigned long quirks) in nvme_init_ctrl()