Lines Matching refs:sas_phy
989 spin_lock_irqsave(&iphy->sas_phy.frame_rcvd_lock, flags);
991 spin_unlock_irqrestore(&iphy->sas_phy.frame_rcvd_lock, flags);
1032 spin_lock_irqsave(&iphy->sas_phy.frame_rcvd_lock, flags);
1036 spin_unlock_irqrestore(&iphy->sas_phy.frame_rcvd_lock, flags);
1400 iphy->sas_phy.enabled = 0;
1401 iphy->sas_phy.id = index;
1402 iphy->sas_phy.sas_addr = &iphy->sas_addr[0];
1403 iphy->sas_phy.frame_rcvd = (u8 *)&iphy->frame_rcvd;
1404 iphy->sas_phy.ha = &ihost->sas_ha;
1405 iphy->sas_phy.lldd_phy = iphy;
1406 iphy->sas_phy.enabled = 1;
1407 iphy->sas_phy.iproto = SAS_PROTOCOL_ALL;
1408 iphy->sas_phy.tproto = 0;
1409 iphy->sas_phy.role = PHY_ROLE_INITIATOR;
1410 iphy->sas_phy.oob_mode = OOB_NOT_CONNECTED;
1411 iphy->sas_phy.linkrate = SAS_LINK_RATE_UNKNOWN;
1419 * @sas_phy: This parameter specifies the sphy being controlled.
1425 int isci_phy_control(struct asd_sas_phy *sas_phy,
1430 struct isci_phy *iphy = sas_phy->lldd_phy;
1431 struct asd_sas_port *port = sas_phy->port;
1432 struct isci_host *ihost = sas_phy->ha->lldd_ha;
1437 __func__, sas_phy, func, buf, iphy, port);
1464 struct sas_phy *phy = sas_phy->phy;
1477 __func__, sas_phy, func);