Lines Matching refs:port_id
123 * @port_id: ID of the HBA port
130 u64 sas_address, struct sas_expander_device *edev, u8 port_id)
181 mpi_request.io_unit_port = (u8) port_id;
192 (unsigned long long)sas_address, port_id);
1014 * @port_id: Port number
1019 mpi3mr_alloc_hba_port(struct mpi3mr_ioc *mrioc, u16 port_id)
1027 hba_port->port_id = port_id;
1029 hba_port, hba_port->port_id);
1040 * @port_id: Port ID to search
1046 u8 port_id)
1052 if (port->port_id != port_id)
1134 u16 sz, port_id, attached_handle;
1164 port_id = sas_io_unit_pg0->phy_data[i].io_unit_port;
1165 if (!(mpi3mr_get_hba_port_by_id(mrioc, port_id)))
1166 if (!mpi3mr_alloc_hba_port(mrioc, port_id))
1175 mpi3mr_get_hba_port_by_id(mrioc, port_id);
1198 u16 sz, num_phys = 1, port_id, ioc_status;
1263 port_id = sas_io_unit_pg0->phy_data[i].io_unit_port;
1265 if (!(mpi3mr_get_hba_port_by_id(mrioc, port_id)))
1266 if (!mpi3mr_alloc_hba_port(mrioc, port_id))
1272 mpi3mr_get_hba_port_by_id(mrioc, port_id);
1496 rphy_to_expander_device(rphy), hba_port->port_id);
1565 srch_port, srch_port->port_id);
1656 "sas_address(0x%016llx), old: port_id %d phy_mask 0x%llx, new: port_id %d phy_mask:0x%llx\n",
1658 mr_sas_port->hba_port->port_id, mr_sas_port->phy_mask,
1661 mr_sas_port->hba_port->port_id = h_port->iounit_port_id;
1783 "port_id:%d, sas_address:(0x%016llx), phy_mask:(0x%llx), lowest phy id:%d\n",
1784 mr_sas_port->hba_port->port_id,
1792 "port_id:%d, sas_address:(0x%016llx), phy_mask:(0x%llx), lowest phy id:%d\n",
1998 u8 port_id, link_rate;
2031 port_id = expander_pg0.io_unit_port;
2032 hba_port = mpi3mr_get_hba_port_by_id(mrioc, port_id);
2208 u8 port_id;
2229 port_id = sas_expander->hba_port->port_id;
2235 sas_expander->sas_address, port_id);
2358 u8 port_id;
2379 port_id = tgtdev->io_unit_port;
2381 hba_port = mpi3mr_get_hba_port_by_id(mrioc, port_id);
2446 u8 port_id = 0xFF;
2450 port_id = hba_port->port_id;
2452 return port_id;
2471 u8 port_id = 0xFF;
2474 return port_id;
2482 port_id = sas_expander->hba_port->port_id;
2493 port_id =
2494 tgtdev->dev_spec.sas_sata_inf.hba_port->port_id;
2499 return port_id;