Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_buffer.c53 BUFFER_HDR_T* hdr; in gki_init_free_queue()
54 BUFFER_HDR_T* hdr1 = NULL; in gki_init_free_queue()
85 hdr = (BUFFER_HDR_T*)p_mem; in gki_init_free_queue()
94 hdr = (BUFFER_HDR_T*)((uint8_t*)hdr + act_size); in gki_init_free_queue()
377 BUFFER_HDR_T* p_hdr; in GKI_getbuf_debug()
464 p_hdr = (BUFFER_HDR_T*)p_cb->pool_start[i]; in GKI_getbuf_debug()
476 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_hdr + p_cb->pool_size[i]); in GKI_getbuf_debug()
512 BUFFER_HDR_T* p_hdr; in GKI_getpoolbuf_debug()
589 BUFFER_HDR_T* p_hdr; in GKI_freebuf()
598 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_freebuf()
[all …]
Dgki_common.h74 } BUFFER_HDR_T; typedef
77 BUFFER_HDR_T* p_first; /* first buffer in the queue */
78 BUFFER_HDR_T* p_last; /* last buffer in the queue */
90 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T))
92 #define BUFFER_PADDING_SIZE (sizeof(BUFFER_HDR_T) + sizeof(uint32_t))
324 BUFFER_HDR_T* OSTaskQFirst[GKI_MAX_TASKS]
327 BUFFER_HDR_T* OSTaskQLast[GKI_MAX_TASKS]
Dgki_debug.c150 BUFFER_HDR_T* hdr; in gki_print_buffer_statistics()
168 hdr = (BUFFER_HDR_T*)(gki_cb.com.pool_start[pool]); in gki_print_buffer_statistics()
173 hdr = (BUFFER_HDR_T*)((uint8_t*)hdr + act_size); in gki_print_buffer_statistics()
189 BUFFER_HDR_T* p_hdr; in gki_print_used_bufs()
205 p_hdr = (BUFFER_HDR_T*)p_start; in gki_print_used_bufs()
/system/nfc/src/gki/common/
Dgki_buffer.c53 BUFFER_HDR_T* hdr; in gki_init_free_queue()
54 BUFFER_HDR_T* hdr1 = NULL; in gki_init_free_queue()
85 hdr = (BUFFER_HDR_T*)p_mem; in gki_init_free_queue()
94 hdr = (BUFFER_HDR_T*)((uint8_t*)hdr + act_size); in gki_init_free_queue()
378 BUFFER_HDR_T* p_hdr; in GKI_getbuf_debug()
465 p_hdr = (BUFFER_HDR_T*)p_cb->pool_start[i]; in GKI_getbuf_debug()
477 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_hdr + p_cb->pool_size[i]); in GKI_getbuf_debug()
513 BUFFER_HDR_T* p_hdr; in GKI_getpoolbuf_debug()
590 BUFFER_HDR_T* p_hdr; in GKI_freebuf()
599 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_freebuf()
[all …]
Dgki_common.h74 } BUFFER_HDR_T; typedef
77 BUFFER_HDR_T* p_first; /* first buffer in the queue */
78 BUFFER_HDR_T* p_last; /* last buffer in the queue */
90 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T))
92 #define BUFFER_PADDING_SIZE (sizeof(BUFFER_HDR_T) + sizeof(uint32_t))
324 BUFFER_HDR_T* OSTaskQFirst[GKI_MAX_TASKS]
327 BUFFER_HDR_T* OSTaskQLast[GKI_MAX_TASKS]
Dgki_debug.c150 BUFFER_HDR_T* hdr; in gki_print_buffer_statistics()
168 hdr = (BUFFER_HDR_T*)(gki_cb.com.pool_start[pool]); in gki_print_buffer_statistics()
173 hdr = (BUFFER_HDR_T*)((uint8_t*)hdr + act_size); in gki_print_buffer_statistics()
189 BUFFER_HDR_T* p_hdr; in gki_print_used_bufs()
205 p_hdr = (BUFFER_HDR_T*)p_start; in gki_print_used_bufs()