Lines Matching refs:sas_phy
66 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_phy_init() local
71 sas_phy->enabled = (phy_id < mvi->chip->n_phy) ? 1 : 0; in mvs_phy_init()
72 sas_phy->iproto = SAS_PROTOCOL_ALL; in mvs_phy_init()
73 sas_phy->tproto = 0; in mvs_phy_init()
74 sas_phy->role = PHY_ROLE_INITIATOR; in mvs_phy_init()
75 sas_phy->oob_mode = OOB_NOT_CONNECTED; in mvs_phy_init()
76 sas_phy->linkrate = SAS_LINK_RATE_UNKNOWN; in mvs_phy_init()
78 sas_phy->id = phy_id; in mvs_phy_init()
79 sas_phy->sas_addr = &mvi->sas_addr[0]; in mvs_phy_init()
80 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in mvs_phy_init()
81 sas_phy->ha = (struct sas_ha_struct *)mvi->shost->hostdata; in mvs_phy_init()
82 sas_phy->lldd_phy = phy; in mvs_phy_init()
400 sha->sas_phy = arr_phy; in mvs_prep_sas_ha_init()
435 sha->sas_phy[j * chip_info->n_phy + i] = in mvs_post_sas_ha_init()
436 &mvi->phy[i].sas_phy; in mvs_post_sas_ha_init()
604 kfree(sha->sas_phy); in mvs_pci_remove()