Searched defs:rps_resp (Results 1 - 2 of 2) 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_expander.c686 struct smp_resp *rps_resp)
690 u8 *resp = (u8 *)rps_resp;
699 rps_resp, RPS_RESP_SIZE);
685 sas_get_report_phy_sata(struct domain_device *dev, int phy_id, struct smp_resp *rps_resp) argument

Completed in 182 milliseconds