Home
last modified time | relevance | path

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

/freebsd/lib/libnvmf/
H A Dnvmf_host.c795 struct nvmf_qpair **io_queues, const struct nvme_controller_data *cdata) in prepare_queues_for_handoff() argument
813 if (!is_queue_pair_idle(io_queues[i])) in prepare_queues_for_handoff()
823 nvlist_add_number(nvl_rparams, "io_qsize", io_queues[0]->nq_qsize); in prepare_queues_for_handoff()
857 error = nvmf_kernel_handoff_params(io_queues[i], &nvl_qp); in prepare_queues_for_handoff()
875 struct nvmf_qpair **io_queues, const struct nvme_controller_data *cdata) in nvmf_handoff_host() argument
888 num_queues, io_queues, cdata); in nvmf_handoff_host()
900 (void)nvmf_free_qpair(io_queues[i]); in nvmf_handoff_host()
984 struct nvmf_qpair **io_queues, const struct nvme_controller_data *cdata) in nvmf_reconnect_host() argument
991 num_queues, io_queues, cdata); in nvmf_reconnect_host()
1001 (void)nvmf_free_qpair(io_queues[i]); in nvmf_reconnect_host()
H A Dlibnvmf.h345 struct nvmf_qpair **io_queues, const struct nvme_controller_data *cdata);
373 struct nvmf_qpair **io_queues, const struct nvme_controller_data *cdata);
/freebsd/sys/dev/ena/
H A Dena.h60 #define ENA_MAX_MSIX_VEC(io_queues) (ENA_ADMIN_MSIX_VEC + (io_queues)) argument