Searched refs:hw_queue_id (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/tsn_test/ |
| D | netx_shaper_cbs_test.c | 235 hw_queue[index].hw_queue_id = 0; in thread_0_entry() 239 hw_queue[index].hw_queue_id = 1; in thread_0_entry() 243 hw_queue[index].hw_queue_id = 2; in thread_0_entry() 266 hw_queue[index].hw_queue_id = 0; in thread_0_entry() 270 hw_queue[index].hw_queue_id = 3; in thread_0_entry() 274 hw_queue[index].hw_queue_id = 2; in thread_0_entry() 278 hw_queue[index].hw_queue_id = 1; in thread_0_entry() 301 hw_queue[index].hw_queue_id = 0; in thread_0_entry() 305 hw_queue[index].hw_queue_id = 4; in thread_0_entry() 309 hw_queue[index].hw_queue_id = 3; in thread_0_entry() [all …]
|
| D | netx_shaper_tas_test.c | 250 hw_queue[index].hw_queue_id = 0; in thread_0_entry() 254 hw_queue[index].hw_queue_id = 1; in thread_0_entry() 258 hw_queue[index].hw_queue_id = 2; in thread_0_entry()
|
| /NetX-Duo-v6.2.1/tsn/src/ |
| D | nx_shaper.c | 275 …status = nx_shaper_hw_queue_set(interface_ptr, hw_queue[i].hw_queue_id, hw_queue[i].priority, hw_q… in nx_shaper_config() 325 UINT nx_shaper_hw_queue_set(NX_INTERFACE *interface_ptr, UCHAR hw_queue_id, UCHAR priority, UCHAR t… in nx_shaper_hw_queue_set() argument 338 if ((interface_ptr -> shaper_container -> hw_queue[i].hw_queue_id == hw_queue_id) && in nx_shaper_hw_queue_set() 381 interface_ptr -> shaper_container -> hw_queue[insert_id].hw_queue_id = hw_queue_id; in nx_shaper_hw_queue_set() 678 if (interface_ptr -> shaper_container -> hw_queue[j].hw_queue_id == in nx_shaper_current_mapping_get() 924 interface_ptr -> shaper_container -> hw_queue[queue_id].hw_queue_id; in nx_shaper_mapping_set() 972 UCHAR hw_queue_id; in nx_shaper_cbs_parameter_set() local 997 hw_queue_id = interface_ptr -> shaper_container -> queue_map[pcp]; in nx_shaper_cbs_parameter_set() 1001 if (interface_ptr -> shaper_container -> hw_queue[i].hw_queue_id == hw_queue_id) in nx_shaper_cbs_parameter_set() 1023 cbs_parameter -> hw_queue_id = hw_queue_id; in nx_shaper_cbs_parameter_set() [all …]
|
| /NetX-Duo-v6.2.1/tsn/inc/ |
| D | nx_shaper.h | 115 UCHAR hw_queue_id; member 147 UCHAR hw_queue_id; member 209 UINT nx_shaper_hw_queue_set(NX_INTERFACE *interface_ptr, UCHAR hw_queue_id, UCHAR priority, UCHAR t… 210 … nx_shaper_hw_queue_id_get(NX_INTERFACE *interface_ptr, NX_PACKET *packet_ptr, UCHAR *hw_queue_id);
|