cudbg_mps_tcam
struct cudbg_mps_tcam *tcam;
n = dc_buff.size / sizeof(struct cudbg_mps_tcam);
tcam = (struct cudbg_mps_tcam *)dc_buff.data;
struct cudbg_mps_tcam *tcam = NULL;
size = sizeof(struct cudbg_mps_tcam) * n;
tcam = (struct cudbg_mps_tcam *)scratch_buff.data;
total_size += sizeof(struct cudbg_mps_tcam);