Home
last modified time | relevance | path

Searched refs:gate_control (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()
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()
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_shaper.h162 UINT gate_control; /* max 8 queues */ member