Home
last modified time | relevance | path

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

/openbmc/libmctp/tests/
H A Dtest_i2c.c57 static const uint8_t EID_B = 51; variable
137 rc = mctp_i2c_set_neighbour(tx_test->i2c, EID_B, in test_neigh_expiry()
148 rc = mctp_i2c_set_neighbour(tx_test->i2c, EID_B, in test_neigh_expiry()
163 assert(n->eid == EID_B); in test_neigh_expiry()
172 assert((int)EID_B + MCTP_I2C_NEIGH_COUNT < 254); in test_neigh_expiry()
179 uint8_t eid = EID_B + i + 1; in test_neigh_expiry()
194 uint8_t eid = EID_B + MCTP_I2C_NEIGH_COUNT + 1; in test_neigh_expiry()
207 rc = mctp_i2c_set_neighbour(tx_test->i2c, EID_B, in test_neigh_expiry()
246 mctp_i2c_set_neighbour(tx_test->i2c, EID_B, I2C_ADDR_B); in main()
251 EID_B); in main()
[all …]