Lines Matching refs:sas_port
788 struct sas_port *port = transport_class_to_sas_port(dev); \
824 struct sas_port *port = dev_to_sas_port(dev); in sas_port_release()
832 static void sas_port_create_link(struct sas_port *port, in sas_port_create_link()
850 static void sas_port_delete_link(struct sas_port *port, in sas_port_delete_link()
868 struct sas_port *sas_port_alloc(struct device *parent, int port_id) in sas_port_alloc()
871 struct sas_port *port; in sas_port_alloc()
913 struct sas_port *sas_port_alloc_num(struct device *parent) in sas_port_alloc_num()
939 int sas_port_add(struct sas_port *port) in sas_port_add()
968 void sas_port_free(struct sas_port *port) in sas_port_free()
982 void sas_port_delete(struct sas_port *port) in sas_port_delete()
1031 struct sas_phy *sas_port_get_phy(struct sas_port *port) in sas_port_get_phy()
1062 void sas_port_add_phy(struct sas_port *port, struct sas_phy *phy) in sas_port_add_phy()
1096 void sas_port_delete_phy(struct sas_port *port, struct sas_phy *phy) in sas_port_delete_phy()
1106 void sas_port_mark_backlink(struct sas_port *port) in sas_port_mark_backlink()
1434 struct sas_rphy *sas_end_device_alloc(struct sas_port *parent) in sas_end_device_alloc()
1473 struct sas_rphy *sas_expander_alloc(struct sas_port *parent, in sas_expander_alloc()
1512 struct sas_port *parent = dev_to_sas_port(rphy->dev.parent); in sas_rphy_add()
1607 struct sas_port *parent = dev_to_sas_port(rphy->dev.parent); in sas_rphy_unlink()