Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/ethernet_mgmt/src/
Dmain.c38 bool auto_negotiation; member
171 if (config->auto_negotiation == ctx->auto_negotiation) { in eth_fake_set_config()
175 ctx->auto_negotiation = config->auto_negotiation; in eth_fake_set_config()
518 ctx->auto_negotiation = true; in eth_fake_init()
640 params.auto_negotiation = is_auto_neg; in change_auto_neg()
654 params.auto_negotiation = is_auto_neg; in change_to_same_auto_neg()
/Zephyr-latest/include/zephyr/net/
Dethernet_mgmt.h165 bool auto_negotiation; member
Dethernet.h503 bool auto_negotiation; member
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet_mgmt.c56 config.auto_negotiation = params->auto_negotiation; in ethernet_set_config()
/Zephyr-latest/tests/net/socket/net_mgmt/src/
Dmain.c42 bool auto_negotiation; member
243 ctx->auto_negotiation = true; in eth_fake_init()
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac.c1575 if (dev_data->auto_neg != config->auto_negotiation) { in eth_dwc_xgmac_set_config()
1576 dev_data->auto_neg = config->auto_negotiation; in eth_dwc_xgmac_set_config()
1688 config->auto_negotiation = dev_data->auto_neg; in eth_dwc_xgmac_get_config()