Searched refs:q_id (Results 1 – 2 of 2) sorted by relevance
78 hdr->q_id = id; in gki_init_free_queue()295 p_hdr->q_id = 0; in GKI_getbuf()299 Q = &gki_cb.com.freeq[p_hdr->q_id]; in GKI_getbuf()496 if (p_hdr->q_id >= GKI_NUM_TOTAL_BUF_POOLS) { in GKI_freebuf()503 Q = &gki_cb.com.freeq[p_hdr->q_id]; in GKI_freebuf()514 Q = &gki_cb.com.freeq[p_hdr->q_id]; in GKI_freebuf()551 if (p_hdr->q_id < GKI_NUM_TOTAL_BUF_POOLS) { in GKI_get_buf_size()552 return (gki_cb.com.freeq[p_hdr->q_id].size); in GKI_get_buf_size()
53 uint8_t q_id; /* id of the queue */ member