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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_dev.c169 struct smp_resp *rps_resp = &dev->sata_dev.rps_resp; local
170 if (rps_resp->frame_type == SMP_RESPONSE &&
171 rps_resp->function == SMP_REPORT_PHY_SATA &&
172 rps_resp->result == SMP_RESP_FUNC_ACC) {
173 if (rps_resp->rps.affil_valid)
175 if (rps_resp->rps.affil_supp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libsas/
H A Dsas_expander.c562 struct smp_resp *rps_resp)
566 u8 *resp = (u8 *)rps_resp;
575 rps_resp, RPS_RESP_SIZE);
676 &child->sata_dev.rps_resp);
683 memcpy(child->frame_rcvd, &child->sata_dev.rps_resp.rps.fis,
560 sas_get_report_phy_sata(struct domain_device *dev, int phy_id, struct smp_resp *rps_resp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dlibsas.h161 struct smp_resp rps_resp; /* report_phy_sata_resp */ member in struct:sata_device

Completed in 71 milliseconds