Home
last modified time | relevance | path

Searched refs:ETHERNET_CHECKSUM_SUPPORT_NONE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem.c695 config->chksum_support = ETHERNET_CHECKSUM_SUPPORT_NONE; in eth_xlnx_gem_get_config()
705 config->chksum_support = ETHERNET_CHECKSUM_SUPPORT_NONE; in eth_xlnx_gem_get_config()
/Zephyr-latest/include/zephyr/net/
Dethernet.h489 ETHERNET_CHECKSUM_SUPPORT_NONE = NET_IF_CHECKSUM_NONE_BIT, enumerator