Lines Matching refs:virtual_phy
432 * mpt3sas_get_vphy_by_phy - get virtual_phy object corresponding to phy number
437 * Return virtual_phy object corresponding to phy number.
439 struct virtual_phy *
443 struct virtual_phy *vphy, *vphy_next;
5950 struct virtual_phy *vphy, *vphy_next;
6030 * Loop over each virtual_phy object from
6040 * Continue with next virtual_phy object
6047 * Continue with next virtual_phy object
6084 * hence move current virtual_phy object from
6115 * Unmark current virtual_phy object as dirty.
6350 * _scsih_del_dirty_vphy - delete virtual_phy objects marked as dirty.
6359 struct virtual_phy *vphy, *vphy_next;
6514 * _scsih_alloc_vphy - allocate virtual_phy object
6519 * Returns allocated virtual_phy object.
6521 static struct virtual_phy *
6524 struct virtual_phy *vphy;
6533 vphy = kzalloc(sizeof(struct virtual_phy), GFP_KERNEL);
6633 * Allocate a virtual_phy object for vSES device, if
6832 * Allocate a virtual_phy object for vSES device.