BTINTEL_PCIE_DBGC_BUFFER_SIZE
BTINTEL_PCIE_DBGC_BUFFER_SIZE,
buf->data_p_addr = data->dbgc.buf_p_addr + i * BTINTEL_PCIE_DBGC_BUFFER_SIZE;
buf->data = data->dbgc.buf_v_addr + i * BTINTEL_PCIE_DBGC_BUFFER_SIZE;
db_frag.bufs[i].buf_size = BTINTEL_PCIE_DBGC_BUFFER_SIZE;
prev_size = buf_idx * BTINTEL_PCIE_DBGC_BUFFER_SIZE;
dump_size += BTINTEL_PCIE_DBGC_BUFFER_SIZE * dbgc->count;
memcpy(p, dbgc->bufs[0].data, dbgc->count * BTINTEL_PCIE_DBGC_BUFFER_SIZE);