Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_lan865x.c141 if (config->t1s_param.type == ETHERNET_T1S_PARAM_TYPE_PLCA_CONFIG) { in lan865x_set_config()
142 plca_cfg.enable = config->t1s_param.plca.enable; in lan865x_set_config()
143 plca_cfg.node_id = config->t1s_param.plca.node_id; in lan865x_set_config()
144 plca_cfg.node_count = config->t1s_param.plca.node_count; in lan865x_set_config()
145 plca_cfg.burst_count = config->t1s_param.plca.burst_count; in lan865x_set_config()
146 plca_cfg.burst_timer = config->t1s_param.plca.burst_timer; in lan865x_set_config()
147 plca_cfg.to_timer = config->t1s_param.plca.to_timer; in lan865x_set_config()
/Zephyr-latest/include/zephyr/net/
Dethernet_mgmt.h182 struct ethernet_t1s_param t1s_param; member
Dethernet.h521 struct ethernet_t1s_param t1s_param; member
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet_mgmt.c201 memcpy(&config.t1s_param, &params->t1s_param, in ethernet_set_config()