/NetX-Duo-v6.4.1/test/regression/tsn_test/ |
D | netx_shaper_cbs_test.c | 236 hw_queue[index].priority = 1; in thread_0_entry() 240 hw_queue[index].priority = 2; in thread_0_entry() 244 hw_queue[index].priority = 3; in thread_0_entry() 267 hw_queue[index].priority = 1; in thread_0_entry() 271 hw_queue[index].priority = 4; in thread_0_entry() 275 hw_queue[index].priority = 3; in thread_0_entry() 279 hw_queue[index].priority = 2; in thread_0_entry() 302 hw_queue[index].priority = 1; in thread_0_entry() 306 hw_queue[index].priority = 5; in thread_0_entry() 310 hw_queue[index].priority = 4; in thread_0_entry() [all …]
|
D | netx_shaper_tas_test.c | 251 hw_queue[index].priority = 1; in thread_0_entry() 255 hw_queue[index].priority = 2; in thread_0_entry() 259 hw_queue[index].priority = 3; in thread_0_entry()
|
/NetX-Duo-v6.4.1/common/src/ |
D | nxe_ip_create.c | 90 VOID *memory_ptr, ULONG memory_size, UINT priority, UINT ip_control_block_size) in _nxe_ip_create() argument 116 if (priority >= TX_MAX_PRIORITIES) in _nxe_ip_create() 185 memory_ptr, memory_size, priority); in _nxe_ip_create()
|
D | nx_ip_create.c | 91 VOID *memory_ptr, ULONG memory_size, UINT priority) in _nx_ip_create() argument 224 tx_thread_preemption_change(current_thread, priority, &old_threshold); in _nx_ip_create() 231 memory_ptr, memory_size, priority, priority, 1, TX_AUTO_START); in _nx_ip_create()
|
/NetX-Duo-v6.4.1/nx_secure/src/ |
D | nx_secure_tls_ciphersuite_lookup.c | 76 … NX_SECURE_TLS_CIPHERSUITE_INFO const **info, USHORT *priority) in _nx_secure_tls_ciphersuite_lookup() argument 95 *priority = index; in _nx_secure_tls_ciphersuite_lookup()
|
/NetX-Duo-v6.4.1/addons/cloud/ |
D | nx_cloud.c | 86 …te(NX_CLOUD *cloud_ptr, const CHAR *cloud_name, VOID *memory_ptr, ULONG memory_size, UINT priority) in _nxe_cloud_create() argument 105 if (priority >= TX_MAX_PRIORITIES) in _nxe_cloud_create() 114 status = _nx_cloud_create(cloud_ptr, cloud_name, memory_ptr, memory_size, priority); in _nxe_cloud_create() 165 …te(NX_CLOUD *cloud_ptr, const CHAR* cloud_name, VOID* memory_ptr, ULONG memory_size, UINT priority) in _nx_cloud_create() argument 209 memory_ptr, memory_size, priority, priority, 1, TX_AUTO_START); in _nx_cloud_create()
|
D | nx_cloud.h | 188 …e(NX_CLOUD* cloud_ptr, const CHAR* cloud_name, VOID* memory_ptr, ULONG memory_size, UINT priority); 202 …e(NX_CLOUD* cloud_ptr, const CHAR* cloud_name, VOID* memory_ptr, ULONG memory_size, UINT priority); 203 …e(NX_CLOUD* cloud_ptr, const CHAR* cloud_name, VOID* memory_ptr, ULONG memory_size, UINT priority);
|
/NetX-Duo-v6.4.1/addons/auto_ip/ |
D | nx_auto_ip.h | 184 …AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority); 196 …AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority); 197 …AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority);
|
D | nx_auto_ip.c | 97 …_AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority) in _nxe_auto_ip_create() argument 112 status = _nx_auto_ip_create(auto_ip_ptr, name, ip_ptr, stack_ptr, stack_size, priority); in _nxe_auto_ip_create() 166 …_AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority) in _nx_auto_ip_create() argument 188 stack_ptr, stack_size, priority, priority, 1, TX_DONT_START); in _nx_auto_ip_create()
|
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/ |
D | nx_secure_tls_cert_verify_test.c | 293 USHORT priority; in NX_Secure_TLS_SendCertificateVerifyTest_Test_1() local 316 …_secure_tls_ciphersuite_lookup(&session, TLS_RSA_WITH_AES_128_CBC_SHA256, &ciphersuite, &priority); in NX_Secure_TLS_SendCertificateVerifyTest_Test_1() 513 USHORT priority; in NX_Secure_TLS_SendCertificateVerifyTest_Test_2() local 536 …_secure_tls_ciphersuite_lookup(&session, TLS_RSA_WITH_AES_128_CBC_SHA256, &ciphersuite, &priority); in NX_Secure_TLS_SendCertificateVerifyTest_Test_2() 663 USHORT priority; in NX_Secure_TLS_SendCertificateVerifyTest_Test_3() local 719 …_secure_tls_ciphersuite_lookup(&session, TLS_RSA_WITH_AES_128_CBC_SHA256, &ciphersuite, &priority); in NX_Secure_TLS_SendCertificateVerifyTest_Test_3() 853 USHORT priority; in NX_Secure_TLS_SendCertificateVerifyTest_Test_4() local 878 …_secure_tls_ciphersuite_lookup(&session, TLS_RSA_WITH_AES_128_CBC_SHA256, &ciphersuite, &priority); in NX_Secure_TLS_SendCertificateVerifyTest_Test_4() 1077 USHORT priority; in NX_Secure_TLS_SendCertificateVerifyTest_Test_ECC() local 1294 USHORT priority; in NX_Secure_TLS_SendClientKeyExchangeTest() local [all …]
|
/NetX-Duo-v6.4.1/addons/smtp/ |
D | nxd_smtp_client.h | 400 UINT nx_smtp_mail_send(NX_SMTP_CLIENT *client_ptr, CHAR *recipient_address, UINT priority, 421 UINT _nx_smtp_mail_send(NX_SMTP_CLIENT *client_ptr, CHAR *recipient_address, UINT priority, 424 UINT _nxe_smtp_mail_send(NX_SMTP_CLIENT *client_ptr, CHAR *recipient_address, UINT priority,
|
D | nxd_smtp_client.c | 555 UINT _nxe_smtp_mail_send(NX_SMTP_CLIENT *client_ptr, CHAR *recipient_address, UINT priority, in _nxe_smtp_mail_send() argument 578 status = _nx_smtp_mail_send(client_ptr, recipient_address, priority, in _nxe_smtp_mail_send() 644 UINT priority, CHAR *subject, in _nx_smtp_mail_send() argument 669 if ((priority != NX_SMTP_MAIL_PRIORITY_LOW) && in _nx_smtp_mail_send() 670 (priority != NX_SMTP_MAIL_PRIORITY_NORMAL) && in _nx_smtp_mail_send() 671 (priority != NX_SMTP_MAIL_PRIORITY_HIGH)) in _nx_smtp_mail_send() 681 mail_ptr -> nx_smtp_client_mail_priority = priority; in _nx_smtp_mail_send()
|
/NetX-Duo-v6.4.1/tsn/src/ |
D | nx_shaper.c | 275 …shaper_hw_queue_set(interface_ptr, hw_queue[i].hw_queue_id, hw_queue[i].priority, hw_queue[i].type… 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 341 if (interface_ptr -> shaper_container -> hw_queue[i].priority != priority) in nx_shaper_hw_queue_set() 362 if (interface_ptr -> shaper_container -> hw_queue[i].priority > priority) in nx_shaper_hw_queue_set() 382 interface_ptr -> shaper_container -> hw_queue[insert_id].priority = priority; in nx_shaper_hw_queue_set()
|
D | nx_srp.c | 74 VOID *stack_ptr, ULONG stack_size, UINT priority) in nx_srp_init() argument 79 stack_ptr, stack_size, priority); in nx_srp_init() 183 talker_advertise.priority = (UCHAR)(domain -> sr_class_priority & 0x07); in nx_srp_talker_start()
|
/NetX-Duo-v6.4.1/addons/azure_iot/docs/ |
D | azure_rtos_iot.md | 12 UINT priority, UINT (*unix_time_callback)(ULONG *unix_time)); 28 | priority [in] | Priority of the internal thread. | 35 * NX_OPTION_ERROR Fail to create the Azure IoT instance due to invalid priority.
|
/NetX-Duo-v6.4.1/addons/pppoe/ |
D | nx_pppoe_client.h | 310 … NX_PACKET_POOL *pool_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority, 327 … NX_PACKET_POOL *pool_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority, 331 … NX_PACKET_POOL *pool_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority,
|
D | nx_pppoe_server.h | 306 VOID *stack_ptr, ULONG stack_size, UINT priority); 329 VOID *stack_ptr, ULONG stack_size, UINT priority); 332 VOID *stack_ptr, ULONG stack_size, UINT priority);
|
D | nx_pppoe_client.c | 125 … NX_PACKET_POOL *pool_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority, in _nxe_pppoe_client_create() argument 156 if (priority >= TX_MAX_PRIORITIES) in _nxe_pppoe_client_create() 161 pool_ptr, stack_ptr, stack_size, priority, in _nxe_pppoe_client_create() 222 … NX_PACKET_POOL *pool_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority, in _nx_pppoe_client_create() argument 256 … stack_ptr, stack_size, priority, priority, NX_PPPOE_CLIENT_THREAD_TIME_SLICE, TX_AUTO_START); in _nx_pppoe_client_create()
|
/NetX-Duo-v6.4.1/tsn/inc/ |
D | nx_msrp.h | 89 UCHAR priority : 3; member 104 UCHAR priority : 3; member
|
D | nx_shaper.h | 116 UCHAR priority; member 209 UINT nx_shaper_hw_queue_set(NX_INTERFACE *interface_ptr, UCHAR hw_queue_id, UCHAR priority, UCHAR t…
|
D | nx_srp.h | 78 VOID *stack_ptr, ULONG stack_size, UINT priority);
|
/NetX-Duo-v6.4.1/test/regression/mdns_test/ |
D | netx_mdns_test.h | 127 USHORT priority; member
|
/NetX-Duo-v6.4.1/addons/mdns/ |
D | nxd_mdns.h | 1271 UINT priority, VOID *stack_ptr, ULONG stack_size, UCHAR *host_name, 1276 UINT priority, VOID *stack_ptr, ULONG stack_size, UCHAR *host_name, 1297 … USHORT priority, USHORT weights, USHORT port, UCHAR is_unique, UINT interface_index); 1299 … USHORT priority, USHORT weights, USHORT port, UCHAR is_unique, UINT interface_index);
|
/NetX-Duo-v6.4.1/addons/rtsp/ |
D | nx_rtsp_server.h | 431 …_PACKET_POOL *rtsp_packet_pool, VOID *stack_ptr, ULONG stack_size, UINT priority, UINT server_port, 490 …_PACKET_POOL *rtsp_packet_pool, VOID *stack_ptr, ULONG stack_size, UINT priority, UINT server_port, 493 …_PACKET_POOL *rtsp_packet_pool, VOID *stack_ptr, ULONG stack_size, UINT priority, UINT server_port,
|
/NetX-Duo-v6.4.1/common/inc/ |
D | nx_ip.h | 125 VOID *memory_ptr, ULONG memory_size, UINT priority); 184 VOID *memory_ptr, ULONG memory_size, UINT priority, UINT ip_control_block_size);
|