Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/
Dethernet_mgmt.c165 if (params->qbu_param.type == in ethernet_set_config()
173 memcpy(&config.qbu_param, &params->qbu_param, in ethernet_set_config()
395 config.qbu_param.port_id = params->qbu_param.port_id; in ethernet_get_config()
396 config.qbu_param.type = params->qbu_param.type; in ethernet_get_config()
405 switch (config.qbu_param.type) { in ethernet_get_config()
407 params->qbu_param.enabled = config.qbu_param.enabled; in ethernet_get_config()
410 params->qbu_param.release_advance = in ethernet_get_config()
411 config.qbu_param.release_advance; in ethernet_get_config()
414 params->qbu_param.hold_advance = in ethernet_get_config()
415 config.qbu_param.hold_advance; in ethernet_get_config()
[all …]
/Zephyr-Core-3.7.0/tests/net/ethernet_mgmt/src/
Dmain.c279 port_id = config->qbu_param.port_id; in eth_fake_set_config()
280 qbu_param_type = config->qbu_param.type; in eth_fake_set_config()
289 config->qbu_param.enabled; in eth_fake_set_config()
293 config->qbu_param.release_advance; in eth_fake_set_config()
297 config->qbu_param.hold_advance; in eth_fake_set_config()
301 config->qbu_param.link_partner_status; in eth_fake_set_config()
305 config->qbu_param.additional_fragment_size; in eth_fake_set_config()
309 &config->qbu_param.frame_preempt_statuses, in eth_fake_set_config()
441 port_id = config->qbu_param.port_id; in eth_fake_get_config()
442 qbu_param_type = config->qbu_param.type; in eth_fake_get_config()
[all …]
/Zephyr-Core-3.7.0/include/zephyr/net/
Dethernet_mgmt.h180 struct ethernet_qbu_param qbu_param; member
Dethernet.h513 struct ethernet_qbu_param qbu_param; member