Home
last modified time | relevance | path

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

/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c518 mpt2sas_phy->phy_belongs_to_port = 0; in _transport_delete_phy()
542 mpt2sas_phy->phy_belongs_to_port = 1; in _transport_add_phy()
561 if (mpt2sas_phy->phy_belongs_to_port == 1) in _transport_add_phy_to_an_existing_port()
595 if (mpt2sas_phy->phy_belongs_to_port == 0) in _transport_del_phy_from_an_existing_port()
631 if (sas_node->phy[i].phy_belongs_to_port == 1) in _transport_sanity_check()
728 mpt2sas_phy->phy_belongs_to_port = 1; in mpt2sas_transport_port_add()
831 mpt2sas_phy->phy_belongs_to_port = 0; in mpt2sas_transport_port_remove()
Dmpt2sas_base.h474 u8 phy_belongs_to_port; member
/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c510 mpt3sas_phy->phy_belongs_to_port = 0; in _transport_delete_phy()
534 mpt3sas_phy->phy_belongs_to_port = 1; in _transport_add_phy()
554 if (mpt3sas_phy->phy_belongs_to_port == 1) in _transport_add_phy_to_an_existing_port()
588 if (mpt3sas_phy->phy_belongs_to_port == 0) in _transport_del_phy_from_an_existing_port()
625 if (sas_node->phy[i].phy_belongs_to_port == 1) in _transport_sanity_check()
722 mpt3sas_phy->phy_belongs_to_port = 1; in mpt3sas_transport_port_add()
825 mpt3sas_phy->phy_belongs_to_port = 0; in mpt3sas_transport_port_remove()
Dmpt3sas_base.h398 u8 phy_belongs_to_port; member