Home
last modified time | relevance | path

Searched refs:ppod (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1559 struct cxgbi_pagepod *ppod; in ddp_ppod_write_idata() local
1577 ppod = (struct cxgbi_pagepod *)(idata + 1); in ddp_ppod_write_idata()
1579 for (i = 0; i < npods; i++, ppod++, gl_pidx += PPOD_PAGES_MAX) { in ddp_ppod_write_idata()
1581 cxgbi_ddp_ppod_clear(ppod); in ddp_ppod_write_idata()
1583 cxgbi_ddp_ppod_set(ppod, hdr, gl, gl_pidx); in ddp_ppod_write_idata()
/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.c1265 void cxgbi_ddp_ppod_set(struct cxgbi_pagepod *ppod, in cxgbi_ddp_ppod_set() argument
1271 memcpy(ppod, hdr, sizeof(*hdr)); in cxgbi_ddp_ppod_set()
1273 ppod->addr[i] = gidx < gl->nelem ? in cxgbi_ddp_ppod_set()
1279 void cxgbi_ddp_ppod_clear(struct cxgbi_pagepod *ppod) in cxgbi_ddp_ppod_clear() argument
1281 memset(ppod, 0, sizeof(*ppod)); in cxgbi_ddp_ppod_clear()