Searched refs:ppod (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/target/iscsi/cxgbit/ |
D | cxgbit_ddp.c | 9 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/ |
D | libcxgb_ppm.h | 288 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/ |
D | cxgb3i.c | 1102 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/ |
D | libcxgbi.c | 1154 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/ |
D | cxgb4i.c | 2027 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()
|