Searched defs:_buffer_hdr (Results 1 – 1 of 1) sorted by relevance
51 typedef struct _buffer_hdr { struct52 struct _buffer_hdr* p_next; /* next buffer in the queue */ argument53 uint8_t q_id; /* id of the queue */54 uint8_t task_id; /* task which allocated the buffer*/55 uint8_t status; /* FREE, UNLINKED or QUEUED */56 uint8_t Type;58 uint16_t size;