Searched full:offload (Results 1 – 25 of 126) sorted by relevance
123456
30 * This global variable control if the priority of offload job51 /* 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 …]
53 bool "RX checksum offload"56 Enable receive checksum offload for TCP/UDP/IP packets59 bool "TX checksum offload"62 Enable transmit checksum offload for TCP/UDP/IP packets81 bool "ARP Offload"
13 sample.net.sockets.echo.offload.simplelink:18 - offload
8 # Enable SimpleLink WiFi Driver and Socket Offload13 # Enable Secure Socket Offload
8 # Enable SimpleLink WiFi Driver and Socket Offload13 # Enable TLS credential filenames for secure socket offload
21 * Just in case the offload routine itself generates an unhandled46 /* Generate irq offload trap */ in arch_irq_offload()
9 * @brief Socket Offload Redirect API25 * It is assumed that these offload functions follow the
219 * @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.
24 sample.net.sockets.http_get.offload.simplelink:30 - offload
3 # Enable TLS credential filenames for secure socket offload
4 net.offload:
5 net.socket.offload.dispatcher:
78 struct net_icmp_offload *offload; in set_offload_handler() local87 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() local397 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()
2 # WiFi offload drivers don't resolve DNS, so use manual IP
4 # Enable SimpleLink WiFi Driver and Socket Offload
8 # Enable SimpleLink WiFi Driver and Socket Offload
9 # Enable SimpleLink WiFi Driver and Socket Offload
24 # Insert here any custom (non-HCI) offload drives
32 bool offload = false; in zvfs_poll_internal() local76 offload = true; in zvfs_poll_internal()93 if (offload) { in zvfs_poll_internal()