• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mvsas/

Lines Matching defs:sas_phy

208 			while (sha->sas_phy[j]) {
209 if (sha->sas_phy[j] == phy)
237 while (sha->sas_phy[j]) {
238 if (sha->sas_phy[j] == phy)
284 int mvs_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func,
287 int rc = 0, phy_id = sas_phy->id;
289 struct sas_ha_struct *sha = sas_phy->ha;
292 while (sha->sas_phy[i]) {
293 if (sha->sas_phy[i] == sas_phy)
343 struct asd_sas_phy *sas_phy = &phy->sas_phy;
354 sas_ha->notify_phy_event(sas_phy, PHYE_OOB_DONE);
356 if (sas_phy->phy) {
357 struct sas_phy *sphy = sas_phy->phy;
359 sphy->negotiated_linkrate = sas_phy->linkrate;
378 sas_phy->frame_rcvd_size = phy->frame_rcvd_size;
380 mvi->sas->notify_port_event(sas_phy,
1164 struct asd_sas_phy *sas_phy = &mvi->phy[i].sas_phy;
1176 sas_phy->oob_mode = SATA_OOB_MODE;
1205 sas_phy->oob_mode = SAS_OOB_MODE;
1209 memcpy(sas_phy->attached_sas_addr,
1224 static void mvs_port_notify_formed(struct asd_sas_phy *sas_phy, int lock)
1226 struct sas_ha_struct *sas_ha = sas_phy->ha;
1228 struct mvs_phy *phy = sas_phy->lldd_phy;
1229 struct asd_sas_port *sas_port = sas_phy->port;
1235 while (sas_ha->sas_phy[i]) {
1236 if (sas_ha->sas_phy[i] == sas_phy)
1253 mvs_update_wideport(mvi, sas_phy->id);
1259 static void mvs_port_notify_deformed(struct asd_sas_phy *sas_phy, int lock)
1262 struct mvs_phy *phy = sas_phy->lldd_phy;
1264 struct asd_sas_port *port = sas_phy->port;
1278 void mvs_port_formed(struct asd_sas_phy *sas_phy)
1280 mvs_port_notify_formed(sas_phy, 1);
1283 void mvs_port_deformed(struct asd_sas_phy *sas_phy)
1285 mvs_port_notify_deformed(sas_phy, 1);
1533 struct sas_phy *phy = sas_find_local_phy(dev);
1996 struct asd_sas_phy *sas_phy = &phy->sas_phy;
2005 sas_phy_disconnected(sas_phy);
2007 sas_ha->notify_phy_event(sas_phy,
2014 mvs_port_notify_formed(sas_phy, 0);
2070 struct asd_sas_phy *sas_phy = &phy->sas_phy;
2149 mvs_port_notify_formed(sas_phy, 0);
2161 sas_ha->notify_port_event(sas_phy, PORTE_BROADCAST_RCVD);