Searched refs:nvmft_controller (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/nvmf/controller/ |
H A D | nvmft_var.h | 23 struct nvmft_controller; 42 TAILQ_HEAD(, nvmft_controller) controllers; 54 struct nvmft_controller { struct 79 TAILQ_ENTRY(nvmft_controller) link; argument 114 void nvmft_terminate_commands(struct nvmft_controller *ctrlr); argument 121 void nvmft_controller_error(struct nvmft_controller *ctrlr, 123 void nvmft_controller_lun_changed(struct nvmft_controller *ctrlr, 125 void nvmft_handle_admin_command(struct nvmft_controller *ctrlr, 136 int nvmft_printf(struct nvmft_controller *ctrlr, const char *fmt, ...) 144 struct nvmft_controller *nvmft_qpair_ctrlr(struct nvmft_qpair *qp); [all …]
|
H A D | nvmft_controller.c | 27 nvmft_printf(struct nvmft_controller *ctrlr, const char *fmt, ...) in nvmft_printf() 49 static struct nvmft_controller * 53 struct nvmft_controller *ctrlr; in nvmft_controller_alloc() 78 nvmft_controller_free(struct nvmft_controller *ctrlr) in nvmft_controller_free() 89 struct nvmft_controller *ctrlr = arg; in nvmft_keep_alive_timer() 111 struct nvmft_controller *ctrlr; in nvmft_handoff_admin_queue() 190 struct nvmft_controller *ctrlr; in nvmft_handoff_io_queue() 304 struct nvmft_controller *ctrlr = arg; in nvmft_controller_shutdown() 372 struct nvmft_controller *ctrlr = arg; in nvmft_controller_terminate() 411 nvmft_controller_error(struct nvmft_controller *ctrlr, struct nvmft_qpair *qp, in nvmft_controller_error() [all …]
|
H A D | nvmft_qpair.c | 25 struct nvmft_controller *ctrlr; 52 struct nvmft_controller *ctrlr = qp->ctrlr; in nvmft_qpair_error() 71 struct nvmft_controller *ctrlr = qp->ctrlr; in nvmft_receive_capsule() 167 struct nvmft_controller * 363 const struct nvmf_fabric_connect_cmd *cmd, struct nvmft_controller *ctrlr) in nvmft_finish_accept()
|
H A D | ctl_frontend_nvmf.c | 82 struct nvmft_controller *ctrlr; in nvmft_offline() 102 struct nvmft_controller *ctrlr; in nvmft_info() 126 struct nvmft_controller *ctrlr; in nvmft_lun_enable() 190 struct nvmft_controller *ctrlr; in nvmft_lun_disable() 248 struct nvmft_controller *ctrlr = nvmft_qpair_ctrlr(qp); in nvmft_dispatch_command() 288 nvmft_terminate_commands(struct nvmft_controller *ctrlr) in nvmft_terminate_commands() 562 struct nvmft_controller *ctrlr; in nvmft_done() 1076 struct nvmft_controller *ctrlr; in nvmft_list() 1136 struct nvmft_controller *ctrlr; in nvmft_terminate()
|
/freebsd/sys/conf/ |
H A D | files | 2544 dev/nvmf/controller/nvmft_controller.c optional nvmft
|