Home
last modified time | relevance | path

Searched full:offload (Results 1 – 25 of 126) sorted by relevance

123456

/Zephyr-latest/tests/kernel/interrupt/src/
Dinterrupt_offload.c30 * This global variable control if the priority of offload job
51 /* thread entry of doing offload job */
55 /*TESTPOINT: offload thread run right after irq end.*/ in entry_offload_job()
57 "the offload did not run immediately."); in entry_offload_job()
61 "the offload did not run immediately."); in entry_offload_job()
68 /* offload work to work queue */
190 /* set priority of offload job higher than thread */ in run_test_offload()
218 /* wait for all offload job complete */ in run_test_offload()
224 "submitted job unmatch offload"); in run_test_offload()
233 * @brief Test interrupt offload work to multiple jobs
[all …]
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
DKconfig53 bool "RX checksum offload"
56 Enable receive checksum offload for TCP/UDP/IP packets
59 bool "TX checksum offload"
62 Enable transmit checksum offload for TCP/UDP/IP packets
81 bool "ARP Offload"
/Zephyr-latest/samples/net/sockets/echo/
Dsample.yaml13 sample.net.sockets.echo.offload.simplelink:
18 - offload
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/boards/
Dcc3220sf_launchxl.conf8 # Enable SimpleLink WiFi Driver and Socket Offload
13 # Enable Secure Socket Offload
/Zephyr-latest/samples/net/mqtt_publisher/boards/
Dcc3220sf_launchxl.conf8 # Enable SimpleLink WiFi Driver and Socket Offload
13 # Enable TLS credential filenames for secure socket offload
Dcc3235sf_launchxl.conf8 # Enable SimpleLink WiFi Driver and Socket Offload
13 # Enable TLS credential filenames for secure socket offload
/Zephyr-latest/arch/mips/core/
Dirq_offload.c21 * Just in case the offload routine itself generates an unhandled
46 /* Generate irq offload trap */ in arch_irq_offload()
/Zephyr-latest/include/zephyr/net/
Dsocket_offload.h9 * @brief Socket Offload Redirect API
25 * It is assumed that these offload functions follow the
Dicmp.h219 * @brief ICMP offload context structure.
245 * @param ctx ICMP offload context used for this interface.
256 * @brief Unregister the offload handler.
258 * @param ctx ICMP offload context used for this interface.
270 * @param ctx ICMP offload context used in this request.
/Zephyr-latest/samples/net/sockets/http_get/
Dsample.yaml24 sample.net.sockets.http_get.offload.simplelink:
30 - offload
Doverlay-tls-offload.conf3 # Enable TLS credential filenames for secure socket offload
/Zephyr-latest/tests/net/checksum_offload/
Dtestcase.yaml4 net.offload:
/Zephyr-latest/tests/net/socket/offload_dispatcher/
Dtestcase.yaml5 net.socket.offload.dispatcher:
/Zephyr-latest/subsys/net/ip/
Dicmp.c78 struct net_icmp_offload *offload; in set_offload_handler() local
87 SYS_SLIST_FOR_EACH_CONTAINER(&offload_handlers, offload, node) { in set_offload_handler()
88 if (offload->iface == iface) { in set_offload_handler()
89 offload->handler = handler; in set_offload_handler()
94 ARG_UNUSED(offload); in set_offload_handler()
377 struct net_icmp_offload *offload; in get_offloaded_ping_handler() local
397 SYS_SLIST_FOR_EACH_CONTAINER(&offload_handlers, offload, node) { in get_offloaded_ping_handler()
398 if (offload->iface == iface) { in get_offloaded_ping_handler()
399 *ping_handler = offload->ping_handler; in get_offloaded_ping_handler()
405 ARG_UNUSED(offload); in get_offloaded_ping_handler()
/Zephyr-latest/samples/net/cloud/tagoio_http_post/
Doverlay-wifi.conf2 # WiFi offload drivers don't resolve DNS, so use manual IP
/Zephyr-latest/samples/net/sockets/echo_async/boards/
Dcc3220sf_launchxl.conf4 # Enable SimpleLink WiFi Driver and Socket Offload
/Zephyr-latest/samples/net/sockets/echo_async_select/boards/
Dcc3220sf_launchxl.conf4 # Enable SimpleLink WiFi Driver and Socket Offload
Dcc3235sf_launchxl.conf4 # Enable SimpleLink WiFi Driver and Socket Offload
/Zephyr-latest/samples/net/sockets/echo/boards/
Dcc3220sf_launchxl.conf8 # Enable SimpleLink WiFi Driver and Socket Offload
Dcc3235sf_launchxl.conf8 # Enable SimpleLink WiFi Driver and Socket Offload
/Zephyr-latest/samples/net/sockets/sntp_client/boards/
Dcc3220sf_launchxl.conf9 # Enable SimpleLink WiFi Driver and Socket Offload
/Zephyr-latest/samples/net/sockets/http_get/boards/
Dcc3220sf_launchxl.conf8 # Enable SimpleLink WiFi Driver and Socket Offload
Dcc3235sf_launchxl.conf8 # Enable SimpleLink WiFi Driver and Socket Offload
/Zephyr-latest/drivers/bluetooth/
DKconfig24 # Insert here any custom (non-HCI) offload drives
/Zephyr-latest/lib/os/zvfs/
Dzvfs_poll.c32 bool offload = false; in zvfs_poll_internal() local
76 offload = true; in zvfs_poll_internal()
93 if (offload) { in zvfs_poll_internal()

123456