Lines Matching defs:nvmft_controller
23 struct nvmft_controller;
41 TAILQ_HEAD(, nvmft_controller) controllers;
53 struct nvmft_controller {
78 TAILQ_ENTRY(nvmft_controller) link;
113 void nvmft_terminate_commands(struct nvmft_controller *ctrlr);
119 /* nvmft_controller.c */
120 void nvmft_controller_error(struct nvmft_controller *ctrlr,
122 void nvmft_controller_lun_changed(struct nvmft_controller *ctrlr,
124 void nvmft_handle_admin_command(struct nvmft_controller *ctrlr,
135 int nvmft_printf(struct nvmft_controller *ctrlr, const char *fmt, ...)
143 struct nvmft_controller *nvmft_qpair_ctrlr(struct nvmft_qpair *qp);
163 const struct nvmf_fabric_connect_cmd *cmd, struct nvmft_controller *ctrlr);