Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/nvme/
H A Dnvme_ctrlr.c218 nvme_ctrlr_fail(struct nvme_controller *ctrlr) in nvme_ctrlr_fail()
249 struct nvme_controller *ctrlr = arg; in nvme_ctrlr_fail_req_task() local
297 nvme_ctrlr_disable(struct nvme_controller *ctrlr) in nvme_ctrlr_disable()
342 nvme_ctrlr_enable(struct nvme_controller *ctrlr) in nvme_ctrlr_enable()
436 nvme_ctrlr_reset(struct nvme_controller *ctrlr) in nvme_ctrlr_reset()
1060 struct nvme_controller *ctrlr = ctrlr_arg; in nvme_ctrlr_start() local
1144 struct nvme_controller *ctrlr = arg; in nvme_ctrlr_start_config_hook() local
1188 struct nvme_controller *ctrlr = arg; in nvme_ctrlr_reset_task() local
1214 nvme_ctrlr_poll(struct nvme_controller *ctrlr) in nvme_ctrlr_poll()
1233 struct nvme_controller *ctrlr = arg; in nvme_ctrlr_shared_handler() local
[all …]
H A Dnvme_ctrlr_cmd.c78 nvme_ctrlr_cmd_create_io_cq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_create_io_cq()
102 nvme_ctrlr_cmd_create_io_sq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_create_io_sq()
126 nvme_ctrlr_cmd_delete_io_cq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_delete_io_cq()
147 nvme_ctrlr_cmd_delete_io_sq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_delete_io_sq()
168 nvme_ctrlr_cmd_set_feature(struct nvme_controller *ctrlr, uint8_t feature, in nvme_ctrlr_cmd_set_feature()
209 nvme_ctrlr_cmd_set_num_queues(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_set_num_queues()
220 nvme_ctrlr_cmd_set_async_event_config(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_set_async_event_config()
232 nvme_ctrlr_cmd_set_interrupt_coalescing(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_set_interrupt_coalescing()
277 nvme_ctrlr_cmd_get_error_page(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_get_error_page()
308 nvme_ctrlr_cmd_get_firmware_page(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_get_firmware_page()
[all …]
H A Dnvme_sysctl.c99 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_int_coal_time() local
118 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_int_coal_threshold() local
137 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_timeout_period() local
173 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_cmds() local
188 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_intr_handler_calls() local
203 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_retries() local
218 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_failures() local
233 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_ignored() local
248 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_reset_stats() local
310 nvme_sysctl_initialize_ctrlr(struct nvme_controller *ctrlr) in nvme_sysctl_initialize_ctrlr()
H A Dnvme_pci.c118 struct nvme_controller *ctrlr = DEVICE2SOFTC(device); in nvme_pci_probe() local
153 nvme_ctrlr_allocate_bar(struct nvme_controller *ctrlr) in nvme_ctrlr_allocate_bar()
187 struct nvme_controller*ctrlr = DEVICE2SOFTC(dev); in nvme_pci_attach() local
226 struct nvme_controller*ctrlr = DEVICE2SOFTC(dev); in nvme_pci_detach() local
237 nvme_ctrlr_setup_shared(struct nvme_controller *ctrlr, int rid) in nvme_ctrlr_setup_shared()
262 nvme_ctrlr_setup_interrupts(struct nvme_controller *ctrlr) in nvme_ctrlr_setup_interrupts()
345 struct nvme_controller *ctrlr; in nvme_pci_suspend() local
354 struct nvme_controller *ctrlr; in nvme_pci_resume() local
H A Dnvme.c79 struct nvme_controller *ctrlr; in nvme_shutdown() local
123 struct nvme_controller *ctrlr = DEVICE2SOFTC(dev); in nvme_attach() local
144 struct nvme_controller *ctrlr = DEVICE2SOFTC(dev); in nvme_detach() local
154 struct nvme_controller *ctrlr) in nvme_notify()
205 nvme_notify_new_controller(struct nvme_controller *ctrlr) in nvme_notify_new_controller()
220 struct nvme_controller *ctrlr; in nvme_notify_new_consumer() local
235 nvme_notify_async_consumers(struct nvme_controller *ctrlr, in nvme_notify_async_consumers()
255 nvme_notify_fail_consumers(struct nvme_controller *ctrlr) in nvme_notify_fail_consumers()
282 nvme_notify_ns(struct nvme_controller *ctrlr, int nsid) in nvme_notify_ns()
H A Dnvme_sim.c92 struct nvme_controller *ctrlr; in nvme_sim_nvmeio() local
125 nvme_link_kBps(struct nvme_controller *ctrlr) in nvme_link_kBps()
145 struct nvme_controller *ctrlr; in nvme_sim_action() local
292 nvme_sim_new_controller(struct nvme_controller *ctrlr) in nvme_sim_new_controller()
H A Dnvme_ahci.c68 struct nvme_controller*ctrlr = DEVICE2SOFTC(dev); in nvme_ahci_attach() local
H A Dnvme_qpair.c688 struct nvme_controller *ctrlr) in nvme_qpair_construct()
949 struct nvme_controller *ctrlr = qpair->ctrlr; in nvme_qpair_timeout() local
1049 struct nvme_controller *ctrlr; in nvme_qpair_submit_tracker() local
H A Dnvme_ns.c70 struct nvme_controller *ctrlr; in nvme_ns_ioctl() local
513 struct nvme_controller *ctrlr) in nvme_ns_construct()
H A Dnvme_private.h142 struct nvme_controller *ctrlr; member
169 struct nvme_controller *ctrlr; member
221 struct nvme_controller *ctrlr; member
358 #define nvme_printf(ctrlr, fmt, args...) \ argument
H A Dnvme.h1521 struct nvme_resv_reg_ctrlr ctrlr[0]; member
1534 struct nvme_resv_reg_ctrlr_ext ctrlr[0]; member
/freebsd-13.1/sys/dev/nvd/
H A Dnvd.c78 struct nvd_controller *ctrlr; member
98 struct nvme_controller *ctrlr; member
168 struct nvd_controller *ctrlr; in nvd_unload() local
400 nvd_new_controller(struct nvme_controller *ctrlr) in nvd_new_controller()
422 struct nvd_controller *ctrlr = ctrlr_arg; in nvd_new_disk() local
516 struct nvd_controller *ctrlr = ctrlr_arg; in nvd_controller_fail() local
/freebsd-13.1/sbin/nvmecontrol/
H A Ddevlist.c85 int ctrlr, fd, found, ret; in devlist() local
/freebsd-13.1/usr.sbin/mlxcontrol/
H A Dinterface.c124 int ctrlr; member
152 mlxd_find_ctrlr(int unit, int *ctrlr, int *sysdrive) in mlxd_find_ctrlr()
H A Dcommand.c188 int fd, result, ctrlr, sysdrive, statvalid; in status_print() local