Searched refs:_p_first (Results 1 – 4 of 4) sorted by relevance
80 p_cb->freeq[id]._p_first = hdr; in gki_init_free_queue()109 p_cb->freeq[i]._p_first = NULL; in gki_buffer_cleanup()155 p_cb->freeq[i]._p_first = 0; in gki_buffer_init()182 p_q->_p_first = p_q->_p_last = NULL; in GKI_init_q()293 p_q->_p_first = p_buf; in GKI_enqueue()327 p_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->_p_first - BUFFER_HDR_SIZE); in GKI_dequeue()332 p_q->_p_first = ((UINT8 *)p_hdr->p_next + BUFFER_HDR_SIZE); in GKI_dequeue()335 p_q->_p_first = NULL; in GKI_dequeue()368 if (p_buf == p_q->_p_first) in GKI_remove_from_queue()375 p_prev = (BUFFER_HDR_T *)((UINT8 *)p_q->_p_first - BUFFER_HDR_SIZE); in GKI_remove_from_queue()[all …]
34 BUFFER_HDR_T *_p_first; /* first buffer in the queue */ member
52 void *_p_first; member
1187 while (p_ccb->rx_queue._p_first) in gap_release_ccb()1190 while (p_ccb->tx_queue._p_first) in gap_release_ccb()