Home | History | Annotate | Download | only in common

Lines Matching refs:hdr

42     BUFFER_HDR_T    *hdr;
72 hdr = (BUFFER_HDR_T *)p_mem;
73 p_cb->freeq[id].p_first = hdr;
76 hdr->task_id = GKI_INVALID_TASK;
77 hdr->q_id = id;
78 hdr->status = BUF_STATUS_FREE;
79 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize);
81 hdr1 = hdr;
82 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
83 hdr1->p_next = hdr;