Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c54 nvme_ctrlr_barrier(struct nvme_controller *ctrlr, int flags) in nvme_ctrlr_barrier() argument
60 nvme_ctrlr_devctl_va(struct nvme_controller *ctrlr, const char *type, in nvme_ctrlr_devctl_va() argument
77 nvme_ctrlr_devctl(struct nvme_controller *ctrlr, const char *type, const char *msg, ...) in nvme_ctrlr_devctl() argument
87 nvme_ctrlr_devctl_log(struct nvme_controller *ctrlr, const char *type, const char *msg, ...) in nvme_ctrlr_devctl_log() argument
109 nvme_ctrlr_construct_admin_qpair(struct nvme_controller * ctrlr) nvme_ctrlr_construct_admin_qpair() argument
142 QP(ctrlr,c) global() argument
145 nvme_ctrlr_construct_io_qpairs(struct nvme_controller * ctrlr) nvme_ctrlr_construct_io_qpairs() argument
235 nvme_ctrlr_fail(struct nvme_controller * ctrlr,bool admin_also) nvme_ctrlr_fail() argument
264 nvme_ctrlr_wait_for_ready(struct nvme_controller * ctrlr,int desired_val) nvme_ctrlr_wait_for_ready() argument
290 nvme_ctrlr_disable(struct nvme_controller * ctrlr) nvme_ctrlr_disable() argument
335 nvme_ctrlr_enable(struct nvme_controller * ctrlr) nvme_ctrlr_enable() argument
398 nvme_ctrlr_disable_qpairs(struct nvme_controller * ctrlr) nvme_ctrlr_disable_qpairs() argument
415 nvme_ctrlr_hw_reset(struct nvme_controller * ctrlr) nvme_ctrlr_hw_reset() argument
438 nvme_ctrlr_reset(struct nvme_controller * ctrlr) nvme_ctrlr_reset() argument
456 nvme_ctrlr_identify(struct nvme_controller * ctrlr) nvme_ctrlr_identify() argument
485 nvme_ctrlr_set_num_qpairs(struct nvme_controller * ctrlr) nvme_ctrlr_set_num_qpairs() argument
521 nvme_ctrlr_create_qpairs(struct nvme_controller * ctrlr) nvme_ctrlr_create_qpairs() argument
553 nvme_ctrlr_delete_qpairs(struct nvme_controller * ctrlr) nvme_ctrlr_delete_qpairs() argument
584 nvme_ctrlr_construct_namespaces(struct nvme_controller * ctrlr) nvme_ctrlr_construct_namespaces() argument
616 nvme_ctrlr_get_log_page_size(struct nvme_controller * ctrlr,uint8_t page_id) nvme_ctrlr_get_log_page_size() argument
653 nvme_ctrlr_log_critical_warnings(struct nvme_controller * ctrlr,uint8_t state) nvme_ctrlr_log_critical_warnings() argument
817 nvme_ctrlr_construct_and_submit_aer(struct nvme_controller * ctrlr,struct nvme_async_event_request * aer) nvme_ctrlr_construct_and_submit_aer() argument
842 nvme_ctrlr_configure_aer(struct nvme_controller * ctrlr) nvme_ctrlr_configure_aer() argument
881 nvme_ctrlr_configure_int_coalescing(struct nvme_controller * ctrlr) nvme_ctrlr_configure_int_coalescing() argument
897 nvme_ctrlr_hmb_free(struct nvme_controller * ctrlr) nvme_ctrlr_hmb_free() argument
930 nvme_ctrlr_hmb_alloc(struct nvme_controller * ctrlr) nvme_ctrlr_hmb_alloc() argument
1049 nvme_ctrlr_hmb_enable(struct nvme_controller * ctrlr,bool enable,bool memret) nvme_ctrlr_hmb_enable() argument
1073 struct nvme_controller *ctrlr = ctrlr_arg; nvme_ctrlr_start() local
1157 struct nvme_controller *ctrlr = arg; nvme_ctrlr_start_config_hook() local
1190 struct nvme_controller *ctrlr = arg; nvme_ctrlr_reset_task() local
1210 nvme_ctrlr_poll(struct nvme_controller * ctrlr) nvme_ctrlr_poll() argument
1229 struct nvme_controller *ctrlr = arg; nvme_ctrlr_shared_handler() local
1257 nvme_ctrlr_passthrough_cmd(struct nvme_controller * ctrlr,struct nvme_pt_command * pt,uint32_t nsid,int is_user_buffer,int is_admin_cmd) nvme_ctrlr_passthrough_cmd() argument
1340 nvme_ctrlr_linux_passthru_cmd(struct nvme_controller * ctrlr,struct nvme_passthru_cmd * npc,uint32_t nsid,bool is_user,bool is_admin) nvme_ctrlr_linux_passthru_cmd() argument
1421 struct nvme_controller *ctrlr; nvme_ctrlr_ioctl() local
1473 nvme_ctrlr_construct(struct nvme_controller * ctrlr,device_t dev) nvme_ctrlr_construct() argument
1610 nvme_ctrlr_destruct(struct nvme_controller * ctrlr,device_t dev) nvme_ctrlr_destruct() argument
1692 nvme_ctrlr_shutdown(struct nvme_controller * ctrlr) nvme_ctrlr_shutdown() argument
1720 nvme_ctrlr_submit_admin_request(struct nvme_controller * ctrlr,struct nvme_request * req) nvme_ctrlr_submit_admin_request() argument
1728 nvme_ctrlr_submit_io_request(struct nvme_controller * ctrlr,struct nvme_request * req) nvme_ctrlr_submit_io_request() argument
1738 nvme_ctrlr_get_device(struct nvme_controller * ctrlr) nvme_ctrlr_get_device() argument
1745 nvme_ctrlr_get_data(struct nvme_controller * ctrlr) nvme_ctrlr_get_data() argument
1752 nvme_ctrlr_suspend(struct nvme_controller * ctrlr) nvme_ctrlr_suspend() argument
1798 nvme_ctrlr_resume(struct nvme_controller * ctrlr) nvme_ctrlr_resume() argument
[all...]
H A Dnvme_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, uint32_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()
100 nvme_ctrlr_cmd_create_io_sq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_create_io_sq()
124 nvme_ctrlr_cmd_delete_io_cq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_delete_io_cq()
145 nvme_ctrlr_cmd_delete_io_sq(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_delete_io_sq()
166 nvme_ctrlr_cmd_set_feature(struct nvme_controller *ctrlr, uint8_t feature, in nvme_ctrlr_cmd_set_feature()
189 nvme_ctrlr_cmd_get_feature(struct nvme_controller *ctrlr, uint8_t feature, in nvme_ctrlr_cmd_get_feature()
207 nvme_ctrlr_cmd_set_num_queues(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_set_num_queues()
218 nvme_ctrlr_cmd_set_async_event_config(struct nvme_controller *ctrlr, in nvme_ctrlr_cmd_set_async_event_config()
[all …]
H A Dnvme_pci.c117 struct nvme_controller *ctrlr = DEVICE2SOFTC(device); in nvme_pci_probe() local
152 nvme_ctrlr_allocate_bar(struct nvme_controller *ctrlr) in nvme_ctrlr_allocate_bar()
186 struct nvme_controller*ctrlr = DEVICE2SOFTC(dev); in nvme_pci_attach() local
225 struct nvme_controller*ctrlr = DEVICE2SOFTC(dev); in nvme_pci_detach() local
236 nvme_ctrlr_setup_shared(struct nvme_controller *ctrlr, int rid) in nvme_ctrlr_setup_shared()
261 nvme_ctrlr_setup_interrupts(struct nvme_controller *ctrlr) in nvme_ctrlr_setup_interrupts()
344 struct nvme_controller *ctrlr; in nvme_pci_suspend() local
353 struct nvme_controller *ctrlr; in nvme_pci_resume() local
H A Dnvme_sysctl.c98 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_int_coal_time() local
117 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_int_coal_threshold() local
173 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_cmds() local
190 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_intr_handler_calls() local
207 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_retries() local
224 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_failures() local
241 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_ignored() local
258 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_num_recovery_nolock() local
275 struct nvme_controller *ctrlr = arg1; in nvme_sysctl_reset_stats() local
346 nvme_sysctl_initialize_ctrlr(struct nvme_controller *ctrlr) in nvme_sysctl_initialize_ctrlr()
H A Dnvme.c74 struct nvme_controller *ctrlr; in nvme_shutdown() local
85 struct nvme_controller *ctrlr = DEVICE2SOFTC(dev); in nvme_attach() local
106 struct nvme_controller *ctrlr = DEVICE2SOFTC(dev); in nvme_detach() local
116 struct nvme_controller *ctrlr) in nvme_notify()
169 nvme_notify_new_controller(struct nvme_controller *ctrlr) in nvme_notify_new_controller()
184 struct nvme_controller *ctrlr; in nvme_notify_new_consumer() local
199 nvme_notify_async_consumers(struct nvme_controller *ctrlr, in nvme_notify_async_consumers()
219 nvme_notify_fail_consumers(struct nvme_controller *ctrlr) in nvme_notify_fail_consumers()
246 nvme_notify_ns(struct nvme_controller *ctrlr, int nsid) in nvme_notify_ns()
H A Dnvme_sim.c91 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
309 nvme_sim_new_controller(struct nvme_controller *ctrlr) in nvme_sim_new_controller()
H A Dnvme_ahci.c66 struct nvme_controller*ctrlr = DEVICE2SOFTC(dev); in nvme_ahci_attach() local
H A Dnvme_qpair.c724 struct nvme_controller *ctrlr) in nvme_qpair_construct()
1045 struct nvme_controller *ctrlr = qpair->ctrlr; in nvme_qpair_timeout() local
1242 struct nvme_controller *ctrlr; in nvme_qpair_submit_tracker() local
H A Dnvme_ns.c68 struct nvme_controller *ctrlr; in nvme_ns_ioctl() local
521 struct nvme_controller *ctrlr) in nvme_ns_construct()
H A Dnvme_private.h124 struct nvme_controller *ctrlr; member
149 struct nvme_controller *ctrlr; member
201 struct nvme_controller *ctrlr; member
350 #define nvme_printf(ctrlr, fmt, args...) \ argument
H A Dnvme.h1791 struct nvme_resv_reg_ctrlr ctrlr[0]; global() member
1804 struct nvme_resv_reg_ctrlr_ext ctrlr[0]; global() member
[all...]
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c28 nvmft_printf(struct nvmft_controller *ctrlr, const char *fmt, ...) in nvmft_printf()
54 struct nvmft_controller *ctrlr; in nvmft_controller_alloc() local
81 nvmft_controller_free(struct nvmft_controller *ctrlr) in nvmft_controller_free()
92 struct nvmft_controller *ctrlr = arg; in nvmft_keep_alive_timer() local
114 struct nvmft_controller *ctrlr; in nvmft_handoff_admin_queue() local
180 struct nvmft_controller *ctrlr; in nvmft_handoff_io_queue() local
294 struct nvmft_controller *ctrlr = arg; in nvmft_controller_shutdown() local
362 struct nvmft_controller *ctrlr = arg; in nvmft_controller_terminate() local
401 nvmft_controller_error(struct nvmft_controller *ctrlr, struct nvmft_qpair *qp, in nvmft_controller_error()
526 handle_get_log_page(struct nvmft_controller *ctrlr, in handle_get_log_page()
[all …]
H A Dctl_frontend_nvmf.c82 struct nvmft_controller *ctrlr; in nvmft_offline() local
102 struct nvmft_controller *ctrlr; in nvmft_lun_enable() local
158 struct nvmft_controller *ctrlr; in nvmft_lun_disable() local
216 struct nvmft_controller *ctrlr = nvmft_qpair_ctrlr(qp); nvmft_dispatch_command() local
256 nvmft_terminate_commands(struct nvmft_controller * ctrlr) nvmft_terminate_commands() argument
530 struct nvmft_controller *ctrlr; nvmft_done() local
1036 struct nvmft_controller *ctrlr; nvmft_list() local
1096 struct nvmft_controller *ctrlr; nvmft_terminate() local
[all...]
H A Dnvmft_qpair.c25 struct nvmft_controller *ctrlr; member
52 struct nvmft_controller *ctrlr = qp->ctrlr; in nvmft_qpair_error() local
71 struct nvmft_controller *ctrlr = qp->ctrlr; in nvmft_receive_capsule() local
363 const struct nvmf_fabric_connect_cmd *cmd, struct nvmft_controller *ctrlr) in nvmft_finish_accept()
/freebsd/sys/dev/nvd/
H A Dnvd.c76 struct nvd_controller *ctrlr; member
96 struct nvme_controller *ctrlr; member
166 struct nvd_controller *ctrlr; in nvd_unload() local
398 nvd_new_controller(struct nvme_controller *ctrlr) in nvd_new_controller()
420 struct nvd_controller *ctrlr = ctrlr_arg; in nvd_new_disk() local
518 struct nvd_controller *ctrlr = ctrlr_arg; in nvd_controller_fail() local
/freebsd/sbin/nvmecontrol/
H A Ddevlist.c92 scan_namespace(int fd,int ctrlr,uint32_t nsid) scan_namespace() argument
116 scan_controller(int ctrlr) scan_controller() argument
166 int ctrlr, found; devlist() local
[all...]
/freebsd/usr.sbin/mlxcontrol/
H A Dinterface.c122 int ctrlr; member
150 mlxd_find_ctrlr(int unit, int *ctrlr, int *sysdrive) in mlxd_find_ctrlr()
H A Dcommand.c186 int fd, result, ctrlr, sysdrive, statvalid; in status_print() local