Searched refs:rps_resp (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/aic94xx/
H A Daic94xx_dev.c179 struct smp_resp *rps_resp = &dev->sata_dev.rps_resp; local
180 if (rps_resp->frame_type == SMP_RESPONSE &&
181 rps_resp->function == SMP_REPORT_PHY_SATA &&
182 rps_resp->result == SMP_RESP_FUNC_ACC) {
183 if (rps_resp->rps.affil_valid)
185 if (rps_resp->rps.affil_supp)
/drivers/scsi/libsas/
H A Dsas_internal.h98 struct smp_resp *rps_resp);
H A Dsas_ata.c297 &dev->sata_dev.rps_resp);
304 memcpy(dev->frame_rcvd, &dev->sata_dev.rps_resp.rps.fis,
H A Dsas_expander.c698 struct smp_resp *rps_resp)
702 u8 *resp = (u8 *)rps_resp;
711 rps_resp, RPS_RESP_SIZE);
697 sas_get_report_phy_sata(struct domain_device *dev, int phy_id, struct smp_resp *rps_resp) argument

Completed in 103 milliseconds