Lines Matching full:p_buf2
341 BT_HDR *p_buf2 = (BT_HDR *)osi_malloc(buf_size);
343 p_buf2->offset = new_offset;
344 p_buf2->len = no_of_bytes;
345 memcpy(((UINT8 *)(p_buf2 + 1)) + p_buf2->offset,
349 return (p_buf2);
1213 BT_HDR *p_buf2;
1219 p_buf2 = l2c_fcr_clone_buf(p_buf, p_buf->offset, p_buf->len);
1221 if (p_buf2)
1224 p_buf = p_buf2;
1633 BT_HDR *p_buf2 = l2c_fcr_clone_buf(p_buf, p_buf->offset, p_buf->len);
1634 if (p_buf2)
1636 p_buf2->layer_specific = p_buf->layer_specific;
1638 fixed_queue_enqueue(p_ccb->fcrb.retrans_q, p_buf2);
1641 if ( (tx_seq != L2C_FCR_RETX_ALL_PKTS) || (p_buf2 == NULL) )