Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c928 if (port->vphys_mask) { in mpt3sas_transport_port_remove()
936 port->vphys_mask &= ~vphy->phy_mask; in mpt3sas_transport_port_remove()
957 !hba_port->sas_address) && !hba_port->vphys_mask) { in mpt3sas_transport_port_remove()
964 hba_port->vphys_mask) { in mpt3sas_transport_port_remove()
H A Dmpt3sas_scsih.c508 if (!port->vphys_mask) in mpt3sas_get_vphy_by_phy()
6281 if (!port->vphys_mask) in _scsih_update_vphys_after_reset()
6357 if (!port->vphys_mask) in _scsih_update_vphys_after_reset()
6409 if (!mport->vphys_mask) in _scsih_update_vphys_after_reset()
6412 mport->vphys_mask |= (1 << i); in _scsih_update_vphys_after_reset()
6413 port->vphys_mask &= ~(1 << i); in _scsih_update_vphys_after_reset()
6683 if (!port->vphys_mask) in _scsih_del_dirty_vphy()
6692 port->vphys_mask &= ~vphy->phy_mask; in _scsih_del_dirty_vphy()
6697 if (!port->vphys_mask && !port->sas_address) in _scsih_del_dirty_vphy()
6856 if (!port->vphys_mask) in _scsih_alloc_vphy()
[all …]
/linux/drivers/scsi/leapraid/
H A Dleapraid_func.c1041 if (!port || !port->vphys_mask) in leapraid_get_vphy_by_phy()
3481 if (!port->vphys_mask) in leapraid_alloc_vphy()
3484 port->vphys_mask |= BIT(phy_num); in leapraid_alloc_vphy()
4646 if (!card_port->vphys_mask) in leapraid_del_dirty_vphy()
4654 card_port->vphys_mask &= ~vphy->phy_mask; in leapraid_del_dirty_vphy()
4659 if (!card_port->vphys_mask && !card_port->sas_address) in leapraid_del_dirty_vphy()
6183 if (!may_new_card_port->vphys_mask) in leapraid_update_vphy_binding()
6185 may_new_card_port->vphys_mask |= BIT(phy_index); in leapraid_update_vphy_binding()
6186 card_port->vphys_mask &= ~BIT(phy_index); in leapraid_update_vphy_binding()
6222 if (!card_port->vphys_mask) in leapraid_update_vphys_after_reset()
[all …]
H A Dleapraid_func.h777 u32 vphys_mask; member
H A Dleapraid_os.c2159 if (port->vphys_mask) in leapraid_cleanup_lists()