Lines Matching refs:vphy
694 struct virtual_phy *vphy = NULL;
755 vphy = mpt3sas_get_vphy_by_phy(ioc, hba_port, i);
756 if (!vphy) {
812 if (!vphy)
816 vphy->sas_address =
900 struct virtual_phy *vphy, *vphy_next = NULL;
931 list_for_each_entry_safe(vphy, vphy_next,
933 if (vphy->sas_address != sas_address)
936 "remove vphy entry: %p of port:%p,from %d port's vphys list\n",
937 vphy, port, port->port_id);
938 port->vphys_mask &= ~vphy->phy_mask;
939 list_del(&vphy->list);
940 kfree(vphy);
951 * removed device's sas address and no vphy's