Lines Matching refs:thread_ptr
86 TX_THREAD *thread_ptr; in _nx_icmpv4_process_echo_reply() local
116 thread_ptr = ip_ptr -> nx_ip_icmp_ping_suspension_list; in _nx_icmpv4_process_echo_reply() local
131 if ((USHORT)(thread_ptr -> tx_thread_suspend_info) == sequence_num) in _nx_icmpv4_process_echo_reply()
138 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _nx_icmpv4_process_echo_reply()
152 if (ip_ptr -> nx_ip_icmp_ping_suspension_list == thread_ptr) in _nx_icmpv4_process_echo_reply()
154 … ip_ptr -> nx_ip_icmp_ping_suspension_list = thread_ptr -> tx_thread_suspended_next; in _nx_icmpv4_process_echo_reply()
158 (thread_ptr -> tx_thread_suspended_next) -> tx_thread_suspended_previous = in _nx_icmpv4_process_echo_reply()
159 thread_ptr -> tx_thread_suspended_previous; in _nx_icmpv4_process_echo_reply()
160 (thread_ptr -> tx_thread_suspended_previous) -> tx_thread_suspended_next = in _nx_icmpv4_process_echo_reply()
161 thread_ptr -> tx_thread_suspended_next; in _nx_icmpv4_process_echo_reply()
170 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _nx_icmpv4_process_echo_reply()
185 *((NX_PACKET **)thread_ptr -> tx_thread_additional_suspend_info) = packet_ptr; in _nx_icmpv4_process_echo_reply()
191 thread_ptr -> tx_thread_suspend_status = NX_SUCCESS; in _nx_icmpv4_process_echo_reply()
194 _tx_thread_system_resume(thread_ptr); in _nx_icmpv4_process_echo_reply()
202 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _nx_icmpv4_process_echo_reply()