Lines Matching refs:sas_phy
42 struct sas_phy --------------------
47 struct sas_phy sas_phy;
54 initialize the sas_phy struct, along with your own
105 of your callbacks and passes you a phy. If the sas_phy is
144 sas_phy -- an array of pointers to structures. (see
147 num_phys -- the number of phys present in the sas_phy array,
157 void (*notify_port_event)(struct sas_phy *, enum port_event);
158 void (*notify_phy_event)(struct sas_phy *, enum phy_event);
167 void (*lldd_port_formed)(struct sas_phy *);
168 void (*lldd_port_deformed)(struct sas_phy *);
198 int (*lldd_control_phy)(struct sas_phy *, enum phy_func);
210 static struct sas_phy *sas_phys[MAX_PHYS];
216 sas_phys[i] = &my_ha->phys[i].sas_phy;
220 my_ha->sas_ha.sas_phy = sas_phys;