Searched refs:p_q (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c331 void GKI_init_q (BUFFER_Q *p_q) argument
333 p_q->p_first = p_q->p_last = NULL;
334 p_q->count = 0;
806 ** Parameters: p_q - (input) pointer to a queue.
812 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf) argument
835 if (p_q->p_first)
837 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE);
841 p_q->p_first = p_buf;
843 p_q
867 GKI_enqueue_head(BUFFER_Q *p_q, void *p_buf) argument
921 GKI_dequeue(BUFFER_Q *p_q) argument
968 GKI_remove_from_queue(BUFFER_Q *p_q, void *p_buf) argument
1022 GKI_getfirst(BUFFER_Q *p_q) argument
1038 GKI_getlast(BUFFER_Q *p_q) argument
1079 GKI_queue_is_empty(BUFFER_Q *p_q) argument
[all...]
H A Dgki.h366 #define GKI_IS_QUEUE_EMPTY(p_q) ((p_q)->count == 0)
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c331 void GKI_init_q (BUFFER_Q *p_q) argument
333 p_q->p_first = p_q->p_last = NULL;
334 p_q->count = 0;
806 ** Parameters: p_q - (input) pointer to a queue.
812 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf) argument
835 if (p_q->p_first)
837 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE);
841 p_q->p_first = p_buf;
843 p_q
867 GKI_enqueue_head(BUFFER_Q *p_q, void *p_buf) argument
921 GKI_dequeue(BUFFER_Q *p_q) argument
968 GKI_remove_from_queue(BUFFER_Q *p_q, void *p_buf) argument
1022 GKI_getfirst(BUFFER_Q *p_q) argument
1038 GKI_getlast(BUFFER_Q *p_q) argument
1079 GKI_queue_is_empty(BUFFER_Q *p_q) argument
[all...]
H A Dgki.h369 #define GKI_IS_QUEUE_EMPTY(p_q) ((p_q)->count == 0)

Completed in 28 milliseconds