Searched full:segmentation (Results 1 – 25 of 33) sorted by relevance
12
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 3 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:
|
D | sar_cfg_srv.rst | 12 :ref:`segmentation and reassembly (SAR) <bluetooth_mesh_sar_cfg>` behavior of a Bluetooth Mesh node.
|
/Zephyr-latest/arch/x86/core/ia32/ |
D | tls.c | 9 #include <zephyr/arch/x86/ia32/segmentation.h>
|
D | fatal.c | 15 #include <zephyr/arch/x86/ia32/segmentation.h>
|
D | irq_manage.c | 24 #include <zephyr/arch/x86/ia32/segmentation.h>
|
D | crt0.S | 323 * linear address space (i.e. 0 to 4 GB-1), thus the segmentation
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/ |
D | isoal_test_tx.c | 3482 * 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/ |
D | l2cap.rst | 8 support segmentation and reassembly transparently, they also support credit
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 57 * 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/ |
D | snps,dwcxgmac.yaml | 300 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/ |
D | spi_emul.c | 95 * from hitting a segmentation fault when using SPI_LOCK_ON plus spi_release()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | isoal.h | 335 * fragmentation/segmentation, in which case the PDU will not be 402 /* Location (byte index) of last segmentation header */
|
D | isoal.c | 64 * 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 …]
|
D | ull_central_iso.c | 243 * 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()
|
D | pdu.h | 1038 /* ISO SDU segmentation header */
|
/Zephyr-latest/tests/arch/x86/static_idt/src/ |
D | main.c | 16 #include <zephyr/arch/x86/ia32/segmentation.h>
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | eth_dwc_xgmac_priv.h | 537 /* 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/ |
D | bluetooth-le-host.rst | 196 channels without segmentation, the MTU is MPS minus 2.
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | arch.h | 31 #include <zephyr/arch/x86/ia32/segmentation.h>
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 859 /* 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/ |
D | Kconfig | 512 Note that: Since Mesh Segmentation/reassembling is a mandatory 524 Note that: Since Mesh Segmentation/reassemblying is a mandatory
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 756 * :github:`19178` - Segmentation fault when running echo server 835 * :github:`17892` - arch/x86: clean up segmentation.h
|
D | release-notes-3.5.rst | 227 * 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
|
D | release-notes-2.3.rst | 1227 * :github:`22679` - MQTT publish causes unnecessary TCP segmentation 1349 * :github:`17892` - arch/x86: clean up segmentation.h
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 265 avoiding segmentation by forcing the Max_PDU to the appropriate value.
|
12