Home
last modified time | relevance | path

Searched refs:gcl (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/tsn/src/
Dnx_shaper.c1261 tas_parameter.gcl[gcl_index].gate_control |= NX_SHAPER_GCL_AUTO_FILL_FLAG; in nx_shaper_tas_parameter_set()
1264 tas_parameter.gcl[gcl_index++].duration = step; in nx_shaper_tas_parameter_set()
1271 right = left + tas_parameter.gcl[i].duration; in nx_shaper_tas_parameter_set()
1283 tas_parameter.gcl[i].gate_control |= (UCHAR)(1 << hw_queue_id); in nx_shaper_tas_parameter_set()
1287 if (tas_parameter.gcl[i].gate_control & NX_SHAPER_GCL_AUTO_FILL_FLAG) in nx_shaper_tas_parameter_set()
1291 tas_parameter.gcl[i].gate_control = 0xFF; in nx_shaper_tas_parameter_set()
1295 tas_parameter.gcl[i].gate_control &= ~NX_SHAPER_GCL_AUTO_FILL_FLAG; in nx_shaper_tas_parameter_set()
1307 if (tas_parameter.gcl[i].gate_control & fp_parameter -> express_queue_bitmap) in nx_shaper_tas_parameter_set()
1309 tas_parameter.gcl[i].operation = NX_SHAPER_GATE_OPERATION_HOLD; in nx_shaper_tas_parameter_set()
1313 tas_parameter.gcl[i].operation = NX_SHAPER_GATE_OPERATION_RELEASE; in nx_shaper_tas_parameter_set()
[all …]
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_shaper.h174 NX_SHAPER_TAS_GCL gcl[NX_SHAPER_GCL_LENGTH_MAX]; member