Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A DREADME.md34 "devIndex": 0
41 "devIndex": 0
48 "devIndex": 1
55 "devIndex": 1
68 devIndex : This devIndex used to identify the particular device/host.
H A Dipmbbridged.cpp810 uint8_t devIndex = 0; in initializeChannels() local
823 devIndex = channelConfig["devIndex"]; in initializeChannels()
828 ((devIndex << 2) | static_cast<uint8_t>(type)), commandFilter); in initializeChannels()
/openbmc/docs/designs/
H A Dmultihost-ipmi-design.md78 new entry in the json config file for the host ID '"devIndex": 0' ipmbbridged
79 will send '"devIndex": 0' as optional parameter(options) in D-Bus interface to
83 The json file looks like below. Each devIndex can have one "me" and "ipmb"
84 channel.To ensure existing platforms does not get affected, if the "devIndex"
85 key is not present in the file ipmbbridged uses default "devIndex" as 0.
88 "devIndex": 0 }, { "type": "ipmb", "slave-path": "/dev/ipmb-2", "bmc-addr": 32,
89 "remote-addr": 64, "devIndex": 0 }, { "type": "me", "slave-path": "/dev/ipmb-3",
90 "bmc-addr": 32, "remote-addr": 64, "devIndex": 1 }, { "type": "ipmb",
91 "slave-path": "/dev/ipmb-4", "bmc-addr": 32, "remote-addr": 64, "devIndex": 1 },
110 The netipmid sends the "devIndex" on which channel the request comes from. There
[all …]
/openbmc/openbmc/meta-facebook/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-ipmb_%.bbappend18 "devIndex": i
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp1884 size_t devIndex = 0; in TEST() local
1890 ASSERT_LT(devIndex, expected_devices.size()); in TEST()
1893 &expected_devices[devIndex]; in TEST()
1917 EXPECT_EQ(descIndex, 1 * devIndex + 1); in TEST()
1919 devIndex++; in TEST()
1922 EXPECT_EQ(devIndex, 2); in TEST()
2002 size_t devIndex = 0; in TEST() local
2008 ASSERT_LT(devIndex, expected_devices.size()); in TEST()
2011 &expected_devices[devIndex]; in TEST()
2036 devIndex++; in TEST()
[all …]