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

/system/nfc/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c89 hdr->q_id = id;
610 if (p_hdr->q_id >= GKI_NUM_TOTAL_BUF_POOLS) {
620 Q = &gki_cb.com.freeq[p_hdr->q_id];
655 if (p_hdr->q_id < GKI_NUM_TOTAL_BUF_POOLS) {
656 return (gki_cb.com.freeq[p_hdr->q_id].size);
H A Dgki_common.h62 uint8_t q_id; /* id of the queue */ member in struct:_buffer_hdr
H A Dgki_debug.c213 i, p_hdr, p_hdr->q_id, GKI_map_taskname(p_hdr->task_id),
/system/nfc/src/gki/common/
H A Dgki_buffer.c89 hdr->q_id = id;
611 if (p_hdr->q_id >= GKI_NUM_TOTAL_BUF_POOLS) {
621 Q = &gki_cb.com.freeq[p_hdr->q_id];
656 if (p_hdr->q_id < GKI_NUM_TOTAL_BUF_POOLS) {
657 return (gki_cb.com.freeq[p_hdr->q_id].size);
H A Dgki_common.h62 uint8_t q_id; /* id of the queue */ member in struct:_buffer_hdr
H A Dgki_debug.c213 i, p_hdr, p_hdr->q_id, GKI_map_taskname(p_hdr->task_id),

Completed in 153 milliseconds