Lines Matching defs:sdev
1450 struct scsi_device *sdev = cmd->device;
1451 scsi_qla_host_t *vha = shost_priv(sdev->host);
1452 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
1453 fc_port_t *fcport = (struct fc_port *) sdev->hostdata;
1477 sdev->id, sdev->lun, cmd);
1486 if (ha->isp_ops->lun_reset(fcport, sdev->lun, 1)
1503 vha->host_no, sdev->id, sdev->lun, cmd);
1510 reset_errors[err], vha->host_no, sdev->id, sdev->lun,
1519 struct scsi_device *sdev = cmd->device;
1520 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
1546 sdev->id, cmd);
1570 vha->host_no, sdev->id, cmd);
1941 qla2xxx_slave_alloc(struct scsi_device *sdev)
1943 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
1948 sdev->hostdata = *(fc_port_t **)rport->dd_data;
1954 qla2xxx_slave_configure(struct scsi_device *sdev)
1956 scsi_qla_host_t *vha = shost_priv(sdev->host);
1960 blk_queue_update_dma_alignment(sdev->request_queue, 0x7);
1962 scsi_change_queue_depth(sdev, req->max_q_depth);
1967 qla2xxx_slave_destroy(struct scsi_device *sdev)
1969 sdev->hostdata = NULL;