Searched refs:tsoftc (Results 1 – 1 of 1) sorted by relevance
82 struct tpcl_softc *tsoftc = &tpcl_softc; in tpcl_init() local87 memset(tsoftc, 0, sizeof(*tsoftc)); in tpcl_init()89 port = &tsoftc->port; in tpcl_init()120 struct tpcl_softc *tsoftc = &tpcl_softc; in tpcl_shutdown() local121 struct ctl_port *port = &tsoftc->port; in tpcl_shutdown()312 struct tpcl_softc *tsoftc = &tpcl_softc; in tpcl_alloc_io() local314 return (ctl_alloc_io(tsoftc->port.ctl_pool_ref)); in tpcl_alloc_io()320 struct tpcl_softc *tsoftc = &tpcl_softc; in tpcl_queue() local323 io->io_hdr.nexus.targ_port = tsoftc->port.targ_port; in tpcl_queue()325 io->scsiio.tag_num = atomic_fetchadd_int(&tsoftc->cur_tag_num, 1); in tpcl_queue()