Lines Matching full:uint8
66 UINT8 q_id; /* id of the queue */
67 UINT8 task_id; /* task which allocated the buffer*/
68 UINT8 status; /* FREE, UNLINKED or QUEUED */
69 UINT8 Type;
111 UINT8 taskid;
112 UINT8 msg[GKI_MAX_EXCEPTION_MSGLEN];
128 UINT8 bufpool0[(ALIGN_POOL(GKI_BUF0_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF0_MAX];
132 UINT8 bufpool1[(ALIGN_POOL(GKI_BUF1_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF1_MAX];
136 UINT8 bufpool2[(ALIGN_POOL(GKI_BUF2_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF2_MAX];
140 UINT8 bufpool3[(ALIGN_POOL(GKI_BUF3_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF3_MAX];
144 UINT8 bufpool4[(ALIGN_POOL(GKI_BUF4_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF4_MAX];
148 UINT8 bufpool5[(ALIGN_POOL(GKI_BUF5_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF5_MAX];
152 UINT8 bufpool6[(ALIGN_POOL(GKI_BUF6_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF6_MAX];
156 UINT8 bufpool7[(ALIGN_POOL(GKI_BUF7_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF7_MAX];
160 UINT8 bufpool8[(ALIGN_POOL(GKI_BUF8_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF8_MAX];
164 UINT8 bufpool9[(ALIGN_POOL(GKI_BUF9_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF9_MAX];
168 UINT8 bufpool10[(ALIGN_POOL(GKI_BUF10_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF10_MAX];
172 UINT8 bufpool11[(ALIGN_POOL(GKI_BUF11_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF11_MAX];
176 UINT8 bufpool12[(ALIGN_POOL(GKI_BUF12_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF12_MAX];
180 UINT8 bufpool13[(ALIGN_POOL(GKI_BUF13_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF13_MAX];
184 UINT8 bufpool14[(ALIGN_POOL(GKI_BUF14_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF14_MAX];
188 UINT8 bufpool15[(ALIGN_POOL(GKI_BUF15_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF15_MAX];
194 UINT8 *bufpool0;
198 UINT8 *bufpool1;
202 UINT8 *bufpool2;
206 UINT8 *bufpool3;
210 UINT8 *bufpool4;
214 UINT8 *bufpool5;
218 UINT8 *bufpool6;
222 UINT8 *bufpool7;
226 UINT8 *bufpool8;
230 UINT8 *bufpool9;
234 UINT8 *bufpool10;
238 UINT8 *bufpool11;
242 UINT8 *bufpool12;
246 UINT8 *bufpool13;
250 UINT8 *bufpool14;
254 UINT8 *bufpool15;
259 UINT8 *OSStack[GKI_MAX_TASKS]; /* pointer to beginning of stack */
265 UINT8 OSRdyTbl[GKI_MAX_TASKS]; /* current state of the task */
323 UINT8 *pool_start[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the start of each buffer pool */
324 UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer pool */
330 UINT8 pool_list[GKI_NUM_TOTAL_BUF_POOLS]; /* buffer pools arranged in the order of size */
331 UINT8 curr_total_no_of_pools; /* number of fixed buf pools + current number of dynamic pools */
375 typedef void (*PKT_PRINT)(UINT8 *, UINT16);
383 GKI_API extern void gki_print_used_bufs (FP_PRINT, UINT8);
384 extern void gki_dump(UINT8 *, UINT16, FP_PRINT);