Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c517 mpt2sas_phy->phy_belongs_to_port = 0; in _transport_delete_phy()
541 mpt2sas_phy->phy_belongs_to_port = 1; in _transport_add_phy()
560 if (mpt2sas_phy->phy_belongs_to_port == 1) in _transport_add_phy_to_an_existing_port()
594 if (mpt2sas_phy->phy_belongs_to_port == 0) in _transport_del_phy_from_an_existing_port()
630 if (sas_node->phy[i].phy_belongs_to_port == 1) in _transport_sanity_check()
727 mpt2sas_phy->phy_belongs_to_port = 1; in mpt2sas_transport_port_add()
826 mpt2sas_phy->phy_belongs_to_port = 0; in mpt2sas_transport_port_remove()
Dmpt2sas_base.h415 u8 phy_belongs_to_port; member