Lines Matching refs:ncsi
74 namespace ncsi namespace
116 network_debug_.ncsi.test.max_tries = MAX_TRIES; in reset()
118 network_debug_.ncsi.test.ch_under_test = 0; in reset()
119 network_debug_.ncsi.oem_filter_disable = false; in reset()
121 network_debug_.ncsi.pending_stop = false; in reset()
122 network_debug_.ncsi.enabled = true; in reset()
123 network_debug_.ncsi.loopback = false; in reset()
129 network_debug_.ncsi.pending_restart = true; in StateMachine()
130 std::memcpy(network_debug_.ncsi.test.ping.tx, echo_pattern, in StateMachine()
245 network_debug_.ncsi.rx_error.timeout_count++; in report_ncsi_error()
250 network_debug_.ncsi.rx_error.undersized_count++; in report_ncsi_error()
256 network_debug_.ncsi.rx_error.nack_count++; in report_ncsi_error()
263 network_debug_.ncsi.rx_error.unexpected_type_count++; in report_ncsi_error()
285 network_debug_.ncsi.rx_error.unexpected_size_count++; in report_ncsi_error()
292 network_debug_.ncsi.rx_error.unexpected_type_count++; in report_ncsi_error()
384 if (network_debug_.ncsi.pending_restart) in run()
386 network_debug_.ncsi.enabled = true; in run()
413 network_debug_.ncsi.fail_count++; in fail()