Home
last modified time | relevance | path

Searched refs:shaper (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/tsn/src/
Dnx_shaper.c70 NX_SHAPER *shaper, in nx_shaper_create() argument
80 (shaper == NX_NULL) || in nx_shaper_create()
94 if (shaper_container -> shaper[i] == NX_NULL) in nx_shaper_create()
96 shaper_container -> shaper[i] = shaper; in nx_shaper_create()
97 shaper_container -> shaper[i] -> shaper_type = shaper_type; in nx_shaper_create()
98 shaper_container -> shaper[i] -> shaper_driver = shaper_driver; in nx_shaper_create()
118 driver_request.shaper_type = interface_ptr -> shaper_container -> shaper[i] -> shaper_type; in nx_shaper_create()
122 status = interface_ptr -> shaper_container -> shaper[i] -> shaper_driver(&driver_request); in nx_shaper_create()
134 status = interface_ptr -> shaper_container -> shaper[i] -> shaper_driver(&driver_request); in nx_shaper_create()
178 UINT nx_shaper_delete(NX_INTERFACE *interface_ptr, NX_SHAPER *shaper) in nx_shaper_delete() argument
[all …]
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_shaper.h138 NX_SHAPER *shaper[NX_SHAPER_NUMBERS]; member
213 …ERFACE *interface_ptr, NX_SHAPER_CONTAINER *shaper_container, NX_SHAPER *shaper, UCHAR shaper_type…
214 UINT nx_shaper_delete(NX_INTERFACE *interface_ptr, NX_SHAPER *shaper);
/NetX-Duo-v6.2.1/test/regression/tsn_test/
Dnetx_shaper_tas_test.c41 NX_SHAPER shaper; variable
Dnetx_shaper_cbs_test.c40 NX_SHAPER shaper; variable