Lines Matching refs:sas_phy
82 struct asd_sas_phy *sas_phy = &phy->sas_phy;
87 sas_phy->enabled = (phy_id < mvi->chip->n_phy) ? 1 : 0;
88 sas_phy->class = SAS;
89 sas_phy->iproto = SAS_PROTOCOL_ALL;
90 sas_phy->tproto = 0;
91 sas_phy->type = PHY_TYPE_PHYSICAL;
92 sas_phy->role = PHY_ROLE_INITIATOR;
93 sas_phy->oob_mode = OOB_NOT_CONNECTED;
94 sas_phy->linkrate = SAS_LINK_RATE_UNKNOWN;
96 sas_phy->id = phy_id;
97 sas_phy->sas_addr = &mvi->sas_addr[0];
98 sas_phy->frame_rcvd = &phy->frame_rcvd[0];
99 sas_phy->ha = (struct sas_ha_struct *)mvi->shost->hostdata;
100 sas_phy->lldd_phy = phy;
421 sha->sas_phy = arr_phy;
456 sha->sas_phy[j * chip_info->n_phy + i] =
457 &mvi->phy[i].sas_phy;
622 kfree(sha->sas_phy);