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

/freebsd-13-stable/sys/cam/ctl/
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_tpc.h36 uint64_t tpcl_resolve(struct ctl_softc *softc, int init_port,
H A Dctl_backend.c65 extern struct ctl_softc *control_softc;
70 struct ctl_softc *softc = control_softc;
106 struct ctl_softc *softc = control_softc;
128 struct ctl_softc *softc = control_softc;
H A Dctl_private.h63 struct ctl_softc *ctl_softc; member in struct:ctl_io_pool
164 struct ctl_softc *ctl_softc; member in union:ctl_softcs
384 struct ctl_softc *ctl_softc; member in struct:ctl_lun
427 struct ctl_softc *ctl_softc; member in struct:ctl_thread
436 struct ctl_softc { struct
486 int ctl_pool_create(struct ctl_softc *ctl_soft
[all...]
H A Dctl_frontend.c70 extern struct ctl_softc *control_softc;
75 struct ctl_softc *softc = control_softc;
111 struct ctl_softc *softc = control_softc;
133 struct ctl_softc *softc = control_softc;
150 struct ctl_softc *softc = control_softc;
157 port->ctl_softc = softc;
229 struct ctl_softc *softc = port->ctl_softc;
316 struct ctl_softc *softc = port->ctl_softc;
[all...]
H A Dctl.h143 struct ctl_softc;
191 void ctl_clr_ua_allluns(struct ctl_softc *ctl_softc, uint32_t initidx,
H A Dctl_frontend.h216 struct ctl_softc *ctl_softc; member in struct:ctl_port
H A Dctl_ha.c82 struct ctl_softc *ha_ctl_softc;
878 ctl_ha_msg_init(struct ctl_softc *ctl_softc) argument
883 softc->ha_ctl_softc = ctl_softc;
888 &ctl_softc->ctl_proc, NULL, 0, 0, "ctl", "ha_tx");
895 ctl_ha_msg_shutdown, ctl_softc, SHUTDOWN_PRI_FIRST);
896 SYSCTL_ADD_PROC(&ctl_softc->sysctl_ctx,
897 SYSCTL_CHILDREN(ctl_softc->sysctl_tree),
911 ctl_ha_msg_shutdown(struct ctl_softc *ctl_softc) argument
930 ctl_ha_msg_destroy(struct ctl_softc *ctl_softc) argument
[all...]
H A Dctl.c92 struct ctl_softc *control_softc = NULL;
477 static int ctl_pro_preempt(struct ctl_softc *softc, struct ctl_lun *lun,
527 static void ctl_i_t_nexus_loss(struct ctl_softc *softc, uint32_t initidx,
610 struct ctl_softc *softc = control_softc;
631 struct ctl_softc *softc = control_softc;
791 ctl_isc_handler_finish_xfer(struct ctl_softc *ctl_softc, argument
814 ctl_isc_handler_finish_ser_only(struct ctl_softc *ctl_softc, argument
833 struct ctl_softc *soft
1806 ctl_clr_ua_allluns(struct ctl_softc *ctl_softc, uint32_t initidx, ctl_ua_type ua_type) argument
3848 ctl_pool_create(struct ctl_softc *ctl_softc, const char *pool_name, uint32_t total_ctl_io, void **npool) argument
4498 struct ctl_softc *ctl_softc = control_softc; local
[all...]
H A Dctl_error.c543 mtx_assert(&lun->ctl_softc->ctl_lock, MA_NOTOWNED);
578 mtx_lock(&lun->ctl_softc->ctl_lock);
579 ctl_clr_ua_allluns(lun->ctl_softc, initidx, ua_to_build);
580 mtx_unlock(&lun->ctl_softc->ctl_lock);
H A Dctl_io.h169 #define CTL_PORT(io) (((struct ctl_softc *)CTL_SOFTC(io))-> \
H A Dctl_tpc_local.c268 tpcl_resolve(struct ctl_softc *softc, int init_port,
H A Dctl_tpc.c161 struct ctl_softc *softc = arg;
194 ctl_tpc_init(struct ctl_softc *softc)
204 ctl_tpc_shutdown(struct ctl_softc *softc)
246 struct ctl_softc *softc = lun->ctl_softc;
774 return (tpcl_resolve(list->lun->ctl_softc,
1421 struct ctl_softc *softc = lun->ctl_softc;
2021 struct ctl_softc *softc = CTL_SOFTC(ctsio);
2185 struct ctl_softc *soft
[all...]
H A Dctl_backend_ramdisk.c138 extern struct ctl_softc *control_softc;
H A Dctl_backend_block.c227 extern struct ctl_softc *control_softc;

Completed in 179 milliseconds