Searched refs:mr_sas_phy (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c587 * @mr_sas_phy: Internal Phy object
593 struct mpi3mr_sas_phy *mr_sas_phy)
597 dev_info(&mr_sas_phy->phy->dev,
599 (unsigned long long) sas_address, mr_sas_phy->phy_id);
601 list_del(&mr_sas_phy->port_siblings);
603 mr_sas_port->phy_mask &= ~(1 << mr_sas_phy->phy_id);
604 if (mr_sas_port->lowest_phy == mr_sas_phy->phy_id)
606 sas_port_delete_phy(mr_sas_port->port, mr_sas_phy->phy);
607 mr_sas_phy->phy_belongs_to_port = 0;
614 * @mr_sas_phy
591 mpi3mr_delete_sas_phy(struct mpi3mr_ioc *mrioc, struct mpi3mr_sas_port *mr_sas_port, struct mpi3mr_sas_phy *mr_sas_phy) argument
618 mpi3mr_add_sas_phy(struct mpi3mr_ioc *mrioc, struct mpi3mr_sas_port *mr_sas_port, struct mpi3mr_sas_phy *mr_sas_phy) argument
648 mpi3mr_add_phy_to_an_existing_port(struct mpi3mr_ioc *mrioc, struct mpi3mr_sas_node *mr_sas_node, struct mpi3mr_sas_phy *mr_sas_phy, u64 sas_address, struct mpi3mr_hba_port *hba_port) argument
714 mpi3mr_del_phy_from_an_existing_port(struct mpi3mr_ioc *mrioc, struct mpi3mr_sas_node *mr_sas_node, struct mpi3mr_sas_phy *mr_sas_phy) argument
859 mpi3mr_add_host_phy(struct mpi3mr_ioc *mrioc, struct mpi3mr_sas_phy *mr_sas_phy, struct mpi3_sas_phy_page0 phy_pg0, struct device *parent_dev) argument
929 mpi3mr_add_expander_phy(struct mpi3mr_ioc *mrioc, struct mpi3mr_sas_phy *mr_sas_phy, struct mpi3_sas_expander_page1 expander_pg1, struct device *parent_dev) argument
1056 struct mpi3mr_sas_phy *mr_sas_phy; local
1307 struct mpi3mr_sas_phy *mr_sas_phy, *next; local
1502 struct mpi3mr_sas_phy *mr_sas_phy, *next_phy; local
1621 struct mpi3mr_sas_phy *mr_sas_phy; local
[all...]

Completed in 115 milliseconds