Home
last modified time | relevance | path

Searched refs:offloaded (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/tests/net/checksum_offload/src/
Dmain.c274 static void test_fragment(struct net_pkt *pkt, bool offloaded) in test_fragment() argument
321 if (offloaded) { in test_fragment()
635 bool offloaded, in test_udp_context_prepare() argument
656 if (offloaded) { in test_udp_context_prepare()
680 if (offloaded) { in test_udp_context_prepare()
703 if (offloaded) { in test_udp_context_prepare()
718 static void test_tx_chksum(sa_family_t family, bool offloaded) in test_tx_chksum() argument
720 struct k_sem *wait_data = offloaded ? &wait_data_off : &wait_data_nonoff; in test_tx_chksum()
727 net_ctx = test_udp_context_prepare(family, offloaded, &dst_addr); in test_tx_chksum()
766 static void test_tx_chksum_udp_frag(sa_family_t family, bool offloaded) in test_tx_chksum_udp_frag() argument
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
Dsockets.rst155 Zephyr allows to register custom socket implementations (called offloaded
173 Socket family implemented by the offloaded socket. ``AF_UNSPEC`` indicates
178 type and protocol are supported by the offloaded socket implementation.
182 offloaded socket.
184 Every offloaded socket implementation should also implement a set of socket
189 specific to the creation of a particular offloaded socket implementation,
191 if the offloaded socket was created successfully, the file descriptor should
195 offloaded socket along with an optional socket context data pointer.
197 Finally, when an offloaded network interface is initialized, it should indicate
198 that the interface is offloaded with :c:func:`net_if_socket_offload_set`
[all …]
Dwifi.rst25 * Networking or socket offloaded drivers
/Zephyr-latest/boards/adi/max32672fthr/
DKconfig.defconfig24 # Use offloaded render thread
/Zephyr-latest/boards/shields/g1120b0mipi/
DKconfig.defconfig32 # Use offloaded render thread
/Zephyr-latest/boards/shields/rk043fn02h_ct/
DKconfig.defconfig33 # Use offloaded render thread
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/
DKconfig.defconfig33 # Use offloaded render thread
/Zephyr-latest/boards/shields/rk055hdmipi4m/
DKconfig.defconfig42 # Use offloaded render thread
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/
DKconfig.defconfig44 # Use offloaded render thread
/Zephyr-latest/boards/nxp/rd_rw612_bga/
DKconfig.defconfig24 # Enable double buffering and offloaded render thread to improve performance
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/
DKconfig.defconfig47 # Use offloaded render thread
/Zephyr-latest/drivers/wifi/
DKconfig27 bool "Support offloaded Wi-Fi device drivers"
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig23 allows to for instance prioritize offloaded socket processing during
256 int "Default processing priority for offloaded sockets"
259 Processing priority for offloaded sockets.
262 means that TLS will be offloaded as well (if supported by offloaded
271 (called socket dispatcher), allowing to select an offloaded network
273 option. This can be useful, when multiple offloaded sockets
/Zephyr-latest/doc/connectivity/networking/
Dnative_sim_setup.rst97 Using offloaded sockets
130 Native Simulator with the offloaded sockets network driver is using the same
Dnetworking_with_host.rst64 purpose, a TAP virtual Ethernet driver and an offloaded sockets driver.
/Zephyr-latest/subsys/usb/device/
DKconfig145 all offloaded operations initiated by the USB subsystem.
153 offloaded transfers.
/Zephyr-latest/drivers/net/
DKconfig244 # Native simulator offloaded sockets
248 bool "Native Simulator offloaded sockets"
/Zephyr-latest/drivers/wifi/esp_at/
DKconfig.esp_at16 Enable Espressif AT Command offloaded WiFi driver. It is supported on
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst117 …t to and processed by the application core, as the string formatting is offloaded to the host side.
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst714 * Fixed busy looping during DTLS handshake with offloaded sockets.
724 correctly with offloaded sockets.
726 correctly with offloaded sockets.
1420 * :github:`37472` - Corrupted timeout on poll for offloaded sockets
1741 * :github:`35789` - sockets_tls: receiving data on offloaded socket before handshake causes pollin …
Drelease-notes-2.1.rst336 offloaded IP stack. This can save ROM and RAM as we do not need to enable
788 * :github:`18957` - NET\_L2: modem drivers (offloaded) aren't assigned a net\_l2 which causes a cra…
Drelease-notes-3.4.rst1128 * Added generic ``OFFLOADED_NETDEV_L2`` for offloaded devices to allow
1129 offloaded implementations to detect when interface is brought up/down.
Drelease-notes-3.6.rst788 for offloaded interfaces. This allows for :c:func:`recvfrom` to return a
789 valid address in offloaded case.
Drelease-notes-4.0.rst1110 * Fixed :c:func:`net_if_send_data` operation for offloaded interfaces.
1156 it doesn't have to be built when offloaded sockets are used.
/Zephyr-latest/scripts/
Dspelling.txt1089 offloded||offloaded

12