isci: clarify phy to port lookups
[deliverable/linux.git] / drivers / scsi / isci / phy.h
index 57708550a1860937631059e61255443590dcbcd1..7694ec4d76b522490f188055d9c291d49b130cfb 100644 (file)
@@ -524,8 +524,7 @@ void scic_sds_phy_construct(
        struct scic_sds_port *owning_port,
        u8 phy_index);
 
-struct scic_sds_port *scic_sds_phy_get_port(
-       struct scic_sds_phy *this_phy);
+struct scic_sds_port *phy_get_non_dummy_port(struct scic_sds_phy *sci_phy);
 
 void scic_sds_phy_set_port(
        struct scic_sds_phy *this_phy,
This page took 0.026746 seconds and 5 git commands to generate.