Home
last modified time | relevance | path

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

/freebsd-14.2/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
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 Dctl_frontend.c68 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 Dctl_backend.c63 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 Dctl_ha.h113 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 Dctl_ha.c80 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 Dctl.h145 struct ctl_softc;
196 void ctl_clr_ua_allluns(struct ctl_softc *ctl_softc, uint32_t initidx,
H A Dctl.c832 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 Dctl_frontend.h215 struct ctl_softc *ctl_softc; member
H A Dctl_tpc.h34 uint64_t tpcl_resolve(struct ctl_softc *softc, int init_port,
H A Dctl_error.c541 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 Dctl_tpc.c159 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 Dctl_tpc_local.c266 tpcl_resolve(struct ctl_softc *softc, int init_port, in tpcl_resolve()
H A Dctl_io.h171 #define CTL_PORT(io) (((struct ctl_softc *)CTL_SOFTC(io))-> \
H A Dctl_backend_ramdisk.c136 extern struct ctl_softc *control_softc;
H A Dctl_backend_block.c228 extern struct ctl_softc *control_softc;