Lines Matching refs:sas_phy
123 struct asd_sas_phy *sas_phy = &phy->sas_phy; in pm8001_phy_init() local
126 sas_phy->enabled = (phy_id < pm8001_ha->chip->n_phy) ? 1 : 0; in pm8001_phy_init()
127 sas_phy->class = SAS; in pm8001_phy_init()
128 sas_phy->iproto = SAS_PROTOCOL_ALL; in pm8001_phy_init()
129 sas_phy->tproto = 0; in pm8001_phy_init()
130 sas_phy->type = PHY_TYPE_PHYSICAL; in pm8001_phy_init()
131 sas_phy->role = PHY_ROLE_INITIATOR; in pm8001_phy_init()
132 sas_phy->oob_mode = OOB_NOT_CONNECTED; in pm8001_phy_init()
133 sas_phy->linkrate = SAS_LINK_RATE_UNKNOWN; in pm8001_phy_init()
134 sas_phy->id = phy_id; in pm8001_phy_init()
135 sas_phy->sas_addr = &pm8001_ha->sas_addr[0]; in pm8001_phy_init()
136 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in pm8001_phy_init()
137 sas_phy->ha = (struct sas_ha_struct *)pm8001_ha->shost->hostdata; in pm8001_phy_init()
138 sas_phy->lldd_phy = phy; in pm8001_phy_init()
559 sha->sas_phy = arr_phy; in pm8001_prep_sas_ha_init()
596 sha->sas_phy[i] = &pm8001_ha->phy[i].sas_phy; in pm8001_post_sas_ha_init()
1125 kfree(sha->sas_phy); in pm8001_pci_remove()