Home
last modified time | relevance | path

Searched refs:tsoftc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_tpc_local.c82 struct tpcl_softc *tsoftc = &tpcl_softc; in tpcl_init() local
87 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() local
121 struct ctl_port *port = &tsoftc->port; in tpcl_shutdown()
312 struct tpcl_softc *tsoftc = &tpcl_softc; in tpcl_alloc_io() local
314 return (ctl_alloc_io(tsoftc->port.ctl_pool_ref)); in tpcl_alloc_io()
320 struct tpcl_softc *tsoftc = &tpcl_softc; in tpcl_queue() local
323 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()