Searched refs:BUFFER_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_buffer.c | 88 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize); in gki_init_free_queue() 440 …"GKI_getbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cu… in GKI_getbuf_debug() 446 return ((void *) ((UINT8 *)p_hdr + BUFFER_HDR_SIZE)); in GKI_getbuf_debug() 469 …uf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr… in GKI_getbuf_debug() 554 …_getpoolbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cu… in GKI_getpoolbuf_debug() 560 return ((void *) ((UINT8 *)p_hdr + BUFFER_HDR_SIZE)); in GKI_getpoolbuf_debug() 599 p_hdr = (BUFFER_HDR_T *) ((UINT8 *)p_buf - BUFFER_HDR_SIZE); in GKI_freebuf() 656 p_hdr = (BUFFER_HDR_T *)((UINT8 *) p_buf - BUFFER_HDR_SIZE); in GKI_get_buf_size() 730 p_hdr = (BUFFER_HDR_T *) ((UINT8 *) msg - BUFFER_HDR_SIZE); in GKI_send_msg() 790 p_buf = (UINT8 *)p_hdr + BUFFER_HDR_SIZE; in GKI_read_mbox() [all …]
|
D | gki_common.h | 94 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T)) /* Offset past header */ macro
|
D | gki_debug.c | 192 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + size); in gki_print_buffer_statistics()
|
/external/libnfc-nci/src/gki/common/ |
D | gki_buffer.c | 88 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize); in gki_init_free_queue() 440 …"GKI_getbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cu… in GKI_getbuf_debug() 446 return ((void *) ((UINT8 *)p_hdr + BUFFER_HDR_SIZE)); in GKI_getbuf_debug() 469 …uf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr… in GKI_getbuf_debug() 554 …_getpoolbuf() allocated, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cu… in GKI_getpoolbuf_debug() 560 return ((void *) ((UINT8 *)p_hdr + BUFFER_HDR_SIZE)); in GKI_getpoolbuf_debug() 599 p_hdr = (BUFFER_HDR_T *) ((UINT8 *)p_buf - BUFFER_HDR_SIZE); in GKI_freebuf() 656 p_hdr = (BUFFER_HDR_T *)((UINT8 *) p_buf - BUFFER_HDR_SIZE); in GKI_get_buf_size() 730 p_hdr = (BUFFER_HDR_T *) ((UINT8 *) msg - BUFFER_HDR_SIZE); in GKI_send_msg() 790 p_buf = (UINT8 *)p_hdr + BUFFER_HDR_SIZE; in GKI_read_mbox() [all …]
|
D | gki_common.h | 94 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T)) /* Offset past header */ macro
|
D | gki_debug.c | 192 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + size); in gki_print_buffer_statistics()
|