Searched refs:hmtu (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 1048 hmtu = 2 * MCTP_BTU; in astlpc_test_negotiate_mtu_low_high() 1049 rc = endpoint_init(&host, 9, MCTP_BINDING_ASTLPC_MODE_HOST, hmtu, &kcs, in astlpc_test_negotiate_mtu_low_high() 1062 astlpc_layout_ctx.proto->packet_size(MCTP_PACKET_SIZE(hmtu))); in astlpc_test_negotiate_mtu_low_high() 1071 hmtu = 3 * MCTP_BTU; in astlpc_test_negotiate_mtu_low_high() 1072 rc = endpoint_init(&host, 9, MCTP_BINDING_ASTLPC_MODE_HOST, hmtu, &kcs, in astlpc_test_negotiate_mtu_low_high() 1156 uint32_t bmtu, hmtu; in astlpc_test_negotiate_mtu_high_low() local 1174 hmtu = 3 * MCTP_BTU; in astlpc_test_negotiate_mtu_high_low() 1175 rc = endpoint_init(&ctx.host, 9, MCTP_BINDING_ASTLPC_MODE_HOST, hmtu, in astlpc_test_negotiate_mtu_high_low() 1203 hmtu = 2 * MCTP_BTU; in astlpc_test_negotiate_mtu_high_low() [all …]
|