Lines Matching full:uint16
74 UINT16 size; /* size of the buffers in the pool */
75 UINT16 total; /* toatal number of buffers */
76 UINT16 cur_cnt; /* number of buffers currently allocated */
77 UINT16 max_cnt; /* maximum number of buffers allocated at any time */
86 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */
102 UINT16 type;
254 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */
260 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */
261 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/
311 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS];
312 UINT16 pool_max_count[GKI_NUM_TOTAL_BUF_POOLS];
313 UINT16 pool_additions[GKI_NUM_TOTAL_BUF_POOLS];
319 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */
323 UINT16 pool_access_mask; /* Bits are set if the corresponding buffer pool is a restricted pool */
336 UINT16 ExceptionCnt; /* number of GKI exceptions that have happened */
373 typedef void (*PKT_PRINT)(UINT8 *, UINT16);
382 extern void gki_dump(UINT8 *, UINT16, FP_PRINT);
383 extern void gki_dump2(UINT16 *, UINT16, FP_PRINT);
384 extern void gki_dump4(UINT32 *, UINT16, FP_PRINT);