Lines Matching refs:thread_ptr
93 TX_THREAD *thread_ptr; in _nx_icmpv6_process_echo_reply() local
173 thread_ptr = ip_ptr -> nx_ip_icmp_ping_suspension_list; in _nx_icmpv6_process_echo_reply() local
188 if (thread_ptr -> tx_thread_suspend_info == sequence_num) in _nx_icmpv6_process_echo_reply()
195 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _nx_icmpv6_process_echo_reply()
209 if (ip_ptr -> nx_ip_icmp_ping_suspension_list == thread_ptr) in _nx_icmpv6_process_echo_reply()
211 … ip_ptr -> nx_ip_icmp_ping_suspension_list = thread_ptr -> tx_thread_suspended_next; in _nx_icmpv6_process_echo_reply()
215 (thread_ptr -> tx_thread_suspended_next) -> tx_thread_suspended_previous = in _nx_icmpv6_process_echo_reply()
216 thread_ptr -> tx_thread_suspended_previous; in _nx_icmpv6_process_echo_reply()
217 (thread_ptr -> tx_thread_suspended_previous) -> tx_thread_suspended_next = in _nx_icmpv6_process_echo_reply()
218 thread_ptr -> tx_thread_suspended_next; in _nx_icmpv6_process_echo_reply()
227 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _nx_icmpv6_process_echo_reply()
242 *((NX_PACKET **)thread_ptr -> tx_thread_additional_suspend_info) = packet_ptr; in _nx_icmpv6_process_echo_reply()
251 thread_ptr -> tx_thread_suspend_status = NX_SUCCESS; in _nx_icmpv6_process_echo_reply()
254 _tx_thread_system_resume(thread_ptr); in _nx_icmpv6_process_echo_reply()
262 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _nx_icmpv6_process_echo_reply()