Searched refs:ctl_softc (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_private.h | 63 struct ctl_softc *ctl_softc; member 164 struct ctl_softc *ctl_softc; member 384 struct ctl_softc *ctl_softc; member 435 struct ctl_softc *ctl_softc; member 444 struct ctl_softc { struct 494 int ctl_pool_create(struct ctl_softc *ctl_softc, const char *pool_name, argument 533 void ctl_tpc_init(struct ctl_softc *softc); 534 void ctl_tpc_shutdown(struct ctl_softc *softc);
|
| H A D | ctl_frontend.c | 68 extern struct ctl_softc *control_softc; 73 struct ctl_softc *softc = control_softc; in ctl_frontend_register() 109 struct ctl_softc *softc = control_softc; in ctl_frontend_deregister() 131 struct ctl_softc *softc = control_softc; in ctl_frontend_find() 148 struct ctl_softc *softc = control_softc; in ctl_port_register() 155 port->ctl_softc = softc; in ctl_port_register() 227 struct ctl_softc *softc = port->ctl_softc; in ctl_port_deregister() 314 struct ctl_softc *softc = port->ctl_softc; in ctl_port_online() 357 struct ctl_softc *softc = port->ctl_softc; in ctl_port_offline()
|
| H A D | ctl_backend.c | 63 extern struct ctl_softc *control_softc; 68 struct ctl_softc *softc = control_softc; in ctl_backend_register() 104 struct ctl_softc *softc = control_softc; in ctl_backend_deregister() 126 struct ctl_softc *softc = control_softc; in ctl_backend_find()
|
| H A D | ctl_ha.h | 113 struct ctl_softc; 114 ctl_ha_status ctl_ha_msg_init(struct ctl_softc *softc); 115 void ctl_ha_msg_shutdown(struct ctl_softc *softc); 116 ctl_ha_status ctl_ha_msg_destroy(struct ctl_softc *softc);
|
| H A D | ctl_ha.c | 80 struct ctl_softc *ha_ctl_softc; 876 ctl_ha_msg_init(struct ctl_softc *ctl_softc) in ctl_ha_msg_init() argument 881 softc->ha_ctl_softc = ctl_softc; in ctl_ha_msg_init() 886 &ctl_softc->ctl_proc, NULL, 0, 0, "ctl", "ha_tx"); in ctl_ha_msg_init() 893 ctl_ha_msg_shutdown, ctl_softc, SHUTDOWN_PRI_FIRST); in ctl_ha_msg_init() 894 SYSCTL_ADD_PROC(&ctl_softc->sysctl_ctx, in ctl_ha_msg_init() 895 SYSCTL_CHILDREN(ctl_softc->sysctl_tree), in ctl_ha_msg_init() 909 ctl_ha_msg_shutdown(struct ctl_softc *ctl_softc) in ctl_ha_msg_shutdown() argument 931 ctl_ha_msg_destroy(struct ctl_softc *ctl_softc) in ctl_ha_msg_destroy() argument 941 ctl_ha_msg_shutdown(ctl_softc); /* Just in case. */ in ctl_ha_msg_destroy()
|
| H A D | ctl.h | 145 struct ctl_softc; 196 void ctl_clr_ua_allluns(struct ctl_softc *ctl_softc, uint32_t initidx,
|
| H A D | ctl.c | 832 struct ctl_softc *softc = lun->ctl_softc; in ctl_isc_announce_lun() 897 struct ctl_softc *softc = port->ctl_softc; in ctl_isc_announce_port() 958 struct ctl_softc *softc = port->ctl_softc; in ctl_isc_announce_iid() 995 struct ctl_softc *softc = lun->ctl_softc; in ctl_isc_announce_mode() 1808 struct ctl_softc *softc = lun->ctl_softc; in ctl_est_ua() 1838 struct ctl_softc *softc = lun->ctl_softc; in ctl_est_ua_all() 1849 struct ctl_softc *softc = lun->ctl_softc; in ctl_clr_ua() 1864 struct ctl_softc *softc = lun->ctl_softc; in ctl_clr_ua_all() 2146 struct ctl_softc *softc = port->ctl_softc; in ctl_remove_initiator() 3942 pool->ctl_softc = ctl_softc; in ctl_pool_create() [all …]
|
| H A D | ctl_frontend.h | 215 struct ctl_softc *ctl_softc; member
|
| H A D | ctl_tpc.h | 34 uint64_t tpcl_resolve(struct ctl_softc *softc, int init_port,
|
| H A D | ctl_error.c | 541 mtx_assert(&lun->ctl_softc->ctl_lock, MA_NOTOWNED); in ctl_build_ua() 576 mtx_lock(&lun->ctl_softc->ctl_lock); in ctl_build_ua() 577 ctl_clr_ua_allluns(lun->ctl_softc, initidx, ua_to_build); in ctl_build_ua() 578 mtx_unlock(&lun->ctl_softc->ctl_lock); in ctl_build_ua()
|
| H A D | ctl_tpc.c | 159 struct ctl_softc *softc = arg; in tpc_timeout() 192 ctl_tpc_init(struct ctl_softc *softc) in ctl_tpc_init() 203 ctl_tpc_shutdown(struct ctl_softc *softc) in ctl_tpc_shutdown() 245 struct ctl_softc *softc = lun->ctl_softc; in ctl_tpc_lun_shutdown() 773 return (tpcl_resolve(list->lun->ctl_softc, in tpc_resolve() 1420 struct ctl_softc *softc = lun->ctl_softc; in tpc_process() 2020 struct ctl_softc *softc = CTL_SOFTC(ctsio); in ctl_populate_token() 2184 struct ctl_softc *softc = CTL_SOFTC(ctsio); in ctl_write_using_token() 2424 struct ctl_softc *softc = CTL_SOFTC(ctsio); in ctl_report_all_rod_tokens()
|
| H A D | ctl_tpc_local.c | 266 tpcl_resolve(struct ctl_softc *softc, int init_port, in tpcl_resolve()
|
| H A D | ctl_io.h | 171 #define CTL_PORT(io) (((struct ctl_softc *)CTL_SOFTC(io))-> \
|
| H A D | ctl_backend_ramdisk.c | 136 extern struct ctl_softc *control_softc;
|
| H A D | ctl_backend_block.c | 228 extern struct ctl_softc *control_softc;
|