Lines Matching defs:sdev
99 static int mptfc_slave_alloc(struct scsi_device *sdev);
191 struct scsi_device *sdev = SCpnt->device;
192 struct Scsi_Host *shost = sdev->host;
193 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
564 * @sdev
568 mptfc_dump_lun_info(MPT_ADAPTER *ioc, struct fc_rport *rport, struct scsi_device *sdev,
578 "mptfc_slv_alloc.%d: num_luns %d, sdev.id %d, "
581 sdev->host->host_no,
583 sdev->id, ri->pg0.CurrentTargetID,
597 mptfc_slave_alloc(struct scsi_device *sdev)
606 starget = scsi_target(sdev);
612 hd = shost_priv(sdev->host);
623 sdev->hostdata = vdevice;
632 vdevice->lun = sdev->lun;
637 mptfc_dump_lun_info(ioc, rport, sdev, vtarget);