Home
last modified time | relevance | path

Searched full:segmentation (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst3 Segmentation and reassembly (SAR)
6 Segmentation and reassembly (SAR) provides a way of handling larger upper transport layer messages
7 in a mesh network, with a purpose of enhancing the Bluetooth Mesh throughput. The segmentation and
13 which do not fit into a single Lower Transport PDU, the lower transport layer performs segmentation,
46 Segmentation and reassembly (SAR) Configuration models
61 segmentation and reassembly are:
116 There are two states defined related to segmentation and reassembly:
Dsar_cfg_srv.rst12 :ref:`segmentation and reassembly (SAR) <bluetooth_mesh_sar_cfg>` behavior of a Bluetooth Mesh node.
/Zephyr-latest/arch/x86/core/ia32/
Dtls.c9 #include <zephyr/arch/x86/ia32/segmentation.h>
Dfatal.c15 #include <zephyr/arch/x86/ia32/segmentation.h>
Dirq_manage.c24 #include <zephyr/arch/x86/ia32/segmentation.h>
Dcrt0.S323 * linear address space (i.e. 0 to 4 GB-1), thus the segmentation
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_tx.c3482 * Test Suite : TX framed SDU segmentation
3946 * Test Suite : TX framed SDU segmentation
3948 * Tests segmentation of a single SDU contained in a single fragment
4046 /* Test segmentation (Black Box) */ in ZTEST()
4102 * Test Suite : TX framed SDU segmentation
4104 * Tests segmentation of a single SDU contained in a single fragment
4202 /* Test segmentation (Black Box) */ in ZTEST()
4250 * Test Suite : TX framed SDU segmentation
4252 * Tests segmentation of a single SDU contained in a single fragment
4349 /* Test segmentation (Black Box) */ in ZTEST()
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dl2cap.rst8 support segmentation and reassembly transparently, they also support credit
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h57 * segmentation, i.e. a single L2CAP SDU will fit inside a single L2CAP PDU.
59 * The MTU for outgoing L2CAP SDUs with segmentation is defined by the
67 * segmentation, i.e. a single L2CAP SDU will fit inside a single L2CAP PDU.
69 * The MTU for incoming L2CAP SDUs with segmentation is defined by the
369 * buffers to store incoming data. Channels that requires segmentation
/Zephyr-latest/dts/bindings/ethernet/
Dsnps,dwcxgmac.yaml300 TCP Segmentation Enabled.
301 When this field is set, the DMA performs the TCP segmentation
302 for packets in Channel. The TCP segmentation is done only
/Zephyr-latest/drivers/spi/
Dspi_emul.c95 * from hitting a segmentation fault when using SPI_LOCK_ON plus spi_release()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.h335 * fragmentation/segmentation, in which case the PDU will not be
402 /* Location (byte index) of last segmentation header */
Disoal.c64 * segment worthwhile during the segmentation process.
65 * [Payload (min) + Segmentation Header + Time Offset]
2178 * @brief Inserts a segmentation header at the current write point in the PDU
2226 /* Save location of last segmentation header so that it can be updated in isoal_insert_seg_header_timeoffset()
2245 * @brief Updates the cmplt flag and length in the last segmentation header written
2273 /* Re-write the segmentation header at the same location */ in isoal_update_seg_header_cmplt_length()
2291 * @param[out] time_offset Segmentation Time offset to selected event
2457 * released for this event. Segmentation should continue from in isoal_tx_framed_find_correct_tx_event()
2630 /* Start of a new SDU. Segmentation header and time-offset in isoal_tx_framed_produce()
2638 /* Continuing an SDU in a new PDU. Segmentation header in isoal_tx_framed_produce()
[all …]
Dull_central_iso.c243 * segmentation is not invoked in ISO-AL. in ll_cig_parameters_commit()
1233 /* To avoid segmentation according to HAP, if the ISO_Interval is less than in iso_interval_adjusted_bn_max_pdu_get()
Dpdu.h1038 /* ISO SDU segmentation header */
/Zephyr-latest/tests/arch/x86/static_idt/src/
Dmain.c16 #include <zephyr/arch/x86/ia32/segmentation.h>
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac_priv.h537 /* TCP Segmentation Enabled.When this bit is set, the DMA performs the TCP
538 * segmentation for packets in Channel. not applicable when TSO is disabled
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst196 channels without segmentation, the MTU is MPS minus 2.
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Darch.h31 #include <zephyr/arch/x86/ia32/segmentation.h>
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c859 /* No segmentation shenanigans on static channels */ in get_pdu_len()
1224 * an MTU that does not require segmentation. in l2cap_chan_rx_init()
1235 /* Truncate MTU if channel have disabled segmentation but still have in l2cap_chan_rx_init()
1240 LOG_WRN("Segmentation disabled but MTU > MPS, truncating MTU"); in l2cap_chan_rx_init()
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig512 Note that: Since Mesh Segmentation/reassembling is a mandatory
524 Note that: Since Mesh Segmentation/reassemblying is a mandatory
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst756 * :github:`19178` - Segmentation fault when running echo server
835 * :github:`17892` - arch/x86: clean up segmentation.h
Drelease-notes-3.5.rst227 * Added documentation for the Segmentation and Reassembly in the Transport layer.
240 * Fixed an issue where the acknowledgment timer in the Segmentation and Reassembly was not
Drelease-notes-2.3.rst1227 * :github:`22679` - MQTT publish causes unnecessary TCP segmentation
1349 * :github:`17892` - arch/x86: clean up segmentation.h
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split265 avoiding segmentation by forcing the Max_PDU to the appropriate value.

12