Query PCIe P2P Function Switch
更新时间: 2026/08/06
在Gitcode上查看源码

Query PCIe P2P Function Switch

Change History

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

Basic Information

Function Description

Querying the PCIe P2P Function Switch

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMDbbh
1:3FruId. Set it to 0x000080.
4DeviceId. Set it to 0x00.
57eh

Response Information

ByteData Field
1Completion Code
255h: The PCIe P2P function is enabled.
aah: The PCIe P2P function is disabled.

Command Example

Query the PCIe P2P function status.

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x00 0x80 0x00 0x7e

Response:

text
55

Back to Index