Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c920 if (port->vphys_mask) { in mpt3sas_transport_port_remove()
928 port->vphys_mask &= ~vphy->phy_mask; in mpt3sas_transport_port_remove()
949 !hba_port->sas_address) && !hba_port->vphys_mask) { in mpt3sas_transport_port_remove()
956 hba_port->vphys_mask) { in mpt3sas_transport_port_remove()
Dmpt3sas_scsih.c446 if (!port->vphys_mask) in mpt3sas_get_vphy_by_phy()
5959 if (!port->vphys_mask) in _scsih_update_vphys_after_reset()
6036 if (!port->vphys_mask) in _scsih_update_vphys_after_reset()
6089 if (!mport->vphys_mask) in _scsih_update_vphys_after_reset()
6092 mport->vphys_mask |= (1 << i); in _scsih_update_vphys_after_reset()
6093 port->vphys_mask &= ~(1 << i); in _scsih_update_vphys_after_reset()
6364 if (!port->vphys_mask) in _scsih_del_dirty_vphy()
6373 port->vphys_mask &= ~vphy->phy_mask; in _scsih_del_dirty_vphy()
6378 if (!port->vphys_mask && !port->sas_address) in _scsih_del_dirty_vphy()
6538 if (!port->vphys_mask) in _scsih_alloc_vphy()
[all …]
Dmpt3sas_base.h1088 u32 vphys_mask; member