Searched refs:t1s_param (Results 1 – 4 of 4) sorted by relevance
141 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()
182 struct ethernet_t1s_param t1s_param; member
521 struct ethernet_t1s_param t1s_param; member
201 memcpy(&config.t1s_param, ¶ms->t1s_param, in ethernet_set_config()