Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp1473 static ipmi::RspType<> muxSlotDisable(ipmi::Context::ptr& ctx, in muxSlotDisable()
1514 return muxSlotDisable(ctx, mctpPcieSlotService, "PCIe_Mux", enable, in handleMCTPSlotFeature()
1518 return muxSlotDisable(ctx, mctpPcieSlotService, "PCIe_MCIO_Mux", in handleMCTPSlotFeature()
1522 return muxSlotDisable(ctx, mctpPcieSlotService, "M2_EDSFF_Mux", in handleMCTPSlotFeature()
1526 return muxSlotDisable(ctx, mctpPcieSlotService, "Left_Riser_Mux", in handleMCTPSlotFeature()
1530 return muxSlotDisable(ctx, mctpPcieSlotService, "Right_Riser_Mux", in handleMCTPSlotFeature()
1534 return muxSlotDisable(ctx, mctpHsbpService, "HSBP_Mux", enable, in handleMCTPSlotFeature()
1468 static ipmi::RspType<> muxSlotDisable(ipmi::Context::ptr& ctx, muxSlotDisable() function