Searched refs:qbv_param (Results 1 – 5 of 5) sorted by relevance
147 if (params->qbv_param.state == ETHERNET_QBV_STATE_TYPE_OPER) { in ethernet_set_config()152 if (params->qbv_param.type == ETHERNET_QBV_PARAM_TYPE_TIME && in ethernet_set_config()153 (params->qbv_param.cycle_time.nanosecond >= 1000000000 || in ethernet_set_config()154 params->qbv_param.base_time.fract_nsecond >= 1000000000)) { in ethernet_set_config()158 memcpy(&config.qbv_param, ¶ms->qbv_param, in ethernet_set_config()349 config.qbv_param.port_id = params->qbv_param.port_id; in ethernet_get_config()350 config.qbv_param.type = params->qbv_param.type; in ethernet_get_config()351 config.qbv_param.state = params->qbv_param.state; in ethernet_get_config()353 if (config.qbv_param.type == in ethernet_get_config()355 config.qbv_param.gate_control.row = in ethernet_get_config()[all …]
241 port_id = config->qbv_param.port_id; in eth_fake_set_config()242 qbv_param_type = config->qbv_param.type; in eth_fake_set_config()251 config->qbv_param.enabled; in eth_fake_set_config()255 &config->qbv_param.cycle_time, in eth_fake_set_config()258 config->qbv_param.extension_time; in eth_fake_set_config()260 &config->qbv_param.base_time, in eth_fake_set_config()265 config->qbv_param.gate_control.gate_status[0]; in eth_fake_set_config()267 config->qbv_param.gate_control.gate_status[1]; in eth_fake_set_config()271 config->qbv_param.gate_control_list_len; in eth_fake_set_config()404 port_id = config->qbv_param.port_id; in eth_fake_get_config()[all …]
441 params.qbv_param.port_id = i; in set_qbv_params()442 params.qbv_param.type = in set_qbv_params()444 params.qbv_param.gate_control.operation = ETHERNET_SET_GATE_STATE; in set_qbv_params()445 params.qbv_param.gate_control.time_interval = 10000000UL; in set_qbv_params()446 params.qbv_param.gate_control.row = row; in set_qbv_params()449 params.qbv_param.gate_control. in set_qbv_params()451 params.qbv_param.gate_control. in set_qbv_params()454 params.qbv_param.gate_control. in set_qbv_params()469 params.qbv_param.port_id = i; in set_qbv_params()470 params.qbv_param.type = in set_qbv_params()[all …]
179 struct ethernet_qbv_param qbv_param; member
518 struct ethernet_qbv_param qbv_param; member