Searched refs:shaper_container (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/tsn/src/ |
| D | nx_shaper.c | 69 NX_SHAPER_CONTAINER *shaper_container, in nx_shaper_create() argument 79 (shaper_container == NX_NULL) || in nx_shaper_create() 87 if (shaper_container -> shaper_number >= NX_SHAPER_NUMBERS) 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() 102 shaper_container -> shaper_number++; in nx_shaper_create() 111 if (interface_ptr -> shaper_container == NX_NULL) in nx_shaper_create() 113 interface_ptr -> shaper_container = shaper_container; in nx_shaper_create() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/tsn_test/ |
| D | netx_shaper_cbs_test.c | 196 NX_SHAPER_CONTAINER shaper_container; in thread_0_entry() local 220 memset(&shaper_container , 0, sizeof(NX_SHAPER_CONTAINER)); in thread_0_entry() 222 …status = nx_shaper_create(interface_ptr, &shaper_container, &cbs_shaper, NX_SHAPER_TYPE_CBS, nx_cb… in thread_0_entry() 264 …memset(interface_ptr -> shaper_container -> hw_queue, 0, sizeof(interface_ptr -> shaper_container … in thread_0_entry() 299 …memset(interface_ptr -> shaper_container -> hw_queue, 0, sizeof(interface_ptr -> shaper_container … in thread_0_entry() 338 …memset(interface_ptr -> shaper_container -> hw_queue, 0, sizeof(interface_ptr -> shaper_container … in thread_0_entry() 381 …memset(interface_ptr -> shaper_container -> hw_queue, 0, sizeof(interface_ptr -> shaper_container … in thread_0_entry() 428 …memset(interface_ptr -> shaper_container -> hw_queue, 0, sizeof(interface_ptr -> shaper_container … in thread_0_entry() 479 …memset(interface_ptr -> shaper_container -> hw_queue, 0, sizeof(interface_ptr -> shaper_container … in thread_0_entry() 499 …memset(interface_ptr -> shaper_container -> hw_queue, 0, sizeof(interface_ptr -> shaper_container … in thread_0_entry() [all …]
|
| D | netx_shaper_tas_test.c | 198 NX_SHAPER_CONTAINER shaper_container; in thread_0_entry() local 210 memset(&shaper_container , 0, sizeof(NX_SHAPER_CONTAINER)); in thread_0_entry() 229 …status = nx_shaper_create(interface_ptr, &shaper_container, &tas_shaper, NX_SHAPER_TYPE_TAS, nx_ta… in thread_0_entry() 237 …status = nx_shaper_create(interface_ptr, &shaper_container, &fp_shaper, NX_SHAPER_TYPE_FP, nx_fp_d… in thread_0_entry()
|
| /NetX-Duo-v6.2.1/tsn/inc/ |
| D | nx_shaper.h | 213 UINT nx_shaper_create(NX_INTERFACE *interface_ptr, NX_SHAPER_CONTAINER *shaper_container, NX_SHAPER…
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 2432 struct NX_SHAPER_CONTAINER_STRUCT *shaper_container; member
|