Lines Matching refs:ppod
9 cxgbit_set_one_ppod(struct cxgbi_pagepod *ppod,
19 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr));
28 ppod->addr[i] = cpu_to_be64(addr + offset);
39 ppod->addr[i] = 0ULL;
44 * the fifth address needs to be repeated in the next ppod, so do
60 ppod->addr[i] = sg ? cpu_to_be64(addr + offset) : 0ULL;
107 struct cxgbi_pagepod *ppod;
116 ppod = (struct cxgbi_pagepod *)(idata + 1);
118 for (i = 0; i < npods; i++, ppod++)
119 cxgbit_set_one_ppod(ppod, ttinfo, sg_pp, sg_off);