Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/target/iscsi/cxgbit/
Dcxgbit_ddp.c9 cxgbit_set_one_ppod(struct cxgbi_pagepod *ppod, in cxgbit_set_one_ppod() argument
19 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr)); in cxgbit_set_one_ppod()
28 ppod->addr[i] = cpu_to_be64(addr + offset); in cxgbit_set_one_ppod()
39 ppod->addr[i] = 0ULL; in cxgbit_set_one_ppod()
60 ppod->addr[i] = sg ? cpu_to_be64(addr + offset) : 0ULL; in cxgbit_set_one_ppod()
107 struct cxgbi_pagepod *ppod; in cxgbit_ppod_write_idata() local
116 ppod = (struct cxgbi_pagepod *)(idata + 1); in cxgbit_ppod_write_idata()
118 for (i = 0; i < npods; i++, ppod++) in cxgbit_ppod_write_idata()
119 cxgbit_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in cxgbit_ppod_write_idata()
/linux-6.1.9/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.h288 static inline void cxgbi_ppm_ppod_clear(struct cxgbi_pagepod *ppod) in cxgbi_ppm_ppod_clear() argument
290 ppod->hdr.vld_tid = 0U; in cxgbi_ppm_ppod_clear()
/linux-6.1.9/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1102 struct cxgbi_pagepod *ppod; in ddp_set_map() local
1116 ppod = (struct cxgbi_pagepod *)(req + 1); in ddp_set_map()
1118 cxgbi_ddp_set_one_ppod(ppod, ttinfo, &sg, in ddp_set_map()
/linux-6.1.9/drivers/scsi/cxgbi/
Dlibcxgbi.c1154 void cxgbi_ddp_set_one_ppod(struct cxgbi_pagepod *ppod, in cxgbi_ddp_set_one_ppod() argument
1164 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr)); in cxgbi_ddp_set_one_ppod()
1173 ppod->addr[i] = cpu_to_be64(addr + offset); in cxgbi_ddp_set_one_ppod()
1184 ppod->addr[i] = 0ULL; in cxgbi_ddp_set_one_ppod()
1205 ppod->addr[i] = sg ? cpu_to_be64(addr + offset) : 0ULL; in cxgbi_ddp_set_one_ppod()
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c2027 struct cxgbi_pagepod *ppod; in ddp_ppod_write_idata() local
2035 ppod = (struct cxgbi_pagepod *)(idata + 1); in ddp_ppod_write_idata()
2037 for (i = 0; i < npods; i++, ppod++) in ddp_ppod_write_idata()
2038 cxgbi_ddp_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in ddp_ppod_write_idata()