Searched refs:qbv_param (Results 1 – 5 of 5) sorted by relevance
146 if (params->qbv_param.state == ETHERNET_QBV_STATE_TYPE_OPER) { in ethernet_set_config()151 if (params->qbv_param.type == ETHERNET_QBV_PARAM_TYPE_TIME && in ethernet_set_config()152 (params->qbv_param.cycle_time.nanosecond >= 1000000000 || in ethernet_set_config()153 params->qbv_param.base_time.fract_nsecond >= 1000000000)) { in ethernet_set_config()157 memcpy(&config.qbv_param, ¶ms->qbv_param, in ethernet_set_config()317 config.qbv_param.port_id = params->qbv_param.port_id; in ethernet_get_config()318 config.qbv_param.type = params->qbv_param.type; in ethernet_get_config()319 config.qbv_param.state = params->qbv_param.state; in ethernet_get_config()321 if (config.qbv_param.type == in ethernet_get_config()323 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 …]
433 params.qbv_param.port_id = i; in set_qbv_params()434 params.qbv_param.type = in set_qbv_params()436 params.qbv_param.gate_control.operation = ETHERNET_SET_GATE_STATE; in set_qbv_params()437 params.qbv_param.gate_control.time_interval = 10000000UL; in set_qbv_params()438 params.qbv_param.gate_control.row = row; in set_qbv_params()441 params.qbv_param.gate_control. in set_qbv_params()443 params.qbv_param.gate_control. in set_qbv_params()446 params.qbv_param.gate_control. in set_qbv_params()461 params.qbv_param.port_id = i; in set_qbv_params()462 params.qbv_param.type = in set_qbv_params()[all …]
152 struct ethernet_qbv_param qbv_param; member
408 struct ethernet_qbv_param qbv_param; member