/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | phal_service_actions.cpp | 62 * @param[in] plid - The PEL ID to be associated with the guard 65 void createGuardRecords(const nlohmann::json& jsonCallouts, uint32_t plid, in createGuardRecords() argument 125 dataIface.createGuardRecord(entityPath, eGuardType, plid); in createGuardRecords() 143 * update HWAS_STATE attribute to non functional with PLID information. 146 * @param[in] plid - PLID value 148 void createDeconfigRecords(const nlohmann::json& jsonCallouts, uint32_t plid) in createDeconfigRecords() argument 190 openpower::phal::pdbg::deconfigureTgt(physBinPath, plid); in createDeconfigRecords() 202 const DataInterfaceBase& dataIface, uint32_t plid) in createServiceActions() argument 205 createGuardRecords(jsonCallouts, plid, dataIface); in createServiceActions() 207 createDeconfigRecords(jsonCallouts, plid); in createServiceActions()
|
H A D | phal_service_actions.hpp | 20 * @param[in] plid - the PLID 23 const DataInterfaceBase& dataIface, uint32_t plid);
|
H A D | pel.hpp | 129 * @brief Convenience function to return the PLID field from the 132 * @return uint32_t - the PLID 134 uint32_t plid() const in plid() function in openpower::pels::PEL 136 return _ph->plid(); in plid()
|
H A D | repository.hpp | 37 uint32_t plid; member 47 TransmissionState hmcState, uint32_t plid, bool deconfig, in PELAttributes() 51 hmcState(hmcState), plid(plid), deconfig(deconfig), guard(guard), in PELAttributes()
|
/openbmc/linux/net/mac80211/ |
H A D | mesh_plink.c | 79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart() 214 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument 304 if (plid) { in mesh_plink_frame_tx() 326 put_unaligned_le16(plid, pos); in mesh_plink_frame_tx() 406 sta->mesh->plid, sta->mesh->reason); in mesh_plink_deactivate() 737 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer() 992 sta->mesh->llid, sta->mesh->plid, in mesh_plink_fsm() 1000 sta->mesh->plid, 0); in mesh_plink_fsm() 1015 * @plid: peer's local link ID 1025 u16 llid, u16 plid) in mesh_plink_get_event() argument [all …]
|
/openbmc/linux/tools/cgroup/ |
H A D | iocost_monitor.py | 43 plid = prog['blkcg_policy_iocost'].plid.value_() variable 233 if blkg.pd[plid]: 234 root_iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd') 261 if not blkg.pd[plid]: 264 iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | watchdog_dbus.cpp | 90 // Create returns plid in createPel() 91 int plid = 0; in createPel() local 118 plid = std::get<1>(reply); // platform log id is tuple "second" in createPel() 127 return plid; // platform log id or 0 in createPel()
|
/openbmc/linux/block/ |
H A D | blk-cgroup.c | 116 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled() 352 pd->plid = i; in blkg_alloc() 616 __clear_bit(pol->plid, q->blkcg_pols); in blkg_destroy_all() 724 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs() 1414 cpd->plid = i; in blkcg_css_alloc() 1578 if (blkg->pd[pol->plid]) in blkcg_activate_policy() 1615 pd->plid = pol->plid; in blkcg_activate_policy() 1616 blkg->pd[pol->plid] = pd; in blkcg_activate_policy() 1628 __set_bit(pol->plid, q->blkcg_pols); in blkcg_activate_policy() 1649 pd = blkg->pd[pol->plid]; in blkcg_activate_policy() [all …]
|
H A D | blk-cgroup.h | 138 int plid; member 152 int plid; member 170 int plid; member 277 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd() 283 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
|
/openbmc/openpower-hw-diags/attn/pel/ |
H A D | private_header.cpp | 37 void PrivateHeader::setPlid(uint32_t plid) in setPlid() argument 39 _plid = plid; in setPlid()
|
H A D | pel_minimal.cpp | 112 void PelMinimal::setPlid(uint32_t plid) in setPlid() argument 114 _ph->setPlid(plid); in setPlid()
|
H A D | private_header.hpp | 108 * @brief Set the plid in this PEL 110 * @param[in] plid - platform log ID 112 void setPlid(uint32_t plid);
|
H A D | pel_minimal.hpp | 132 * @brief Update the PLID 134 void setPlid(uint32_t plid);
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | mxl5xx_defs.h | 121 #define MXL_HYDRA_PLID_REG_READ 0xFB /* Read register PLID */ 122 #define MXL_HYDRA_PLID_REG_WRITE 0xFC /* Write register PLID */ 124 #define MXL_HYDRA_PLID_CMD_READ 0xFD /* Command Read PLID */ 125 #define MXL_HYDRA_PLID_CMD_WRITE 0xFE /* Command Write PLID */ 128 #define MXL_HYDRA_I2C_HDR_SIZE (2 * sizeof(u8)) /* PLID + LEN(0xFF) */ 140 * (PLID + LEN (0xFF) + RegAddr + RegData)
|
/openbmc/openpower-debug-collector/dump/ |
H A D | create_pel.cpp | 39 uint32_t plid = 0; in createSbeErrorPEL() local 89 plid = std::get<1>(reply); // platform log id is tuple "second" in createSbeErrorPEL() 106 return plid; in createSbeErrorPEL()
|
/openbmc/phosphor-debug-collector/tools/dreport.d/ibm.d/ |
H A D | gendumpheader | 164 #PLID 4 Comes from errorlog 174 #PLID 195 add_null 4 #PLID
|
/openbmc/openbmc-test-automation/openpower/pel/ |
H A D | test_bmc_pel.robot | 54 # [PLID]: 0x50000012 69 Valid Value pel_records['${id}']['PLID'] ['${id}'] 127 # [PLID]: 0x50000012 137 # [PLID]: 0x50000013 407 # [PLID]: 0x500053D9 451 # "PLID": "0x500006A0", 478 # "PLID": "0x5000069E", 505 # "PLID": "0x50000CC5",
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | create_pel.cpp | 139 uint32_t plid = 0; in createSbeErrorPEL() local 223 plid = std::get<1>(reply); // platform log id is tuple "second" in createSbeErrorPEL() 239 return plid; in createSbeErrorPEL()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | private_header_test.cpp | 73 EXPECT_EQ(ph.plid(), 0x50515253); in TEST_F() 192 EXPECT_EQ(ph.id(), ph.plid()); in TEST_F()
|
/openbmc/openpower-hw-diags/util/ |
H A D | dbus.cpp | 347 // CreatePELWithFFDCFiles returns plid in createPel() 348 int plid = 0; in createPel() local 382 plid = std::get<1>(reply); // platform log id is tuple "second" in createPel() 391 return plid; // platform log id or 0 in createPel()
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | analyzer_main.hpp | 43 * @return The platform log ID (PLID) of the PEL generated during analysis. Will
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_logging.cpp | 139 auto plid = analyzer::analyzeHardware( in createPelCustom() local 141 if (0 != plid) in createPelCustom() 143 // Link the PLID if an attention was found and a PEL was generated. in createPelCustom() 144 tiPel->setPlid(plid); in createPelCustom()
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL/ |
H A D | Entry.interface.yaml | 33 linked to the same event by using the same PLID value.
|
/openbmc/openpower-occ-control/ |
H A D | occ_ffdc.cpp | 39 uint32_t plid = 0; in createPEL() local 88 plid = std::get<1>(reply); in createPEL() 95 return plid; in createPEL()
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/ |
H A D | PEL.interface.yaml | 116 Note that the PEL's platform log ID (PLID) field is always equal
|