Home
last modified time | relevance | path

Searched refs:kdd_pkt (Results 1 – 2 of 2) sorted by relevance

/tools/debugger/kdd/
A Dkdd.c82 uint8_t txb[sizeof (kdd_pkt)]; /* Marshalling area for tx */
83 kdd_pkt txp; /* Also readable as a packet structure */
86 uint8_t rxb[sizeof (kdd_pkt)]; /* Marshalling area for rx */
87 kdd_pkt rxp; /* Also readable as a packet structure */
240 static void kdd_log_pkt(kdd_state *s, const char *name, kdd_pkt *p) in kdd_log_pkt()
1120 static void kdd_handle_pkt(kdd_state *s, kdd_pkt *p) in kdd_handle_pkt()
1280 kdd_pkt *p = &s->rxp; in kdd_select_callback()
A Dkdd.h334 } PACKED kdd_pkt; typedef

Completed in 13 milliseconds