Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 25 of 37) sorted by relevance

12

/NetX-Duo-v6.4.1/test/regression/tsn_test/
Dnetx_shaper_cbs_test.c236 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 …]
Dnetx_shaper_tas_test.c251 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/
Dnxe_ip_create.c90 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()
Dnx_ip_create.c91 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/
Dnx_secure_tls_ciphersuite_lookup.c76 … 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/
Dnx_cloud.c86 …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()
Dnx_cloud.h188 …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/
Dnx_auto_ip.h184 …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);
Dnx_auto_ip.c97 …_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/
Dnx_secure_tls_cert_verify_test.c293 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/
Dnxd_smtp_client.h400 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,
Dnxd_smtp_client.c555 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/
Dnx_shaper.c275 …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()
Dnx_srp.c74 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/
Dazure_rtos_iot.md12 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/
Dnx_pppoe_client.h310 … 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,
Dnx_pppoe_server.h306 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);
Dnx_pppoe_client.c125 … 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/
Dnx_msrp.h89 UCHAR priority : 3; member
104 UCHAR priority : 3; member
Dnx_shaper.h116 UCHAR priority; member
209 UINT nx_shaper_hw_queue_set(NX_INTERFACE *interface_ptr, UCHAR hw_queue_id, UCHAR priority, UCHAR t…
Dnx_srp.h78 VOID *stack_ptr, ULONG stack_size, UINT priority);
/NetX-Duo-v6.4.1/test/regression/mdns_test/
Dnetx_mdns_test.h127 USHORT priority; member
/NetX-Duo-v6.4.1/addons/mdns/
Dnxd_mdns.h1271 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/
Dnx_rtsp_server.h431 …_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/
Dnx_ip.h125 VOID *memory_ptr, ULONG memory_size, UINT priority);
184 VOID *memory_ptr, ULONG memory_size, UINT priority, UINT ip_control_block_size);

12