Lines Matching refs:sas_phy
81 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_phy_init() local
86 sas_phy->enabled = (phy_id < mvi->chip->n_phy) ? 1 : 0; in mvs_phy_init()
87 sas_phy->class = SAS; in mvs_phy_init()
88 sas_phy->iproto = SAS_PROTOCOL_ALL; in mvs_phy_init()
89 sas_phy->tproto = 0; in mvs_phy_init()
90 sas_phy->type = PHY_TYPE_PHYSICAL; in mvs_phy_init()
91 sas_phy->role = PHY_ROLE_INITIATOR; in mvs_phy_init()
92 sas_phy->oob_mode = OOB_NOT_CONNECTED; in mvs_phy_init()
93 sas_phy->linkrate = SAS_LINK_RATE_UNKNOWN; in mvs_phy_init()
95 sas_phy->id = phy_id; in mvs_phy_init()
96 sas_phy->sas_addr = &mvi->sas_addr[0]; in mvs_phy_init()
97 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in mvs_phy_init()
98 sas_phy->ha = (struct sas_ha_struct *)mvi->shost->hostdata; in mvs_phy_init()
99 sas_phy->lldd_phy = phy; in mvs_phy_init()
420 sha->sas_phy = arr_phy; in mvs_prep_sas_ha_init()
455 sha->sas_phy[j * chip_info->n_phy + i] = in mvs_post_sas_ha_init()
456 &mvi->phy[i].sas_phy; in mvs_post_sas_ha_init()
623 kfree(sha->sas_phy); in mvs_pci_remove()