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

/freebsd-10-stable/sys/cam/ctl/
H A Dctl_tpc.h34 uint64_t tpcl_resolve(struct ctl_softc *softc, int init_port,
H A Dctl_ha.h110 struct ctl_softc;
111 ctl_ha_status ctl_ha_msg_init(struct ctl_softc *softc);
112 void ctl_ha_msg_shutdown(struct ctl_softc *softc);
113 ctl_ha_status ctl_ha_msg_destroy(struct ctl_softc *softc);
H A Dctl_private.h61 struct ctl_softc *ctl_softc; member in struct:ctl_io_pool
165 struct ctl_softc *ctl_softc; member in union:ctl_softcs
382 struct ctl_softc *ctl_softc; member in struct:ctl_lun
429 struct ctl_softc *ctl_softc; member in struct:ctl_thread
438 struct ctl_softc { struct
490 int ctl_pool_create(struct ctl_softc *ctl_soft
[all...]
H A Dctl_frontend.c66 extern struct ctl_softc *control_softc;
71 struct ctl_softc *softc = control_softc;
107 struct ctl_softc *softc = control_softc;
129 struct ctl_softc *softc = control_softc;
146 struct ctl_softc *softc = control_softc;
153 port->ctl_softc = softc;
225 struct ctl_softc *softc = port->ctl_softc;
312 struct ctl_softc *softc = port->ctl_softc;
[all...]
H A Dctl.h140 struct ctl_softc;
184 void ctl_clr_ua_allluns(struct ctl_softc *ctl_softc, uint32_t initidx,
H A Dctl_frontend.h219 struct ctl_softc *ctl_softc; member in struct:ctl_port
H A Dctl_backend.c63 extern struct ctl_softc *control_softc;
68 struct ctl_softc *softc = control_softc;
105 struct ctl_softc *softc = control_softc;
127 struct ctl_softc *softc = control_softc;
H A Dctl_ha.c143 struct ctl_softc *ha_ctl_softc;
962 ctl_ha_msg_init(struct ctl_softc *ctl_softc) argument
967 softc->ha_ctl_softc = ctl_softc;
972 &ctl_softc->ctl_proc, NULL, 0, 0, "ctl", "ha_tx");
979 ctl_ha_msg_shutdown, ctl_softc, SHUTDOWN_PRI_FIRST);
980 SYSCTL_ADD_PROC(&ctl_softc->sysctl_ctx,
981 SYSCTL_CHILDREN(ctl_softc->sysctl_tree),
994 ctl_ha_msg_shutdown(struct ctl_softc *ctl_softc) argument
1013 ctl_ha_msg_destroy(struct ctl_softc *ctl_softc) argument
[all...]
H A Dctl.c86 struct ctl_softc *control_softc = NULL;
438 static int ctl_alloc_lun(struct ctl_softc *ctl_softc, struct ctl_lun *lun,
444 static int ctl_pro_preempt(struct ctl_softc *softc, struct ctl_lun *lun,
479 static int ctl_scsiio_precheck(struct ctl_softc *ctl_softc,
490 static void ctl_i_t_nexus_loss(struct ctl_softc *softc, uint32_t initidx,
575 struct ctl_softc *softc = control_softc;
596 struct ctl_softc *softc = control_softc;
756 ctl_isc_handler_finish_xfer(struct ctl_softc *ctl_soft argument
779 ctl_isc_handler_finish_ser_only(struct ctl_softc *ctl_softc, union ctl_ha_msg *msg_info) argument
1782 ctl_clr_ua_allluns(struct ctl_softc *ctl_softc, uint32_t initidx, ctl_ua_type ua_type) argument
3820 ctl_pool_create(struct ctl_softc *ctl_softc, const char *pool_name, uint32_t total_ctl_io, void **npool) argument
4470 ctl_alloc_lun(struct ctl_softc *ctl_softc, struct ctl_lun *ctl_lun, struct ctl_be_lun *const be_lun) argument
[all...]
H A Dctl_error.c535 mtx_assert(&lun->ctl_softc->ctl_lock, MA_NOTOWNED);
570 mtx_lock(&lun->ctl_softc->ctl_lock);
571 ctl_clr_ua_allluns(lun->ctl_softc, initidx, ua_to_build);
572 mtx_unlock(&lun->ctl_softc->ctl_lock);
H A Dctl_tpc_local.c269 tpcl_resolve(struct ctl_softc *softc, int init_port,
H A Dctl_io.h172 #define CTL_PORT(io) (((struct ctl_softc *)CTL_SOFTC(io))-> \
H A Dctl_tpc.c157 struct ctl_softc *softc = arg;
190 ctl_tpc_init(struct ctl_softc *softc)
200 ctl_tpc_shutdown(struct ctl_softc *softc)
242 struct ctl_softc *softc = lun->ctl_softc;
770 return (tpcl_resolve(list->lun->ctl_softc,
1417 struct ctl_softc *softc = lun->ctl_softc;
2017 struct ctl_softc *softc = CTL_SOFTC(ctsio);
2181 struct ctl_softc *soft
[all...]
H A Dctl_backend_ramdisk.c135 extern struct ctl_softc *control_softc;
H A Dctl_backend_block.c220 extern struct ctl_softc *control_softc;

Completed in 205 milliseconds