Home
last modified time | relevance | path

Searched refs:ctl_softc (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/sys/cam/ctl/
H A Dctl_private.h63 struct ctl_softc *ctl_softc; member
164 struct ctl_softc *ctl_softc; member
384 struct ctl_softc *ctl_softc; member
427 struct ctl_softc *ctl_softc; member
436 struct ctl_softc { struct
486 int ctl_pool_create(struct ctl_softc *ctl_softc, const char *pool_name, argument
525 void ctl_tpc_init(struct ctl_softc *softc);
526 void ctl_tpc_shutdown(struct ctl_softc *softc);
H A Dctl_frontend.c70 extern struct ctl_softc *control_softc;
75 struct ctl_softc *softc = control_softc; in ctl_frontend_register()
111 struct ctl_softc *softc = control_softc; in ctl_frontend_deregister()
133 struct ctl_softc *softc = control_softc; in ctl_frontend_find()
150 struct ctl_softc *softc = control_softc; in ctl_port_register()
157 port->ctl_softc = softc; in ctl_port_register()
229 struct ctl_softc *softc = port->ctl_softc; in ctl_port_deregister()
316 struct ctl_softc *softc = port->ctl_softc; in ctl_port_online()
359 struct ctl_softc *softc = port->ctl_softc; in ctl_port_offline()
H A Dctl_backend.c65 extern struct ctl_softc *control_softc;
70 struct ctl_softc *softc = control_softc; in ctl_backend_register()
106 struct ctl_softc *softc = control_softc; in ctl_backend_deregister()
128 struct ctl_softc *softc = control_softc; in ctl_backend_find()
H A Dctl_ha.h112 struct ctl_softc;
113 ctl_ha_status ctl_ha_msg_init(struct ctl_softc *softc);
114 void ctl_ha_msg_shutdown(struct ctl_softc *softc);
115 ctl_ha_status ctl_ha_msg_destroy(struct ctl_softc *softc);
H A Dctl_ha.c82 struct ctl_softc *ha_ctl_softc;
878 ctl_ha_msg_init(struct ctl_softc *ctl_softc) in ctl_ha_msg_init() argument
883 softc->ha_ctl_softc = ctl_softc; in ctl_ha_msg_init()
888 &ctl_softc->ctl_proc, NULL, 0, 0, "ctl", "ha_tx"); in ctl_ha_msg_init()
895 ctl_ha_msg_shutdown, ctl_softc, SHUTDOWN_PRI_FIRST); in ctl_ha_msg_init()
896 SYSCTL_ADD_PROC(&ctl_softc->sysctl_ctx, in ctl_ha_msg_init()
897 SYSCTL_CHILDREN(ctl_softc->sysctl_tree), in ctl_ha_msg_init()
911 ctl_ha_msg_shutdown(struct ctl_softc *ctl_softc) in ctl_ha_msg_shutdown() argument
930 ctl_ha_msg_destroy(struct ctl_softc *ctl_softc) in ctl_ha_msg_destroy() argument
940 ctl_ha_msg_shutdown(ctl_softc); /* Just in case. */ in ctl_ha_msg_destroy()
H A Dctl.h143 struct ctl_softc;
191 void ctl_clr_ua_allluns(struct ctl_softc *ctl_softc, uint32_t initidx,
H A Dctl.c833 struct ctl_softc *softc = lun->ctl_softc; in ctl_isc_announce_lun()
898 struct ctl_softc *softc = port->ctl_softc; in ctl_isc_announce_port()
959 struct ctl_softc *softc = port->ctl_softc; in ctl_isc_announce_iid()
996 struct ctl_softc *softc = lun->ctl_softc; in ctl_isc_announce_mode()
1735 struct ctl_softc *softc = lun->ctl_softc; in ctl_est_ua()
1765 struct ctl_softc *softc = lun->ctl_softc; in ctl_est_ua_all()
1776 struct ctl_softc *softc = lun->ctl_softc; in ctl_clr_ua()
1791 struct ctl_softc *softc = lun->ctl_softc; in ctl_clr_ua_all()
2073 struct ctl_softc *softc = port->ctl_softc; in ctl_remove_initiator()
3860 pool->ctl_softc = ctl_softc; in ctl_pool_create()
[all …]
H A Dctl_frontend.h216 struct ctl_softc *ctl_softc; member
H A Dctl_tpc.h36 uint64_t tpcl_resolve(struct ctl_softc *softc, int init_port,
H A Dctl_error.c543 mtx_assert(&lun->ctl_softc->ctl_lock, MA_NOTOWNED); in ctl_build_ua()
578 mtx_lock(&lun->ctl_softc->ctl_lock); in ctl_build_ua()
579 ctl_clr_ua_allluns(lun->ctl_softc, initidx, ua_to_build); in ctl_build_ua()
580 mtx_unlock(&lun->ctl_softc->ctl_lock); in ctl_build_ua()
H A Dctl_tpc.c161 struct ctl_softc *softc = arg; in tpc_timeout()
194 ctl_tpc_init(struct ctl_softc *softc) in ctl_tpc_init()
205 ctl_tpc_shutdown(struct ctl_softc *softc) in ctl_tpc_shutdown()
247 struct ctl_softc *softc = lun->ctl_softc; in ctl_tpc_lun_shutdown()
775 return (tpcl_resolve(list->lun->ctl_softc, in tpc_resolve()
1422 struct ctl_softc *softc = lun->ctl_softc; in tpc_process()
2022 struct ctl_softc *softc = CTL_SOFTC(ctsio); in ctl_populate_token()
2186 struct ctl_softc *softc = CTL_SOFTC(ctsio); in ctl_write_using_token()
2426 struct ctl_softc *softc = CTL_SOFTC(ctsio); in ctl_report_all_rod_tokens()
H A Dctl_tpc_local.c268 tpcl_resolve(struct ctl_softc *softc, int init_port, in tpcl_resolve()
H A Dctl_io.h169 #define CTL_PORT(io) (((struct ctl_softc *)CTL_SOFTC(io))-> \
H A Dctl_backend_ramdisk.c138 extern struct ctl_softc *control_softc;
H A Dctl_backend_block.c226 extern struct ctl_softc *control_softc;