Home
last modified time | relevance | path

Searched refs:offload (Results 1 – 25 of 52) sorted by relevance

123

/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
/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/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()
/Zephyr-latest/tests/kernel/pending/src/
Dmain.c113 struct offload_work *offload = in sync_threads() local
116 k_sem_give(offload->sem); in sync_threads()
117 k_sem_give(offload->sem); in sync_threads()
118 k_sem_give(offload->sem); in sync_threads()
119 k_sem_give(offload->sem); in sync_threads()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dswitch.S130 beq offload
132 offload: label
/Zephyr-latest/tests/kernel/sched/deadline/src/
Dmain.c242 void (*offload)(void (*f)(const void *p), const void *param) = p1; in test_reschedule_helper1() local
248 offload(reschedule_wrapper, NULL); in test_reschedule_helper1()
261 offload(reschedule_wrapper, NULL); in test_reschedule_helper1()
/Zephyr-latest/drivers/bluetooth/
DKconfig24 # Insert here any custom (non-HCI) offload drives
/Zephyr-latest/arch/arm64/core/
Dswitch.S172 beq offload
174 offload: label
/Zephyr-latest/boards/brcm/bcm958401m2/doc/
Dindex.rst9 provide support for PCIe offload engine functionality.
/Zephyr-latest/boards/brcm/bcm958402m2/doc/
Da72.rst9 to provide support for PCIe offload engine functionality.
Dm7.rst9 provide support for PCIe offload engine functionality.
/Zephyr-latest/tests/kernel/sleep/
DREADME.txt42 Testing: test thread sleep + isr offload wakeup test
/Zephyr-latest/subsys/net/lib/tls_credentials/
DKconfig56 socket offload devices.
/Zephyr-latest/boards/intel/ish/doc/
Dindex.rst9 inside many Intel Processors. It helps offload sensor processing tasks from
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink.c232 iface->if_dev->offload = &simplelink_offload; in simplelink_iface_init()
/Zephyr-latest/tests/net/offloaded_netdev/src/
Dmain.c54 iface->if_dev->offload = &net_offload_api; in net_offload_l2_iface_init()
/Zephyr-latest/doc/hardware/peripherals/
Ddma.rst10 offload transferring data to and from peripherals and memory.
/Zephyr-latest/samples/net/sockets/http_get/
DREADME.rst61 ``overlay-tls-offload.conf`` instead of ``overlay-tls.conf``.
/Zephyr-latest/boards/shields/mikroe_wifi_bt_click/doc/
Dindex.rst10 to offload the WIFI and Bluetooth tasks from the host processor. It uses
/Zephyr-latest/drivers/ethernet/
DKconfig.stm32_hal96 Enable receive and transmit checksum offload to enhance throughput
/Zephyr-latest/include/zephyr/net/
Dnet_if.h668 struct net_offload *offload; member
992 iface->if_dev->offload != NULL); in net_if_is_ip_offloaded()
1023 return iface->if_dev->offload; in net_if_offload()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_offload.c562 eswifi->iface->if_dev->offload = &eswifi_offload; in eswifi_offload_init()
/Zephyr-latest/drivers/modem/
DKconfig151 modem "sockets" throughout their lifecycle (from the initial offload
/Zephyr-latest/tests/net/icmp/src/
Dmain.c401 iface->if_dev->offload = &offload_dummy; in offload_iface_init()
/Zephyr-latest/drivers/wifi/esp_at/
Desp_offload.c775 iface->if_dev->offload = &esp_offload; in esp_offload_init()

123