Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c1644 mpi3mr_update_mr_sas_port(struct mpi3mr_ioc *mrioc, struct host_port *h_port, in mpi3mr_update_mr_sas_port() argument
1652 h_port->used = 1; in mpi3mr_update_mr_sas_port()
1659 h_port->iounit_port_id, h_port->phy_mask); in mpi3mr_update_mr_sas_port()
1661 mr_sas_port->hba_port->port_id = h_port->iounit_port_id; in mpi3mr_update_mr_sas_port()
1665 phy_mask_xor = mr_sas_port->phy_mask ^ h_port->phy_mask; in mpi3mr_update_mr_sas_port()
1666 phys_to_be_added = h_port->phy_mask & phy_mask_xor; in mpi3mr_update_mr_sas_port()
1708 struct host_port *h_port = NULL; in mpi3mr_refresh_sas_ports() local
1722 h_port = kzalloc_objs(struct host_port, 64); in mpi3mr_refresh_sas_ports()
1723 if (!h_port) in mpi3mr_refresh_sas_ports()
1740 if (h_port[j].handle == attached_handle) { in mpi3mr_refresh_sas_ports()
[all …]