Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c588 * @mr_sas_port: Internal Port object
594 struct mpi3mr_sas_port *mr_sas_port, in mpi3mr_delete_sas_phy()
597 u64 sas_address = mr_sas_port->remote_identify.sas_address; in mpi3mr_delete_sas_phy()
604 mr_sas_port->num_phys--; in mpi3mr_delete_sas_phy()
605 mr_sas_port->phy_mask &= ~(1 << mr_sas_phy->phy_id); in mpi3mr_delete_sas_phy()
606 if (mr_sas_port->lowest_phy == mr_sas_phy->phy_id) in mpi3mr_delete_sas_phy()
607 mr_sas_port->lowest_phy = ffs(mr_sas_port->phy_mask) - 1; in mpi3mr_delete_sas_phy()
608 sas_port_delete_phy(mr_sas_port->port, mr_sas_phy->phy); in mpi3mr_delete_sas_phy()
615 * @mr_sas_port
593 mpi3mr_delete_sas_phy(struct mpi3mr_ioc *mrioc, struct mpi3mr_sas_port *mr_sas_port, struct mpi3mr_sas_phy *mr_sas_phy) mpi3mr_delete_sas_phy() argument
620 mpi3mr_add_sas_phy(struct mpi3mr_ioc *mrioc, struct mpi3mr_sas_port *mr_sas_port, struct mpi3mr_sas_phy *mr_sas_phy) mpi3mr_add_sas_phy() argument
654 struct mpi3mr_sas_port *mr_sas_port; mpi3mr_add_phy_to_an_existing_port() local
687 mpi3mr_delete_sas_port(struct mpi3mr_ioc *mrioc, struct mpi3mr_sas_port *mr_sas_port) mpi3mr_delete_sas_port() argument
719 struct mpi3mr_sas_port *mr_sas_port, *next; mpi3mr_del_phy_from_an_existing_port() local
1310 struct mpi3mr_sas_port *mr_sas_port; mpi3mr_sas_port_add() local
1491 struct mpi3mr_sas_port *mr_sas_port, *next; mpi3mr_sas_port_remove() local
1610 mpi3mr_update_mr_sas_port(struct mpi3mr_ioc *mrioc, struct host_port *h_port, struct mpi3mr_sas_port *mr_sas_port) mpi3mr_update_mr_sas_port() argument
1680 struct mpi3mr_sas_port *mr_sas_port; mpi3mr_refresh_sas_ports() local
1960 struct mpi3mr_sas_port *mr_sas_port = NULL; mpi3mr_expander_add() local
2167 struct mpi3mr_sas_port *mr_sas_port, *next; mpi3mr_expander_node_remove() local
[all...]

Completed in 3 milliseconds