Home
last modified time | relevance | path

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

/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/openib/
H A Dbtl_openib.c1398 total_length = size + frag->coalesced_length + in check_coalescing()
1490 sfrag->coalesced_length = sizeof(mca_btl_openib_control_header_t) + in mca_btl_openib_alloc()
1496 sfrag->coalesced_length + in mca_btl_openib_alloc()
1534 to_send_frag(des)->coalesced_length = 0; in mca_btl_openib_free()
1909 frag->coalesced_length += to_coalesced_frag(des)->hdr->alloc_size + in mca_btl_openib_send()
H A Dbtl_openib_frag.c105 frag->coalesced_length = 0; in send_constructor()
H A Dbtl_openib_frag.h299 uint32_t coalesced_length; member
H A Dbtl_openib_endpoint.h554 (rdma ? sizeof(mca_btl_openib_footer_t) : 0) + frag->coalesced_length; in post_send()
H A Dbtl_openib_endpoint.c92 size = des->des_segments->seg_len + frag->coalesced_length; in mca_btl_openib_endpoint_post_send()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/openib/
H A Dbtl_openib.c1397 total_length = size + frag->coalesced_length + in check_coalescing()
1489 sfrag->coalesced_length = sizeof(mca_btl_openib_control_header_t) + in mca_btl_openib_alloc()
1495 sfrag->coalesced_length + in mca_btl_openib_alloc()
1533 to_send_frag(des)->coalesced_length = 0; in mca_btl_openib_free()
1907 frag->coalesced_length += to_coalesced_frag(des)->hdr->alloc_size + in mca_btl_openib_send()
H A Dbtl_openib_frag.c105 frag->coalesced_length = 0; in send_constructor()
H A Dbtl_openib_frag.h299 uint32_t coalesced_length; member
H A Dbtl_openib_endpoint.h552 (rdma ? sizeof(mca_btl_openib_footer_t) : 0) + frag->coalesced_length; in post_send()
H A Dbtl_openib_endpoint.c92 size = des->des_segments->seg_len + frag->coalesced_length; in mca_btl_openib_endpoint_post_send()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_packet_creator_test.cc2119 size_t coalesced_length = creator_.SerializeCoalescedPacket( in TEST_P() local
2122 ASSERT_EQ(coalesced.max_packet_length(), coalesced_length); in TEST_P()
2129 std::make_unique<QuicEncryptedPacket>(buffer, coalesced_length); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_packet_creator_test.cc2134 size_t coalesced_length = creator_.SerializeCoalescedPacket( in TEST_P() local
2137 ASSERT_EQ(coalesced.max_packet_length(), coalesced_length); in TEST_P()
2144 std::make_unique<QuicEncryptedPacket>(buffer, coalesced_length); in TEST_P()