Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c538 mpt3sas_phy->phy_belongs_to_port = 0; in _transport_delete_phy()
560 mpt3sas_phy->phy_belongs_to_port = 1; in _transport_add_phy()
579 if (mpt3sas_phy->phy_belongs_to_port == 1) in mpt3sas_transport_add_phy_to_an_existing_port()
616 if (mpt3sas_phy->phy_belongs_to_port == 0) in mpt3sas_transport_del_phy_from_an_existing_port()
660 if (sas_node->phy[i].phy_belongs_to_port == 1) in _transport_sanity_check()
799 mpt3sas_phy->phy_belongs_to_port = 1; in mpt3sas_transport_port_add()
995 mpt3sas_phy->phy_belongs_to_port = 0; in mpt3sas_transport_port_remove()
H A Dmpt3sas_base.h787 u8 phy_belongs_to_port; member
H A Dmpt3sas_scsih.c6327 if (sas_node->phy[offset].phy_belongs_to_port) in _scsih_add_or_del_phys_from_existing_port()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c617 mr_sas_phy->phy_belongs_to_port = 0; in mpi3mr_delete_sas_phy()
648 mr_sas_phy->phy_belongs_to_port = 1; in mpi3mr_add_sas_phy()
669 if (mr_sas_phy->phy_belongs_to_port == 1) in mpi3mr_add_phy_to_an_existing_port()
734 if (mr_sas_phy->phy_belongs_to_port == 0) in mpi3mr_del_phy_from_an_existing_port()
777 if (mr_sas_node->phy[i].phy_belongs_to_port == 1) in mpi3mr_sas_port_sanity_check()
1446 mr_sas_phy->phy_belongs_to_port = 1; in mpi3mr_sas_port_add()
1593 mr_sas_phy->phy_belongs_to_port = 0; in mpi3mr_sas_port_remove()
1676 if (mr_sas_phy->phy_belongs_to_port) in mpi3mr_update_mr_sas_port()
1688 if (mr_sas_phy->phy_belongs_to_port) in mpi3mr_update_mr_sas_port()
H A Dmpi3mr.h584 u8 phy_belongs_to_port; member