Set PCIe P2P function switch
更新时间: 2026/08/06
在Gitcode上查看源码

Set PCIe P2P function switch

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information

Function Description

Sets the PCIe P2P function switch.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn32h
CMDbch
1:3FruId. Set it to 0x000080.
4DeviceId. Set it to 0x00.
568h
6p2pFlag:
55h: enables the PCIe P2P function.
aah: disables the PCIe P2P function.

Response Information

ByteData Field
1Completion Code

Command Example

Enable the PCIe P2P function.

Request:

bash
ipmitool raw 0x32 0xbc 0x00 0x00 0x80 0x00 0x68 0x55

Response:

text

Back to Index