diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2014-04-09 09:26:01 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-05-29 11:13:59 -0500 |
| commit | 6750245027d53c6ba0b671f522e26971dc142653 (patch) | |
| tree | 884153c378b78f6f0619855123ac652873b2fa9d /src/include/usr/targeting/common | |
| parent | c417ae8cd562fb538cc3011a38ff1d9f2268748c (diff) | |
| download | talos-hostboot-6750245027d53c6ba0b671f522e26971dc142653.tar.gz talos-hostboot-6750245027d53c6ba0b671f522e26971dc142653.zip | |
Add multi-node support to _deconfigureAssocProc
Change-Id: I6344e2737ed20af55516c159a459e2e91929fb8b
RTC:86185
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11130
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/targeting/common')
| -rw-r--r-- | src/include/usr/targeting/common/utilFilter.H | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/usr/targeting/common/utilFilter.H b/src/include/usr/targeting/common/utilFilter.H index f00364f24..44f5fd95a 100644 --- a/src/include/usr/targeting/common/utilFilter.H +++ b/src/include/usr/targeting/common/utilFilter.H @@ -92,6 +92,19 @@ void getChipResources(TARGETING::TargetHandleList & o_vector, TYPE i_type, ResourceState i_state ); /** + * @brief Populate the o_vector with target enc pointers based on the + * requested type, and functional state. + * + * @parm[out] o_vector, reference of vector of target pointers. + * @parm[in] i_type, the type of the chip targets to be obtained + * @parm[in] i_state, Selection filter based on ResourceState enum + * + * @return N/A + */ +void getEncResources(TARGETING::TargetHandleList & o_vector, + TYPE i_type, ResourceState i_state ); + +/** * @brief Populate the o_vector with target chiplet pointers based on the * requested type, and functional state. * @@ -145,6 +158,7 @@ void getAllChiplets(TARGETING::TargetHandleList & o_vector, void getChildChiplets(TARGETING::TargetHandleList & o_vector, const Target * i_chip, TYPE i_type, bool i_functional = true ); + /** * @brief Populate the o_vector with target object pointers which are * affinity children of the input target and filters based on a |

