Searched refs:exception_seq (Results 1 – 5 of 5) sorted by relevance
88 rq->hdr.seq = kdp.exception_seq; in kdp_exception()124 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq)); in kdp_exception_ack()126 if (rq->hdr.seq == kdp.exception_seq) { in kdp_exception_ack()128 kdp.exception_seq++; in kdp_exception_ack()
82 rq->hdr.seq = kdp.exception_seq; in kdp_exception()118 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq)); in kdp_exception_ack()120 if (rq->hdr.seq == kdp.exception_seq) { in kdp_exception_ack()122 kdp.exception_seq++; in kdp_exception_ack()
107 static unsigned char exception_seq; variable620 exception_seq++; in kdp_reply()1136 exception_seq = hdr->seq; in kdp_handler()1140 if (hdr->seq == (exception_seq - 1)) { in kdp_handler()1145 } else if ((hdr->seq != exception_seq) && in kdp_handler()1148 hdr->seq, exception_seq); in kdp_handler()1185 exception_seq = hdr->seq; in kdp_handler()1259 exception_seq = 0; in kdp_connection_wait()1291 !hdr->is_reply && (hdr->seq == exception_seq)) { in kdp_connection_wait()1300 exception_seq = 0; in kdp_connection_wait()[all …]
51 unsigned char exception_seq; member
280 kdp.exception_seq = kdp.conn_seq = 0; in kdp_disconnect()