Lines Matching refs:sas_port
135 struct sas_port { struct
151 container_of((d), struct sas_port, dev) argument
188 extern struct sas_rphy *sas_end_device_alloc(struct sas_port *);
189 extern struct sas_rphy *sas_expander_alloc(struct sas_port *, enum sas_device_type);
197 struct sas_port *sas_port_alloc(struct device *, int);
198 struct sas_port *sas_port_alloc_num(struct device *);
199 int sas_port_add(struct sas_port *);
200 void sas_port_free(struct sas_port *);
201 void sas_port_delete(struct sas_port *);
202 void sas_port_add_phy(struct sas_port *, struct sas_phy *);
203 void sas_port_delete_phy(struct sas_port *, struct sas_phy *);
204 void sas_port_mark_backlink(struct sas_port *);
206 struct sas_phy *sas_port_get_phy(struct sas_port *port);