Lines Matching refs:packets
140 csg->base.packets = (uint32_t*)calloc(1, 64 * 1024);
141 if (csg->base.packets == NULL) {
152 free(csg->base.packets);
159 free(csg->base.packets);
165 csg->chunks[0].chunk_data = (uint64_t)(uintptr_t)csg->base.packets;
301 ptr = (uint32_t*)realloc(cs->packets, 4 * tmp);
305 cs->packets = ptr;
366 blob = bof_blob(cs->cdw * 4, cs->packets);
468 free(cs->packets);
510 fprintf(file, "0x%08X\n", cs->packets[i]);