Lines Matching refs:sas_phy
92 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_phy_init() local
97 sas_phy->enabled = (phy_id < mvi->chip->n_phy) ? 1 : 0; in mvs_phy_init()
98 sas_phy->class = SAS; in mvs_phy_init()
99 sas_phy->iproto = SAS_PROTOCOL_ALL; in mvs_phy_init()
100 sas_phy->tproto = 0; in mvs_phy_init()
101 sas_phy->type = PHY_TYPE_PHYSICAL; in mvs_phy_init()
102 sas_phy->role = PHY_ROLE_INITIATOR; in mvs_phy_init()
103 sas_phy->oob_mode = OOB_NOT_CONNECTED; in mvs_phy_init()
104 sas_phy->linkrate = SAS_LINK_RATE_UNKNOWN; in mvs_phy_init()
106 sas_phy->id = phy_id; in mvs_phy_init()
107 sas_phy->sas_addr = &mvi->sas_addr[0]; in mvs_phy_init()
108 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in mvs_phy_init()
109 sas_phy->ha = (struct sas_ha_struct *)mvi->shost->hostdata; in mvs_phy_init()
110 sas_phy->lldd_phy = phy; in mvs_phy_init()
451 sha->sas_phy = arr_phy; in mvs_prep_sas_ha_init()
486 sha->sas_phy[j * chip_info->n_phy + i] = in mvs_post_sas_ha_init()
487 &mvi->phy[i].sas_phy; in mvs_post_sas_ha_init()
653 kfree(sha->sas_phy); in mvs_pci_remove()