Searched refs:ppod (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/cxgbe/tom/ |
| HD | t4_ddp.c | 639 int i, hcf, seglen, idx, ppod, nppods; in alloc_ddp_buffer() local 694 ppod = (db->ppod_addr - td->ppod_start) / PPOD_SIZE; in alloc_ddp_buffer() 696 db->tag = V_PPOD_PGSZ(idx) | V_PPOD_TAG(ppod); in alloc_ddp_buffer() 705 t4_ddp_pgsz[idx], ppod, db->npages, db->nppods, db->offset, in alloc_ddp_buffer() 719 struct pagepod *ppod; in write_page_pods() local 753 ppod = (struct pagepod *)(ulpsc + 1); in write_page_pods() 754 for (j = 0; j < n; i++, j++, ppod++) { in write_page_pods() 755 ppod->vld_tid_pgsz_tag_color = htobe64(F_PPOD_VALID | in write_page_pods() 757 ppod->len_offset = htobe64(V_PPOD_LEN(db->len) | in write_page_pods() 759 ppod->rsvd = 0; in write_page_pods() [all …]
|