/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | Kconfig | 53 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/ |
D | icmp.c | 78 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/ |
D | zvfs_poll.c | 32 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/ |
D | main.c | 113 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/ |
D | switch.S | 130 beq offload 132 offload: label
|
/Zephyr-latest/tests/kernel/sched/deadline/src/ |
D | main.c | 242 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/ |
D | Kconfig | 24 # Insert here any custom (non-HCI) offload drives
|
/Zephyr-latest/arch/arm64/core/ |
D | switch.S | 172 beq offload 174 offload: label
|
/Zephyr-latest/boards/brcm/bcm958401m2/doc/ |
D | index.rst | 9 provide support for PCIe offload engine functionality.
|
/Zephyr-latest/boards/brcm/bcm958402m2/doc/ |
D | a72.rst | 9 to provide support for PCIe offload engine functionality.
|
D | m7.rst | 9 provide support for PCIe offload engine functionality.
|
/Zephyr-latest/tests/kernel/sleep/ |
D | README.txt | 42 Testing: test thread sleep + isr offload wakeup test
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig | 56 socket offload devices.
|
/Zephyr-latest/boards/intel/ish/doc/ |
D | index.rst | 9 inside many Intel Processors. It helps offload sensor processing tasks from
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink.c | 232 iface->if_dev->offload = &simplelink_offload; in simplelink_iface_init()
|
/Zephyr-latest/tests/net/offloaded_netdev/src/ |
D | main.c | 54 iface->if_dev->offload = &net_offload_api; in net_offload_l2_iface_init()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | dma.rst | 10 offload transferring data to and from peripherals and memory.
|
/Zephyr-latest/samples/net/sockets/http_get/ |
D | README.rst | 61 ``overlay-tls-offload.conf`` instead of ``overlay-tls.conf``.
|
/Zephyr-latest/boards/shields/mikroe_wifi_bt_click/doc/ |
D | index.rst | 10 to offload the WIFI and Bluetooth tasks from the host processor. It uses
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.stm32_hal | 96 Enable receive and transmit checksum offload to enhance throughput
|
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 668 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/ |
D | eswifi_offload.c | 562 eswifi->iface->if_dev->offload = &eswifi_offload; in eswifi_offload_init()
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig | 151 modem "sockets" throughout their lifecycle (from the initial offload
|
/Zephyr-latest/tests/net/icmp/src/ |
D | main.c | 401 iface->if_dev->offload = &offload_dummy; in offload_iface_init()
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp_offload.c | 775 iface->if_dev->offload = &esp_offload; in esp_offload_init()
|