Searched defs:ctl_softc (Results 1 – 3 of 3) sorted by relevance
63 struct ctl_softc *ctl_softc; member171 struct ctl_softc *ctl_softc; member328 struct ctl_softc *ctl_softc; member379 struct ctl_softc *ctl_softc; member388 struct ctl_softc { struct389 struct mtx ctl_lock;390 struct cdev *dev;391 int num_luns;392 ctl_gen_flags flags;393 ctl_ha_mode ha_mode;[all …]
215 struct ctl_softc *ctl_softc; member
759 ctl_isc_handler_finish_xfer(struct ctl_softc *ctl_softc, in ctl_isc_handler_finish_xfer()783 ctl_isc_handler_finish_ser_only(struct ctl_softc *ctl_softc, in ctl_isc_handler_finish_ser_only()1854 ctl_clr_ua_allluns(struct ctl_softc *ctl_softc, uint32_t initidx, in ctl_clr_ua_allluns()3924 ctl_pool_create(struct ctl_softc *ctl_softc, const char *pool_name, in ctl_pool_create()4446 struct ctl_softc *ctl_softc = control_softc; in ctl_add_lun() local