Searched refs:p_buf_hdr (Results 1 – 1 of 1) sorted by relevance
836 BUFFER_HDR_T* p_buf_hdr; in GKI_remove_from_queue() local845 p_buf_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_remove_from_queue()850 if (p_prev->p_next == p_buf_hdr) { in GKI_remove_from_queue()851 p_prev->p_next = p_buf_hdr->p_next; in GKI_remove_from_queue()860 p_buf_hdr->p_next = nullptr; in GKI_remove_from_queue()861 p_buf_hdr->status = BUF_STATUS_UNLINKED; in GKI_remove_from_queue()