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.cpp1856 size_t devIndex = 0; in TEST()
1862 ASSERT_LT(devIndex, expected_devices.size()); in TEST()
1865 &expected_devices[devIndex]; in TEST()
1889 EXPECT_EQ(descIndex, 1 * devIndex + 1); in TEST()
1891 devIndex++; in TEST()
1894 EXPECT_EQ(devIndex, 2); in TEST()
1971 size_t devIndex = 0; in TEST()
1977 ASSERT_LT(devIndex, expected_devices.size()); in TEST() local
1980 &expected_devices[devIndex]; in TEST()
2005 devIndex in TEST()
1861 size_t devIndex = 0; TEST() local
2093 size_t devIndex = 0; TEST() local
[all...]