Searched refs:targ_mapped_lun (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cam/ctl/
H A Dctl_scsi_all.c120 io->io_hdr.nexus.targ_lun, io->io_hdr.nexus.targ_mapped_lun);
H A Dctl_io.h200 uint32_t targ_mapped_lun; /* Destination lun CTL-wide */ member in struct:ctl_nexus
H A Dctl.c861 msg->hdr.nexus.targ_mapped_lun = lun->lun;
1019 msg.hdr.nexus.targ_mapped_lun = lun->lun;
1081 io->io_hdr.nexus.targ_mapped_lun = lun->lun;
1106 if (msg->hdr.nexus.targ_mapped_lun >= ctl_max_luns ||
1107 (lun = softc->ctl_luns[msg->hdr.nexus.targ_mapped_lun]) == NULL) {
1138 targ_lun = msg->hdr.nexus.targ_mapped_lun;
1378 targ_lun = msg->hdr.nexus.targ_mapped_lun;
2279 targ_lun = ctsio->io_hdr.nexus.targ_mapped_lun;
4922 msg.hdr.nexus.targ_mapped_lun = lun->lun;
5017 msg.hdr.nexus.targ_mapped_lun
[all...]

Completed in 296 milliseconds