Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1583 struct cxgbi_pagepod *ppod; in ddp_ppod_write_idata() local
1601 ppod = (struct cxgbi_pagepod *)(idata + 1); in ddp_ppod_write_idata()
1603 for (i = 0; i < npods; i++, ppod++, gl_pidx += PPOD_PAGES_MAX) { in ddp_ppod_write_idata()
1605 cxgbi_ddp_ppod_clear(ppod); in ddp_ppod_write_idata()
1607 cxgbi_ddp_ppod_set(ppod, hdr, gl, gl_pidx); in ddp_ppod_write_idata()
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.c1269 void cxgbi_ddp_ppod_set(struct cxgbi_pagepod *ppod, in cxgbi_ddp_ppod_set() argument
1275 memcpy(ppod, hdr, sizeof(*hdr)); in cxgbi_ddp_ppod_set()
1277 ppod->addr[i] = gidx < gl->nelem ? in cxgbi_ddp_ppod_set()
1283 void cxgbi_ddp_ppod_clear(struct cxgbi_pagepod *ppod) in cxgbi_ddp_ppod_clear() argument
1285 memset(ppod, 0, sizeof(*ppod)); in cxgbi_ddp_ppod_clear()