Searched refs:ppod (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_ddp.c | 12 cxgbit_set_one_ppod(struct cxgbi_pagepod *ppod, in cxgbit_set_one_ppod() argument 22 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr)); in cxgbit_set_one_ppod() 31 ppod->addr[i] = cpu_to_be64(addr + offset); in cxgbit_set_one_ppod() 42 ppod->addr[i] = 0ULL; in cxgbit_set_one_ppod() 63 ppod->addr[i] = sg ? cpu_to_be64(addr + offset) : 0ULL; in cxgbit_set_one_ppod() 110 struct cxgbi_pagepod *ppod; in cxgbit_ppod_write_idata() local 119 ppod = (struct cxgbi_pagepod *)(idata + 1); in cxgbit_ppod_write_idata() 121 for (i = 0; i < npods; i++, ppod++) in cxgbit_ppod_write_idata() 122 cxgbit_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in cxgbit_ppod_write_idata()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/libcxgb/ |
D | libcxgb_ppm.h | 287 static inline void cxgbi_ppm_ppod_clear(struct cxgbi_pagepod *ppod) in cxgbi_ppm_ppod_clear() argument 289 ppod->hdr.vld_tid = 0U; in cxgbi_ppm_ppod_clear()
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1095 struct cxgbi_pagepod *ppod; in ddp_set_map() local 1109 ppod = (struct cxgbi_pagepod *)(req + 1); in ddp_set_map() 1111 cxgbi_ddp_set_one_ppod(ppod, ttinfo, &sg, in ddp_set_map()
|
/Linux-v4.19/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1223 void cxgbi_ddp_set_one_ppod(struct cxgbi_pagepod *ppod, in cxgbi_ddp_set_one_ppod() argument 1233 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr)); in cxgbi_ddp_set_one_ppod() 1242 ppod->addr[i] = cpu_to_be64(addr + offset); in cxgbi_ddp_set_one_ppod() 1253 ppod->addr[i] = 0ULL; in cxgbi_ddp_set_one_ppod() 1274 ppod->addr[i] = sg ? cpu_to_be64(addr + offset) : 0ULL; in cxgbi_ddp_set_one_ppod()
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1855 struct cxgbi_pagepod *ppod; in ddp_ppod_write_idata() local 1863 ppod = (struct cxgbi_pagepod *)(idata + 1); in ddp_ppod_write_idata() 1865 for (i = 0; i < npods; i++, ppod++) in ddp_ppod_write_idata() 1866 cxgbi_ddp_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in ddp_ppod_write_idata()
|