Home
last modified time | relevance | path

Searched defs:ctrlr (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/dev/nvme/
HDnvme_ctrlr.c50 nvme_ctrlr_allocate_bar(struct nvme_controller *ctrlr) in nvme_ctrlr_allocate_bar()
82 nvme_ctrlr_construct_admin_qpair(struct nvme_controller *ctrlr) in nvme_ctrlr_construct_admin_qpair()
115 nvme_ctrlr_construct_io_qpairs(struct nvme_controller *ctrlr) in nvme_ctrlr_construct_io_qpairs()
184 nvme_ctrlr_fail(struct nvme_controller *ctrlr) in nvme_ctrlr_fail()
196 nvme_ctrlr_post_failed_request(struct nvme_controller *ctrlr, in nvme_ctrlr_post_failed_request()
209 struct nvme_controller *ctrlr = arg; in nvme_ctrlr_fail_req_task() local
223 nvme_ctrlr_wait_for_ready(struct nvme_controller *ctrlr, int desired_val) in nvme_ctrlr_wait_for_ready()
254 nvme_ctrlr_disable(struct nvme_controller *ctrlr) in nvme_ctrlr_disable()
272 nvme_ctrlr_enable(struct nvme_controller *ctrlr) in nvme_ctrlr_enable()
317 nvme_ctrlr_hw_reset(struct nvme_controller *ctrlr) in nvme_ctrlr_hw_reset()
[all …]
HDnvme_ctrlr_cmd.c33 nvme_ctrlr_cmd_identify_controller(struct nvme_controller *ctrlr, void *payload, in nvme_ctrlr_cmd_identify_controller()
55 nvme_ctrlr_cmd_identify_namespace(struct nvme_controller *ctrlr, uint16_t nsid, in nvme_ctrlr_cmd_identify_namespace()
76 nvme_ctrlr_cmd_create_io_cq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_create_io_cq()
101 nvme_ctrlr_cmd_create_io_sq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_create_io_sq()
125 nvme_ctrlr_cmd_delete_io_cq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_delete_io_cq()
146 nvme_ctrlr_cmd_delete_io_sq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_delete_io_sq()
167 nvme_ctrlr_cmd_set_feature(struct nvme_controller *ctrlr, uint8_t feature, in nvme_ctrlr_cmd_set_feature()
185 nvme_ctrlr_cmd_get_feature(struct nvme_controller *ctrlr, uint8_t feature, in nvme_ctrlr_cmd_get_feature()
203 nvme_ctrlr_cmd_set_num_queues(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_set_num_queues()
214 nvme_ctrlr_cmd_set_async_event_config(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_set_async_event_config()
[all …]
HDnvme_sysctl.c107 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_int_coal_time() local
126 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_int_coal_threshold() local
145 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_timeout_period() local
172 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_cmds() local
187 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_intr_handler_calls() local
202 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_reset_stats() local
257 nvme_sysctl_initialize_ctrlr(struct nvme_controller *ctrlr) in nvme_sysctl_initialize_ctrlr()
HDnvme.c186 struct nvme_controller *ctrlr; in nvme_shutdown() local
246 struct nvme_controller *ctrlr = DEVICE2SOFTC(dev); in nvme_attach() local
286 struct nvme_controller *ctrlr = DEVICE2SOFTC(dev); in nvme_detach() local
295 struct nvme_controller *ctrlr) in nvme_notify()
339 nvme_notify_new_controller(struct nvme_controller *ctrlr) in nvme_notify_new_controller()
354 struct nvme_controller *ctrlr; in nvme_notify_new_consumer() local
369 nvme_notify_async_consumers(struct nvme_controller *ctrlr, in nvme_notify_async_consumers()
386 nvme_notify_fail_consumers(struct nvme_controller *ctrlr) in nvme_notify_fail_consumers()
HDnvme_qpair.c463 struct nvme_controller *ctrlr) in nvme_qpair_construct()
657 struct nvme_controller *ctrlr = qpair->ctrlr; in nvme_timeout() local
678 struct nvme_controller *ctrlr; in nvme_qpair_submit_tracker() local
HDnvme_ns.c70 struct nvme_controller *ctrlr; in nvme_ns_ioctl() local
498 struct nvme_controller *ctrlr) in nvme_ns_construct()
HDnvme_private.h158 struct nvme_controller *ctrlr; member
182 struct nvme_controller *ctrlr; member
229 struct nvme_controller *ctrlr; member
353 #define nvme_printf(ctrlr, fmt, args...) \ argument
/NextBSD/sys/dev/nvd/
HDnvd.c135 struct nvd_controller *ctrlr; in nvd_unload() local
265 nvd_new_controller(struct nvme_controller *ctrlr) in nvd_new_controller()
284 struct nvd_controller *ctrlr = ctrlr_arg; in nvd_new_disk() local
397 struct nvd_controller *ctrlr = ctrlr_arg; in nvd_controller_fail() local
/NextBSD/sbin/nvmecontrol/
HDdevlist.c67 int ch, ctrlr, fd, found, ret; in devlist() local
/NextBSD/usr.sbin/mlxcontrol/
HDinterface.c122 int ctrlr; member
150 mlxd_find_ctrlr(int unit, int *ctrlr, int *sysdrive) in mlxd_find_ctrlr()
HDcommand.c186 int fd, result, ctrlr, sysdrive, statvalid; in status_print() local