Lines Matching refs:sas_port
146 struct sas_port { struct
163 container_of((d), struct sas_port, dev) argument
202 extern struct sas_rphy *sas_end_device_alloc(struct sas_port *);
203 extern struct sas_rphy *sas_expander_alloc(struct sas_port *, enum sas_device_type);
210 struct sas_port *sas_port_alloc(struct device *, int);
211 struct sas_port *sas_port_alloc_num(struct device *);
212 int sas_port_add(struct sas_port *);
213 void sas_port_free(struct sas_port *);
214 void sas_port_delete(struct sas_port *);
215 void sas_port_add_phy(struct sas_port *, struct sas_phy *);
216 void sas_port_delete_phy(struct sas_port *, struct sas_phy *);
217 void sas_port_mark_backlink(struct sas_port *);
219 struct sas_phy *sas_port_get_phy(struct sas_port *port);