Lines Matching refs:sas_port
799 struct sas_port *port = transport_class_to_sas_port(dev); \
835 struct sas_port *port = dev_to_sas_port(dev); in sas_port_release()
843 static void sas_port_create_link(struct sas_port *port, in sas_port_create_link()
861 static void sas_port_delete_link(struct sas_port *port, in sas_port_delete_link()
879 struct sas_port *sas_port_alloc(struct device *parent, int port_id) in sas_port_alloc()
882 struct sas_port *port; in sas_port_alloc()
924 struct sas_port *sas_port_alloc_num(struct device *parent) in sas_port_alloc_num()
950 int sas_port_add(struct sas_port *port) in sas_port_add()
979 void sas_port_free(struct sas_port *port) in sas_port_free()
993 void sas_port_delete(struct sas_port *port) in sas_port_delete()
1042 struct sas_phy *sas_port_get_phy(struct sas_port *port) in sas_port_get_phy()
1073 void sas_port_add_phy(struct sas_port *port, struct sas_phy *phy) in sas_port_add_phy()
1107 void sas_port_delete_phy(struct sas_port *port, struct sas_phy *phy) in sas_port_delete_phy()
1117 void sas_port_mark_backlink(struct sas_port *port) in sas_port_mark_backlink()
1438 struct sas_rphy *sas_end_device_alloc(struct sas_port *parent) in sas_end_device_alloc()
1477 struct sas_rphy *sas_expander_alloc(struct sas_port *parent, in sas_expander_alloc()
1516 struct sas_port *parent = dev_to_sas_port(rphy->dev.parent); in sas_rphy_add()
1611 struct sas_port *parent = dev_to_sas_port(rphy->dev.parent); in sas_rphy_unlink()