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

/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c584 * @mr_sas_port: Internal Port object
590 struct mpi3mr_sas_port *mr_sas_port,
593 u64 sas_address = mr_sas_port->remote_identify.sas_address; argument
600 mr_sas_port->num_phys--;
601 mr_sas_port->phy_mask &= ~(1 << mr_sas_phy->phy_id);
602 if (mr_sas_port->lowest_phy == mr_sas_phy->phy_id)
603 mr_sas_port->lowest_phy = ffs(mr_sas_port->phy_mask) - 1;
604 sas_port_delete_phy(mr_sas_port->port, mr_sas_phy->phy);
611 * @mr_sas_port
620 mpi3mr_add_sas_phy(struct mpi3mr_ioc *mrioc, struct mpi3mr_sas_port *mr_sas_port, struct mpi3mr_sas_phy *mr_sas_phy) argument
654 struct mpi3mr_sas_port *mr_sas_port; local
687 mpi3mr_delete_sas_port(struct mpi3mr_ioc *mrioc, struct mpi3mr_sas_port *mr_sas_port) argument
719 struct mpi3mr_sas_port *mr_sas_port, *next; local
1310 struct mpi3mr_sas_port *mr_sas_port; local
1491 struct mpi3mr_sas_port *mr_sas_port, *next; local
1610 mpi3mr_update_mr_sas_port(struct mpi3mr_ioc *mrioc, struct host_port *h_port, struct mpi3mr_sas_port *mr_sas_port) argument
1680 struct mpi3mr_sas_port *mr_sas_port; local
1965 struct mpi3mr_sas_port *mr_sas_port = NULL; local
2172 struct mpi3mr_sas_port *mr_sas_port, *next; local
[all...]

Completed in 278 milliseconds