Searched refs:mr_sas_port (Results 1 – 1 of 1) sorted by relevance
594 struct mpi3mr_sas_port *mr_sas_port, in mpi3mr_delete_sas_phy() argument597 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()621 struct mpi3mr_sas_port *mr_sas_port, in mpi3mr_add_sas_phy() argument624 u64 sas_address = mr_sas_port->remote_identify.sas_address; in mpi3mr_add_sas_phy()630 list_add_tail(&mr_sas_phy->port_siblings, &mr_sas_port->phy_list); in mpi3mr_add_sas_phy()[all …]