Searched refs:ctl_softc (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/cam/ctl/ |
H A D | ctl_private.h | 63 struct ctl_softc *ctl_softc; member 171 struct ctl_softc *ctl_softc; member 328 struct ctl_softc *ctl_softc; member 379 struct ctl_softc *ctl_softc; member 388 struct ctl_softc { struct 429 extern struct ctl_softc *control_softc; argument 441 int ctl_pool_create(struct ctl_softc *ctl_softc, const char *pool_name, 489 void ctl_tpc_init(struct ctl_softc *softc); 490 void ctl_tpc_shutdown(struct ctl_softc *softc);
|
H A D | ctl_frontend.c | 70 struct ctl_softc *softc = control_softc; in ctl_frontend_register() 106 struct ctl_softc *softc = control_softc; in ctl_frontend_deregister() 128 struct ctl_softc *softc = control_softc; in ctl_frontend_find() 145 struct ctl_softc *softc = control_softc; in ctl_port_register() 152 port->ctl_softc = softc; in ctl_port_register() 224 struct ctl_softc *softc = port->ctl_softc; in ctl_port_deregister() 311 struct ctl_softc *softc = port->ctl_softc; in ctl_port_online() 354 struct ctl_softc *softc = port->ctl_softc; in ctl_port_offline()
|
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_backend.c | 65 struct ctl_softc *softc = control_softc; in ctl_backend_register() 101 struct ctl_softc *softc = control_softc; in ctl_backend_deregister() 123 struct ctl_softc *softc = control_softc; in ctl_backend_find()
|
H A D | ctl.h | 146 struct ctl_softc; 197 void ctl_clr_ua_allluns(struct ctl_softc *ctl_softc, uint32_t initidx,
|
H A D | ctl.c | 90 struct ctl_softc *control_softc = NULL; 409 static int ctl_pro_preempt(struct ctl_softc *softc, struct ctl_lun *lun, 461 static void ctl_i_t_nexus_loss(struct ctl_softc *softc, uint32_t initidx, 576 struct ctl_softc *softc = control_softc; in ctl_ha_init() 597 struct ctl_softc *softc = control_softc; in ctl_ha_shutdown() 759 ctl_isc_handler_finish_xfer(struct ctl_softc *ctl_softc, in ctl_isc_handler_finish_xfer() argument 783 ctl_isc_handler_finish_ser_only(struct ctl_softc *ctl_softc, in ctl_isc_handler_finish_ser_only() argument 802 struct ctl_softc *softc = lun->ctl_softc; in ctl_isc_announce_lun() 867 struct ctl_softc *softc = port->ctl_softc; in ctl_isc_announce_port() 928 struct ctl_softc *softc = port->ctl_softc; in ctl_isc_announce_iid() [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 | 540 mtx_assert(&lun->ctl_softc->ctl_lock, MA_NOTOWNED); in ctl_build_ua() 575 mtx_lock(&lun->ctl_softc->ctl_lock); in ctl_build_ua() 576 ctl_clr_ua_allluns(lun->ctl_softc, initidx, ua_to_build); in ctl_build_ua() 577 mtx_unlock(&lun->ctl_softc->ctl_lock); in ctl_build_ua()
|
H A D | ctl_tpc.c | 158 struct ctl_softc *softc = arg; in tpc_timeout() 191 ctl_tpc_init(struct ctl_softc *softc) in ctl_tpc_init() 202 ctl_tpc_shutdown(struct ctl_softc *softc) in ctl_tpc_shutdown() 244 struct ctl_softc *softc = lun->ctl_softc; in ctl_tpc_lun_shutdown() 772 return (tpcl_resolve(list->lun->ctl_softc, in tpc_resolve() 1419 struct ctl_softc *softc = lun->ctl_softc; in tpc_process() 2019 struct ctl_softc *softc = CTL_SOFTC(ctsio); in ctl_populate_token() 2183 struct ctl_softc *softc = CTL_SOFTC(ctsio); in ctl_write_using_token() 2423 struct ctl_softc *softc = CTL_SOFTC(ctsio); in ctl_report_all_rod_tokens()
|
H A D | ctl_tpc_local.c | 265 tpcl_resolve(struct ctl_softc *softc, int init_port, in tpcl_resolve()
|
H A D | ctl_io.h | 173 #define CTL_PORT(io) (((struct ctl_softc *)CTL_SOFTC(io))-> \
|