Lines Matching refs:sas_port
794 struct sas_port *port = transport_class_to_sas_port(dev); \
830 struct sas_port *port = dev_to_sas_port(dev); in sas_port_release()
838 static void sas_port_create_link(struct sas_port *port, in sas_port_create_link()
856 static void sas_port_delete_link(struct sas_port *port, in sas_port_delete_link()
874 struct sas_port *sas_port_alloc(struct device *parent, int port_id) in sas_port_alloc()
877 struct sas_port *port; in sas_port_alloc()
919 struct sas_port *sas_port_alloc_num(struct device *parent) in sas_port_alloc_num()
945 int sas_port_add(struct sas_port *port) in sas_port_add()
974 void sas_port_free(struct sas_port *port) in sas_port_free()
988 void sas_port_delete(struct sas_port *port) in sas_port_delete()
1037 struct sas_phy *sas_port_get_phy(struct sas_port *port) in sas_port_get_phy()
1068 void sas_port_add_phy(struct sas_port *port, struct sas_phy *phy) in sas_port_add_phy()
1102 void sas_port_delete_phy(struct sas_port *port, struct sas_phy *phy) in sas_port_delete_phy()
1112 void sas_port_mark_backlink(struct sas_port *port) in sas_port_mark_backlink()
1440 struct sas_rphy *sas_end_device_alloc(struct sas_port *parent) in sas_end_device_alloc()
1479 struct sas_rphy *sas_expander_alloc(struct sas_port *parent, in sas_expander_alloc()
1518 struct sas_port *parent = dev_to_sas_port(rphy->dev.parent); in sas_rphy_add()
1613 struct sas_port *parent = dev_to_sas_port(rphy->dev.parent); in sas_rphy_unlink()