commit | e238e71b6cb2b7b06224b31eb31892d1acb75f1d | [log] [tgz] |
---|---|---|
author | Sreekanth Reddy <sreekanth.reddy@broadcom.com> | Tue Oct 27 18:38:35 2020 +0530 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Nov 04 18:42:23 2020 -0500 |
tree | 3abe79fbd1f380780ba6f85d3a9f85ddabca15b6 | |
parent | b22a0fac8c056e88fc72f7241fa9077b804634a6 [diff] |
scsi: mpt3sas: Allocate memory for hba_port objects Allocate hba_port object whenever a new HBA's wide/narrow port is identified while processing the SASIOUnitPage0's phy data and add this object to port_table_list. Deallocate these objects during driver unload. Link: https://lore.kernel.org/r/20201027130847.9962-3-sreekanth.reddy@broadcom.com Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>