Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dnvme.h652 #define NVME_F_FABRICS (1 << 0) macro
953 if (ctrl->ops->flags & NVME_F_FABRICS && state == NVME_CTRL_DELETING) in nvme_check_ready()
1279 if (ctrl->ops->flags & NVME_F_FABRICS) in nvme_ctrl_meta_sgl_supported()
H A Dcore.c819 if (ctrl->ops->flags & NVME_F_FABRICS) { in __nvme_check_ready()
2008 if (ctrl->ops->flags & NVME_F_FABRICS) { in nvme_configure_metadata()
3631 if (!(ctrl->ops->flags & NVME_F_FABRICS)) in nvme_init_identify()
3729 if (ctrl->ops->flags & NVME_F_FABRICS) { in nvme_init_identify()
4115 if ((ns->ctrl->ops->flags & NVME_F_FABRICS) || /* !PCIe */ in nvme_init_ns_head()
4970 if (ctrl->ops->flags & NVME_F_FABRICS) in nvme_alloc_admin_tag_set()
4992 if (ctrl->ops->flags & NVME_F_FABRICS) { in nvme_alloc_admin_tag_set()
5043 else if (ctrl->ops->flags & NVME_F_FABRICS) in nvme_alloc_io_tag_set()
5058 if (ctrl->ops->flags & NVME_F_FABRICS) { in nvme_alloc_io_tag_set()
5082 if (ctrl->ops->flags & NVME_F_FABRICS) { in nvme_remove_io_tag_set()
H A Dioctl.c47 if (ctrl->ops->flags & NVME_F_FABRICS) in nvme_admin_cmd_allowed()
H A Dtcp.c2935 .flags = NVME_F_FABRICS | NVME_F_BLOCKING,
H A Dfc.c3372 .flags = NVME_F_FABRICS,