Lines Matching refs:vphy
694 struct virtual_phy *vphy = NULL; in mpt3sas_transport_port_add() local
755 vphy = mpt3sas_get_vphy_by_phy(ioc, hba_port, i); in mpt3sas_transport_port_add()
756 if (!vphy) { in mpt3sas_transport_port_add()
812 if (!vphy) in mpt3sas_transport_port_add()
816 vphy->sas_address = in mpt3sas_transport_port_add()
900 struct virtual_phy *vphy, *vphy_next = NULL; in mpt3sas_transport_port_remove() local
931 list_for_each_entry_safe(vphy, vphy_next, in mpt3sas_transport_port_remove()
933 if (vphy->sas_address != sas_address) in mpt3sas_transport_port_remove()
937 vphy, port, port->port_id); in mpt3sas_transport_port_remove()
938 port->vphys_mask &= ~vphy->phy_mask; in mpt3sas_transport_port_remove()
939 list_del(&vphy->list); in mpt3sas_transport_port_remove()
940 kfree(vphy); in mpt3sas_transport_port_remove()