Searched refs:p_buf_hdr (Results 1 – 4 of 4) sorted by relevance
223 HC_BUFFER_HDR_T *p_buf_hdr; in utils_remove_from_queue_unlocked() local231 p_buf_hdr = (HC_BUFFER_HDR_T *)((uint8_t *)p_buf - BT_HC_BUFFER_HDR_SIZE); in utils_remove_from_queue_unlocked()237 if (p_prev->p_next == p_buf_hdr) in utils_remove_from_queue_unlocked()239 p_prev->p_next = p_buf_hdr->p_next; in utils_remove_from_queue_unlocked()249 p_buf_hdr->p_next = NULL; in utils_remove_from_queue_unlocked()
911 BUFFER_HDR_T *p_buf_hdr; in GKI_remove_from_queue() local921 p_buf_hdr = (BUFFER_HDR_T *)((UINT8 *)p_buf - BUFFER_HDR_SIZE); in GKI_remove_from_queue()927 if (p_prev->p_next == p_buf_hdr) in GKI_remove_from_queue()929 p_prev->p_next = p_buf_hdr->p_next; in GKI_remove_from_queue()939 p_buf_hdr->p_next = NULL; in GKI_remove_from_queue()940 p_buf_hdr->status = BUF_STATUS_UNLINKED; in GKI_remove_from_queue()
971 BUFFER_HDR_T *p_buf_hdr; in GKI_remove_from_queue() local981 p_buf_hdr = (BUFFER_HDR_T *)((UINT8 *)p_buf - BUFFER_HDR_SIZE); in GKI_remove_from_queue()987 if (p_prev->p_next == p_buf_hdr) in GKI_remove_from_queue()989 p_prev->p_next = p_buf_hdr->p_next; in GKI_remove_from_queue()999 p_buf_hdr->p_next = NULL; in GKI_remove_from_queue()1000 p_buf_hdr->status = BUF_STATUS_UNLINKED; in GKI_remove_from_queue()