Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c930 if (port->vphys_mask) { in mpt3sas_transport_port_remove()
938 port->vphys_mask &= ~vphy->phy_mask; in mpt3sas_transport_port_remove()
959 !hba_port->sas_address) && !hba_port->vphys_mask) { in mpt3sas_transport_port_remove()
966 hba_port->vphys_mask) { in mpt3sas_transport_port_remove()
H A Dmpt3sas_scsih.c445 if (!port->vphys_mask) in mpt3sas_get_vphy_by_phy()
5958 if (!port->vphys_mask) in _scsih_update_vphys_after_reset()
6035 if (!port->vphys_mask) in _scsih_update_vphys_after_reset()
6088 if (!mport->vphys_mask) in _scsih_update_vphys_after_reset()
6091 mport->vphys_mask |= (1 << i); in _scsih_update_vphys_after_reset()
6092 port->vphys_mask &= ~(1 << i); in _scsih_update_vphys_after_reset()
6363 if (!port->vphys_mask) in _scsih_del_dirty_vphy()
6372 port->vphys_mask &= ~vphy->phy_mask; in _scsih_del_dirty_vphy()
6377 if (!port->vphys_mask && !port->sas_address) in _scsih_del_dirty_vphy()
6537 if (!port->vphys_mask) in _scsih_alloc_vphy()
[all …]
H A Dmpt3sas_base.h1088 u32 vphys_mask; member