Searched refs:nvme_qpair (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_private.h127 struct nvme_qpair *qpair;
153 struct nvme_qpair *qpair;
162 struct nvme_qpair { struct
285 struct nvme_qpair adminq;
286 struct nvme_qpair *ioq;
376 struct nvme_qpair *io_que,
379 struct nvme_qpair *io_que,
382 struct nvme_qpair *io_que,
385 struct nvme_qpair *io_que,
411 int nvme_qpair_construct(struct nvme_qpair *qpai
[all...]
H A Dnvme_qpair.c45 static void _nvme_qpair_submit_request(struct nvme_qpair *qpair,
47 static void nvme_qpair_destroy(struct nvme_qpair *qpair);
131 nvme_admin_qpair_print_command(struct nvme_qpair *qpair,
142 nvme_io_qpair_print_command(struct nvme_qpair *qpair,
177 nvme_qpair_print_command(struct nvme_qpair *qpair, struct nvme_command *cmd)
344 nvme_qpair_print_completion(struct nvme_qpair *qpair,
421 struct nvme_qpair * qpair = tr->qpair;
497 struct nvme_qpair * qpair = tr->qpair;
508 nvme_qpair_manual_complete_request(struct nvme_qpair *qpair,
533 nvme_qpair_process_completions(struct nvme_qpair *qpai
[all...]
H A Dnvme_ctrlr_cmd.c79 struct nvme_qpair *io_que, nvme_cb_fn_t cb_fn, void *cb_arg)
103 struct nvme_qpair *io_que, nvme_cb_fn_t cb_fn, void *cb_arg)
127 struct nvme_qpair *io_que, nvme_cb_fn_t cb_fn, void *cb_arg)
148 struct nvme_qpair *io_que, nvme_cb_fn_t cb_fn, void *cb_arg)
H A Dnvme_sysctl.c56 nvme_dump_queue(struct nvme_qpair *qpair)
82 struct nvme_qpair *qpair = arg1;
155 nvme_qpair_reset_stats(struct nvme_qpair *qpair)
246 nvme_sysctl_initialize_queue(struct nvme_qpair *qpair,
H A Dnvme_ctrlr.c87 struct nvme_qpair *qpair;
123 struct nvme_qpair *qpair;
167 ctrlr->ioq = malloc(ctrlr->num_io_queues * sizeof(struct nvme_qpair),
506 struct nvme_qpair *qpair;
538 struct nvme_qpair *qpair;
1575 struct nvme_qpair *qpair;
/freebsd-13-stable/sys/modules/nvme/
H A DMakefile14 nvme_qpair.c \

Completed in 115 milliseconds