Home
last modified time | relevance | path

Searched refs:vphys_mask (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c918 if (port->vphys_mask) { in mpt3sas_transport_port_remove()
926 port->vphys_mask &= ~vphy->phy_mask; in mpt3sas_transport_port_remove()
947 !hba_port->sas_address) && !hba_port->vphys_mask) { in mpt3sas_transport_port_remove()
954 hba_port->vphys_mask) { in mpt3sas_transport_port_remove()
Dmpt3sas_scsih.c446 if (!port->vphys_mask) in mpt3sas_get_vphy_by_phy()
5946 if (!port->vphys_mask) in _scsih_update_vphys_after_reset()
6023 if (!port->vphys_mask) in _scsih_update_vphys_after_reset()
6076 if (!mport->vphys_mask) in _scsih_update_vphys_after_reset()
6079 mport->vphys_mask |= (1 << i); in _scsih_update_vphys_after_reset()
6080 port->vphys_mask &= ~(1 << i); in _scsih_update_vphys_after_reset()
6351 if (!port->vphys_mask) in _scsih_del_dirty_vphy()
6360 port->vphys_mask &= ~vphy->phy_mask; in _scsih_del_dirty_vphy()
6365 if (!port->vphys_mask && !port->sas_address) in _scsih_del_dirty_vphy()
6510 if (!port->vphys_mask) in _scsih_alloc_vphy()
[all …]
Dmpt3sas_base.h1084 u32 vphys_mask; member