Lines Matching refs:sas_port
147 struct sas_port { struct
164 container_of((d), struct sas_port, dev) argument
205 extern struct sas_rphy *sas_end_device_alloc(struct sas_port *);
206 extern struct sas_rphy *sas_expander_alloc(struct sas_port *, enum sas_device_type);
213 struct sas_port *sas_port_alloc(struct device *, int);
214 struct sas_port *sas_port_alloc_num(struct device *);
215 int sas_port_add(struct sas_port *);
216 void sas_port_free(struct sas_port *);
217 void sas_port_delete(struct sas_port *);
218 void sas_port_add_phy(struct sas_port *, struct sas_phy *);
219 void sas_port_delete_phy(struct sas_port *, struct sas_phy *);
220 void sas_port_mark_backlink(struct sas_port *);
222 struct sas_phy *sas_port_get_phy(struct sas_port *port);