Lines Matching refs:sas_phy

989 			spin_lock_irqsave(&iphy->sas_phy.frame_rcvd_lock, flags);  in sci_phy_frame_handler()
991 spin_unlock_irqrestore(&iphy->sas_phy.frame_rcvd_lock, flags); in sci_phy_frame_handler()
1032 spin_lock_irqsave(&iphy->sas_phy.frame_rcvd_lock, flags); in sci_phy_frame_handler()
1036 spin_unlock_irqrestore(&iphy->sas_phy.frame_rcvd_lock, flags); in sci_phy_frame_handler()
1400 iphy->sas_phy.enabled = 0; in isci_phy_init()
1401 iphy->sas_phy.id = index; in isci_phy_init()
1402 iphy->sas_phy.sas_addr = &iphy->sas_addr[0]; in isci_phy_init()
1403 iphy->sas_phy.frame_rcvd = (u8 *)&iphy->frame_rcvd; in isci_phy_init()
1404 iphy->sas_phy.ha = &ihost->sas_ha; in isci_phy_init()
1405 iphy->sas_phy.lldd_phy = iphy; in isci_phy_init()
1406 iphy->sas_phy.enabled = 1; in isci_phy_init()
1407 iphy->sas_phy.class = SAS; in isci_phy_init()
1408 iphy->sas_phy.iproto = SAS_PROTOCOL_ALL; in isci_phy_init()
1409 iphy->sas_phy.tproto = 0; in isci_phy_init()
1410 iphy->sas_phy.type = PHY_TYPE_PHYSICAL; in isci_phy_init()
1411 iphy->sas_phy.role = PHY_ROLE_INITIATOR; in isci_phy_init()
1412 iphy->sas_phy.oob_mode = OOB_NOT_CONNECTED; in isci_phy_init()
1413 iphy->sas_phy.linkrate = SAS_LINK_RATE_UNKNOWN; in isci_phy_init()
1427 int isci_phy_control(struct asd_sas_phy *sas_phy, in isci_phy_control() argument
1432 struct isci_phy *iphy = sas_phy->lldd_phy; in isci_phy_control()
1433 struct asd_sas_port *port = sas_phy->port; in isci_phy_control()
1434 struct isci_host *ihost = sas_phy->ha->lldd_ha; in isci_phy_control()
1439 __func__, sas_phy, func, buf, iphy, port); in isci_phy_control()
1466 struct sas_phy *phy = sas_phy->phy; in isci_phy_control()
1479 __func__, sas_phy, func); in isci_phy_control()