Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_if.c5344 enum ethernet_config_type config_type; in need_calc_checksum() local
5367 config_type = ETHERNET_CONFIG_TYPE_RX_CHECKSUM_SUPPORT; in need_calc_checksum()
5369 config_type = ETHERNET_CONFIG_TYPE_TX_CHECKSUM_SUPPORT; in need_calc_checksum()
5372 if (net_eth_get_hw_config(iface, config_type, &config) != 0) { in need_calc_checksum()