Lines Matching refs:sas_phy
46 ``struct sas_phy``
54 struct sas_phy sas_phy;
62 initialize the sas_phy struct, along with your own
127 of your callbacks and passes you a phy. If the sas_phy is
177 sas_phy
183 - the number of phys present in the sas_phy array,
192 void sas_notify_port_event(struct sas_phy *, enum port_event, gfp_t);
193 void sas_notify_phy_event(struct sas_phy *, enum phy_event, gfp_t);
198 void (*lldd_port_formed)(struct sas_phy *);
199 void (*lldd_port_deformed)(struct sas_phy *);
228 int (*lldd_control_phy)(struct sas_phy *, enum phy_func);
241 static struct sas_phy *sas_phys[MAX_PHYS];
247 sas_phys[i] = &my_ha->phys[i].sas_phy;
251 my_ha->sas_ha.sas_phy = sas_phys;