Searched refs:NVMF_OPT_TRADDR (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | fabrics.h | 41 NVMF_OPT_TRADDR = 1 << 2, enumerator
|
H A D | fabrics.c | 107 if (ctrl->opts->mask & NVMF_OPT_TRADDR) in nvmf_get_address() 605 { NVMF_OPT_TRADDR, "traddr=%s" }, 687 case NVMF_OPT_TRADDR: in nvmf_parse_options()
|
H A D | tcp.c | 2630 .required_opts = NVMF_OPT_TRADDR,
|
H A D | rdma.c | 2431 .required_opts = NVMF_OPT_TRADDR,
|
H A D | fc.c | 3733 .required_opts = NVMF_OPT_TRADDR | NVMF_OPT_HOST_TRADDR,
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fabrics.h | 43 NVMF_OPT_TRADDR = 1 << 2, enumerator
|
H A D | fabrics.c | 133 if (ctrl->opts->mask & NVMF_OPT_TRADDR) in nvmf_get_address() 627 { NVMF_OPT_TRADDR, "traddr=%s" }, 720 case NVMF_OPT_TRADDR: in nvmf_parse_options()
|
H A D | tcp.c | 2626 .required_opts = NVMF_OPT_TRADDR,
|
H A D | rdma.c | 2318 .required_opts = NVMF_OPT_TRADDR,
|
H A D | fc.c | 3734 .required_opts = NVMF_OPT_TRADDR | NVMF_OPT_HOST_TRADDR,
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | loop.c | 572 if ((ctrl->opts->mask & NVMF_OPT_TRADDR) && in nvme_loop_find_port() 700 .allowed_opts = NVMF_OPT_TRADDR,
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | loop.c | 523 if ((ctrl->opts->mask & NVMF_OPT_TRADDR) && in nvme_loop_find_port() 651 .allowed_opts = NVMF_OPT_TRADDR,
|
Completed in 27 milliseconds