Searched refs:nvme_ctrl_ops (Results 1 – 7 of 7) sorted by relevance
341 const struct nvme_ctrl_ops *ops;622 struct nvme_ctrl_ops { struct875 const struct nvme_ctrl_ops *ops, unsigned long quirks);
1273 static const struct nvme_ctrl_ops nvme_ctrl_ops = { variable1586 ret = nvme_init_ctrl(&anv->ctrl, anv->dev, &nvme_ctrl_ops, in apple_nvme_alloc()
2199 static const struct nvme_ctrl_ops nvme_rdma_ctrl_ops = {
2870 static const struct nvme_ctrl_ops nvme_tcp_ctrl_ops = {
3356 static const struct nvme_ctrl_ops nvme_fc_ctrl_ops = {
3517 static const struct nvme_ctrl_ops nvme_pci_ctrl_ops = {
5113 const struct nvme_ctrl_ops *ops, unsigned long quirks) in nvme_init_ctrl()