Searched refs:p_buf2 (Results 1 – 2 of 2) sorted by relevance
341 BT_HDR *p_buf2 = (BT_HDR *)osi_malloc(buf_size); in l2c_fcr_clone_buf() local343 p_buf2->offset = new_offset; in l2c_fcr_clone_buf()344 p_buf2->len = no_of_bytes; in l2c_fcr_clone_buf()345 memcpy(((UINT8 *)(p_buf2 + 1)) + p_buf2->offset, in l2c_fcr_clone_buf()349 return (p_buf2); in l2c_fcr_clone_buf()1213 BT_HDR *p_buf2; in process_i_frame() local1219 p_buf2 = l2c_fcr_clone_buf(p_buf, p_buf->offset, p_buf->len); in process_i_frame()1221 if (p_buf2) in process_i_frame()1224 p_buf = p_buf2; in process_i_frame()1633 BT_HDR *p_buf2 = l2c_fcr_clone_buf(p_buf, p_buf->offset, p_buf->len); in retransmit_i_frames() local[all …]
919 BT_HDR *p_buf, *p_buf2; in l2cu_send_peer_disc_req() local950 while ((p_buf2 = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q)) != NULL) in l2cu_send_peer_disc_req()952 l2cu_set_acl_hci_header (p_buf2, p_ccb); in l2cu_send_peer_disc_req()953 l2c_link_check_send_pkts (p_ccb->p_lcb, p_ccb, p_buf2); in l2cu_send_peer_disc_req()