Searched refs:q_id (Results 1 – 2 of 2) sorted by relevance
78 hdr->q_id = id; in gki_init_free_queue()297 p_hdr->q_id = 0; in GKI_getbuf()301 Q = &gki_cb.com.freeq[p_hdr->q_id]; in GKI_getbuf()497 if (p_hdr->q_id >= GKI_NUM_TOTAL_BUF_POOLS) { in GKI_freebuf()504 Q = &gki_cb.com.freeq[p_hdr->q_id]; in GKI_freebuf()515 Q = &gki_cb.com.freeq[p_hdr->q_id]; in GKI_freebuf()552 if (p_hdr->q_id < GKI_NUM_TOTAL_BUF_POOLS) { in GKI_get_buf_size()553 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