Lines Matching refs:sas_phy
81 struct asd_sas_phy *sas_phy = &phy->sas_phy;
86 sas_phy->enabled = (phy_id < mvi->chip->n_phy) ? 1 : 0;
87 sas_phy->iproto = SAS_PROTOCOL_ALL;
88 sas_phy->tproto = 0;
89 sas_phy->role = PHY_ROLE_INITIATOR;
90 sas_phy->oob_mode = OOB_NOT_CONNECTED;
91 sas_phy->linkrate = SAS_LINK_RATE_UNKNOWN;
93 sas_phy->id = phy_id;
94 sas_phy->sas_addr = &mvi->sas_addr[0];
95 sas_phy->frame_rcvd = &phy->frame_rcvd[0];
96 sas_phy->ha = (struct sas_ha_struct *)mvi->shost->hostdata;
97 sas_phy->lldd_phy = phy;
415 sha->sas_phy = arr_phy;
450 sha->sas_phy[j * chip_info->n_phy + i] =
451 &mvi->phy[i].sas_phy;
619 kfree(sha->sas_phy);