Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c511 mpt3sas_phy->phy_belongs_to_port = 0; in _transport_delete_phy()
535 mpt3sas_phy->phy_belongs_to_port = 1; in _transport_add_phy()
555 if (mpt3sas_phy->phy_belongs_to_port == 1) in _transport_add_phy_to_an_existing_port()
589 if (mpt3sas_phy->phy_belongs_to_port == 0) in _transport_del_phy_from_an_existing_port()
626 if (sas_node->phy[i].phy_belongs_to_port == 1) in _transport_sanity_check()
723 mpt3sas_phy->phy_belongs_to_port = 1; in mpt3sas_transport_port_add()
826 mpt3sas_phy->phy_belongs_to_port = 0; in mpt3sas_transport_port_remove()
Dmpt3sas_base.h399 u8 phy_belongs_to_port; member
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c519 mpt2sas_phy->phy_belongs_to_port = 0; in _transport_delete_phy()
543 mpt2sas_phy->phy_belongs_to_port = 1; in _transport_add_phy()
562 if (mpt2sas_phy->phy_belongs_to_port == 1) in _transport_add_phy_to_an_existing_port()
596 if (mpt2sas_phy->phy_belongs_to_port == 0) in _transport_del_phy_from_an_existing_port()
632 if (sas_node->phy[i].phy_belongs_to_port == 1) in _transport_sanity_check()
729 mpt2sas_phy->phy_belongs_to_port = 1; in mpt2sas_transport_port_add()
832 mpt2sas_phy->phy_belongs_to_port = 0; in mpt2sas_transport_port_remove()
Dmpt2sas_base.h475 u8 phy_belongs_to_port; member