Home
last modified time | relevance | path

Searched refs:chksum_support (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem.c690 config->chksum_support = ETHERNET_CHECKSUM_SUPPORT_IPV4_HEADER | in eth_xlnx_gem_get_config()
695 config->chksum_support = ETHERNET_CHECKSUM_SUPPORT_NONE; in eth_xlnx_gem_get_config()
700 config->chksum_support = ETHERNET_CHECKSUM_SUPPORT_IPV4_HEADER | 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.h525 enum ethernet_checksum_support chksum_support; member
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c998 config->chksum_support = ETHERNET_CHECKSUM_SUPPORT_IPV4_HEADER | in nrf_wifi_if_get_config_zep()
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c325 cfg->chksum_support = ETHERNET_CHECKSUM_SUPPORT_IPV4_HEADER | in eth_nxp_enet_get_config()
/Zephyr-latest/subsys/net/ip/
Dnet_if.c5377 return !((config.chksum_support & chksum_type) == chksum_type); in need_calc_checksum()