Lines Matching refs:sas_phy
994 spin_lock_irqsave(&iphy->sas_phy.frame_rcvd_lock, flags); in sci_phy_frame_handler()
996 spin_unlock_irqrestore(&iphy->sas_phy.frame_rcvd_lock, flags); in sci_phy_frame_handler()
1037 spin_lock_irqsave(&iphy->sas_phy.frame_rcvd_lock, flags); in sci_phy_frame_handler()
1041 spin_unlock_irqrestore(&iphy->sas_phy.frame_rcvd_lock, flags); in sci_phy_frame_handler()
1404 iphy->sas_phy.enabled = 0; in isci_phy_init()
1405 iphy->sas_phy.id = index; in isci_phy_init()
1406 iphy->sas_phy.sas_addr = &iphy->sas_addr[0]; in isci_phy_init()
1407 iphy->sas_phy.frame_rcvd = (u8 *)&iphy->frame_rcvd; in isci_phy_init()
1408 iphy->sas_phy.ha = &ihost->sas_ha; in isci_phy_init()
1409 iphy->sas_phy.lldd_phy = iphy; in isci_phy_init()
1410 iphy->sas_phy.enabled = 1; in isci_phy_init()
1411 iphy->sas_phy.class = SAS; in isci_phy_init()
1412 iphy->sas_phy.iproto = SAS_PROTOCOL_ALL; in isci_phy_init()
1413 iphy->sas_phy.tproto = 0; in isci_phy_init()
1414 iphy->sas_phy.type = PHY_TYPE_PHYSICAL; in isci_phy_init()
1415 iphy->sas_phy.role = PHY_ROLE_INITIATOR; in isci_phy_init()
1416 iphy->sas_phy.oob_mode = OOB_NOT_CONNECTED; in isci_phy_init()
1417 iphy->sas_phy.linkrate = SAS_LINK_RATE_UNKNOWN; in isci_phy_init()
1431 int isci_phy_control(struct asd_sas_phy *sas_phy, in isci_phy_control() argument
1436 struct isci_phy *iphy = sas_phy->lldd_phy; in isci_phy_control()
1437 struct asd_sas_port *port = sas_phy->port; in isci_phy_control()
1438 struct isci_host *ihost = sas_phy->ha->lldd_ha; in isci_phy_control()
1443 __func__, sas_phy, func, buf, iphy, port); in isci_phy_control()
1470 struct sas_phy *phy = sas_phy->phy; in isci_phy_control()
1483 __func__, sas_phy, func); in isci_phy_control()