Searched refs:ttinfo (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_ddp.c | 13 struct cxgbi_task_tag_info *ttinfo, in cxgbit_set_one_ppod() argument 22 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr)); in cxgbit_set_one_ppod() 102 struct cxgbi_task_tag_info *ttinfo, unsigned int idx, in cxgbit_ppod_write_idata() argument 122 cxgbit_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in cxgbit_ppod_write_idata() 131 struct cxgbi_task_tag_info *ttinfo) in cxgbit_ddp_set_map() argument 133 unsigned int pidx = ttinfo->idx; in cxgbit_ddp_set_map() 134 unsigned int npods = ttinfo->npods; in cxgbit_ddp_set_map() 136 struct scatterlist *sg = ttinfo->sgl; in cxgbit_ddp_set_map() 146 ret = cxgbit_ppod_write_idata(ppm, csk, ttinfo, pidx, cnt, in cxgbit_ddp_set_map() 174 cxgbit_ddp_reserve(struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo, in cxgbit_ddp_reserve() argument [all …]
|
D | cxgbit.h | 51 struct cxgbi_task_tag_info ttinfo; member
|
D | cxgbit_target.c | 869 ccmd->ttinfo.tag = ppm->tformat.no_ddp_mask; in cxgbit_allocate_cmd()
|
/Linux-v4.19/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1224 struct cxgbi_task_tag_info *ttinfo, in cxgbi_ddp_set_one_ppod() argument 1233 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr)); in cxgbi_ddp_set_one_ppod() 1335 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; in cxgbi_ddp_reserve() local 1336 struct scatterlist *sgl = ttinfo->sgl; in cxgbi_ddp_reserve() 1337 unsigned int sgcnt = ttinfo->nents; in cxgbi_ddp_reserve() 1352 xferlen, ttinfo->nents); in cxgbi_ddp_reserve() 1360 ttinfo->nr_pages = (xferlen + sgl->offset + (1 << PAGE_SHIFT) - 1) >> in cxgbi_ddp_reserve() 1368 err = cxgbi_ppm_ppods_reserve(ppm, ttinfo->nr_pages, 0, &ttinfo->idx, in cxgbi_ddp_reserve() 1369 &ttinfo->tag, (unsigned long)sw_tag); in cxgbi_ddp_reserve() 1374 ttinfo->npods = err; in cxgbi_ddp_reserve() [all …]
|
D | libcxgbi.h | 531 struct cxgbi_task_tag_info ttinfo; member
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1090 struct cxgbi_task_tag_info *ttinfo) in ddp_set_map() argument 1092 unsigned int idx = ttinfo->idx; in ddp_set_map() 1093 unsigned int npods = ttinfo->npods; in ddp_set_map() 1094 struct scatterlist *sg = ttinfo->sgl; in ddp_set_map() 1111 cxgbi_ddp_set_one_ppod(ppod, ttinfo, &sg, in ddp_set_map() 1120 struct cxgbi_task_tag_info *ttinfo) in ddp_clear_map() argument 1122 unsigned int idx = ttinfo->idx; in ddp_clear_map() 1124 unsigned int npods = ttinfo->npods; in ddp_clear_map()
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1845 struct cxgbi_task_tag_info *ttinfo, in ddp_ppod_write_idata() argument 1866 cxgbi_ddp_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in ddp_ppod_write_idata() 1880 struct cxgbi_task_tag_info *ttinfo) in ddp_set_map() argument 1882 unsigned int pidx = ttinfo->idx; in ddp_set_map() 1883 unsigned int npods = ttinfo->npods; in ddp_set_map() 1886 struct scatterlist *sg = ttinfo->sgl; in ddp_set_map() 1889 ttinfo->cid = csk->port_id; in ddp_set_map() 1896 err = ddp_ppod_write_idata(ppm, csk, ttinfo, pidx, cnt, in ddp_set_map()
|