Home | History | Annotate | Download | only in common

Lines Matching full:uint16

72 	UINT16		 size;          /* size of the buffers in the pool */
73 UINT16 total; /* toatal number of buffers */
74 UINT16 cur_cnt; /* number of buffers currently allocated */
75 UINT16 max_cnt; /* maximum number of buffers allocated at any time */
84 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */
100 UINT16 type;
252 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */
258 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */
259 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/
306 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS];
307 UINT16 pool_max_count[GKI_NUM_TOTAL_BUF_POOLS];
308 UINT16 pool_additions[GKI_NUM_TOTAL_BUF_POOLS];
314 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */
318 UINT16 pool_access_mask; /* Bits are set if the corresponding buffer pool is a restricted pool */
325 UINT16 ExceptionCnt; /* number of GKI exceptions that have happened */
355 typedef void (*PKT_PRINT)(UINT8 *, UINT16);
364 extern void gki_dump(UINT8 *, UINT16, FP_PRINT);
365 extern void gki_dump2(UINT16 *, UINT16, FP_PRINT);
366 extern void gki_dump4(UINT32 *, UINT16, FP_PRINT);