Home
last modified time | relevance | path

Searched refs:NVME_F_BLOCKING (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/nvme/host/
Dnvme.h511 #define NVME_F_BLOCKING (1 << 2) macro
Dcore.c4854 if (ctrl->ops->flags & NVME_F_BLOCKING) in nvme_alloc_admin_tag_set()
4910 if (ctrl->ops->flags & NVME_F_BLOCKING) in nvme_alloc_io_tag_set()
Dtcp.c2526 .flags = NVME_F_FABRICS | NVME_F_BLOCKING,