rps_resp          162 drivers/scsi/aic94xx/aic94xx_dev.c 			struct smp_resp *rps_resp = &dev->sata_dev.rps_resp;
rps_resp          163 drivers/scsi/aic94xx/aic94xx_dev.c 			if (rps_resp->frame_type == SMP_RESPONSE &&
rps_resp          164 drivers/scsi/aic94xx/aic94xx_dev.c 			    rps_resp->function == SMP_REPORT_PHY_SATA &&
rps_resp          165 drivers/scsi/aic94xx/aic94xx_dev.c 			    rps_resp->result == SMP_RESP_FUNC_ACC) {
rps_resp          166 drivers/scsi/aic94xx/aic94xx_dev.c 				if (rps_resp->rps.affil_valid)
rps_resp          168 drivers/scsi/aic94xx/aic94xx_dev.c 				if (rps_resp->rps.affil_supp)
rps_resp          268 drivers/scsi/libsas/sas_ata.c 					      &dev->sata_dev.rps_resp);
rps_resp          275 drivers/scsi/libsas/sas_ata.c 		memcpy(dev->frame_rcvd, &dev->sata_dev.rps_resp.rps.fis,
rps_resp          704 drivers/scsi/libsas/sas_expander.c 			    struct smp_resp *rps_resp)
rps_resp          708 drivers/scsi/libsas/sas_expander.c 	u8 *resp = (u8 *)rps_resp;
rps_resp          717 drivers/scsi/libsas/sas_expander.c 			            rps_resp, RPS_RESP_SIZE);
rps_resp           86 drivers/scsi/libsas/sas_internal.h 			    struct smp_resp *rps_resp);
rps_resp          148 include/scsi/libsas.h 	struct smp_resp rps_resp ____cacheline_aligned; /* report_phy_sata_resp */