Searched refs:bmtu (Results 1 – 1 of 1) sorted by relevance
/openbmc/libmctp/tests/ |
H A D | test_astlpc.c | 1033 uint32_t bmtu, hmtu; in astlpc_test_negotiate_mtu_low_high() local 1042 bmtu = 3 * MCTP_BTU; in astlpc_test_negotiate_mtu_low_high() 1043 rc = endpoint_init(&bmc, 8, MCTP_BINDING_ASTLPC_MODE_BMC, bmtu, &kcs, in astlpc_test_negotiate_mtu_low_high() 1085 astlpc_layout_ctx.proto->packet_size(MCTP_PACKET_SIZE(bmtu))); in astlpc_test_negotiate_mtu_low_high() 1156 uint32_t bmtu, hmtu; in astlpc_test_negotiate_mtu_high_low() local 1168 bmtu = 3 * MCTP_BTU; in astlpc_test_negotiate_mtu_high_low() 1169 rc = endpoint_init(&ctx.bmc, 8, MCTP_BINDING_ASTLPC_MODE_BMC, bmtu, in astlpc_test_negotiate_mtu_high_low()
|