Searched refs:BUFFER_HDR_T (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c50 BUFFER_HDR_T *hdr;
51 BUFFER_HDR_T *hdr1 = NULL;
81 hdr = (BUFFER_HDR_T *)p_mem;
91 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
364 BUFFER_HDR_T *p_hdr;
461 p_hdr = (BUFFER_HDR_T *)p_cb->pool_start[i];
472 p_hdr = (BUFFER_HDR_T *)((UINT8 *)p_hdr + p_cb->pool_size[i]);
508 BUFFER_HDR_T *p_hdr;
589 BUFFER_HDR_T *p_hdr;
599 p_hdr = (BUFFER_HDR_T *) ((UINT
[all...]
H A Dgki_common.h78 } BUFFER_HDR_T; typedef in typeref:struct:_buffer_hdr
82 BUFFER_HDR_T *p_first; /* first buffer in the queue */
83 BUFFER_HDR_T *p_last; /* last buffer in the queue */
94 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T)) /* Offset past header */
95 #define BUFFER_PADDING_SIZE (sizeof(BUFFER_HDR_T) + sizeof(UINT32)) /* Header + Magic Number */
310 BUFFER_HDR_T *OSTaskQFirst[GKI_MAX_TASKS][NUM_TASK_MBOX]; /* array of pointers to the first event in the task mailbox */
311 BUFFER_HDR_T *OSTaskQLast [GKI_MAX_TASKS][NUM_TASK_MBOX]; /* array of pointers to the last event in the task mailbox */
H A Dgki_debug.c170 BUFFER_HDR_T *hdr;
189 hdr = (BUFFER_HDR_T *)(gki_cb.com.pool_start[pool]);
194 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
212 BUFFER_HDR_T *p_hdr;
230 p_hdr = (BUFFER_HDR_T *)p_start;
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c50 BUFFER_HDR_T *hdr;
51 BUFFER_HDR_T *hdr1 = NULL;
81 hdr = (BUFFER_HDR_T *)p_mem;
91 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
364 BUFFER_HDR_T *p_hdr;
461 p_hdr = (BUFFER_HDR_T *)p_cb->pool_start[i];
472 p_hdr = (BUFFER_HDR_T *)((UINT8 *)p_hdr + p_cb->pool_size[i]);
508 BUFFER_HDR_T *p_hdr;
589 BUFFER_HDR_T *p_hdr;
599 p_hdr = (BUFFER_HDR_T *) ((UINT
[all...]
H A Dgki_common.h78 } BUFFER_HDR_T; typedef in typeref:struct:_buffer_hdr
82 BUFFER_HDR_T *p_first; /* first buffer in the queue */
83 BUFFER_HDR_T *p_last; /* last buffer in the queue */
94 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T)) /* Offset past header */
95 #define BUFFER_PADDING_SIZE (sizeof(BUFFER_HDR_T) + sizeof(UINT32)) /* Header + Magic Number */
310 BUFFER_HDR_T *OSTaskQFirst[GKI_MAX_TASKS][NUM_TASK_MBOX]; /* array of pointers to the first event in the task mailbox */
311 BUFFER_HDR_T *OSTaskQLast [GKI_MAX_TASKS][NUM_TASK_MBOX]; /* array of pointers to the last event in the task mailbox */
H A Dgki_debug.c170 BUFFER_HDR_T *hdr;
189 hdr = (BUFFER_HDR_T *)(gki_cb.com.pool_start[pool]);
194 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
212 BUFFER_HDR_T *p_hdr;
230 p_hdr = (BUFFER_HDR_T *)p_start;

Completed in 40 milliseconds