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()
81 rq->hdr.seq = kdp.exception_seq; in kdp_exception()117 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq)); in kdp_exception_ack()119 if (rq->hdr.seq == kdp.exception_seq) { in kdp_exception_ack()121 kdp.exception_seq++; in kdp_exception_ack()
105 static unsigned char exception_seq; variable618 exception_seq++; in kdp_reply()1134 exception_seq = hdr->seq; in kdp_handler()1138 if (hdr->seq == (exception_seq - 1)) { in kdp_handler()1143 } else if ((hdr->seq != exception_seq) && in kdp_handler()1146 hdr->seq, exception_seq); in kdp_handler()1183 exception_seq = hdr->seq; in kdp_handler()1257 exception_seq = 0; in kdp_connection_wait()1289 !hdr->is_reply && (hdr->seq == exception_seq)) { in kdp_connection_wait()1298 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()