Lines Matching refs:targ_lun

594 			tmp_io->io_hdr.nexus.targ_lun,
685 io->io_hdr.nexus.targ_lun);
1834 uint32_t targ_lun;
1838 targ_lun = ctsio->io_hdr.nexus.targ_mapped_lun;
1839 lun = softc->ctl_luns[targ_lun];
8819 uint32_t targ_lun;
8823 targ_lun = msg->hdr.nexus.targ_mapped_lun;
8824 lun = softc->ctl_luns[targ_lun];
11630 uint32_t initidx, targ_lun;
11637 targ_lun = ctsio->io_hdr.nexus.targ_mapped_lun;
11638 if ((targ_lun < CTL_MAX_LUNS)
11639 && ((lun = softc->ctl_luns[targ_lun]) != NULL)) {
12141 uint32_t targ_lun;
12146 targ_lun = io->io_hdr.nexus.targ_mapped_lun;
12148 if ((targ_lun < CTL_MAX_LUNS) && (softc->ctl_luns[targ_lun] != NULL))
12149 lun = softc->ctl_luns[targ_lun];
12207 uint32_t targ_lun;
12215 targ_lun = io->io_hdr.nexus.targ_mapped_lun;
12217 if ((targ_lun < CTL_MAX_LUNS)
12218 && (softc->ctl_luns[targ_lun] != NULL))
12219 lun = softc->ctl_luns[targ_lun];
12327 io->io_hdr.nexus.targ_lun, io->taskio.tag_num,
12389 uint32_t targ_lun;
12391 targ_lun = io->io_hdr.nexus.targ_mapped_lun;
12393 if ((targ_lun < CTL_MAX_LUNS)
12394 && (softc->ctl_luns[targ_lun] != NULL))
12395 lun = softc->ctl_luns[targ_lun];
12459 uint32_t targ_lun;
12463 targ_lun = io->io_hdr.nexus.targ_mapped_lun;
12464 lun = softc->ctl_luns[targ_lun];
12759 io->io_hdr.nexus.targ_lun);
13530 io->io_hdr.nexus.targ_lun);
13831 uint32_t initidx, targ_lun;
13851 targ_lun = ctl_lun_map_from_port(port, io->io_hdr.nexus.targ_lun);
13852 if ((targ_lun < CTL_MAX_LUNS)
13853 && (softc->ctl_luns[targ_lun] != NULL))
13854 lun = softc->ctl_luns[targ_lun];
13903 ctl_lun_map_from_port(port, io->io_hdr.nexus.targ_lun);
13950 io->io_hdr.nexus.targ_lun,