Searched refs:ttinfo (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/target/iscsi/cxgbit/ |
| D | cxgbit_ddp.c | 10 struct cxgbi_task_tag_info *ttinfo, in cxgbit_set_one_ppod() argument 19 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr)); in cxgbit_set_one_ppod() 99 struct cxgbi_task_tag_info *ttinfo, unsigned int idx, in cxgbit_ppod_write_idata() argument 119 cxgbit_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in cxgbit_ppod_write_idata() 128 struct cxgbi_task_tag_info *ttinfo) in cxgbit_ddp_set_map() argument 130 unsigned int pidx = ttinfo->idx; in cxgbit_ddp_set_map() 131 unsigned int npods = ttinfo->npods; in cxgbit_ddp_set_map() 133 struct scatterlist *sg = ttinfo->sgl; in cxgbit_ddp_set_map() 143 ret = cxgbit_ppod_write_idata(ppm, csk, ttinfo, pidx, cnt, in cxgbit_ddp_set_map() 171 cxgbit_ddp_reserve(struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo, in cxgbit_ddp_reserve() argument [all …]
|
| D | cxgbit.h | 48 struct cxgbi_task_tag_info ttinfo; member
|
| D | cxgbit_target.c | 866 ccmd->ttinfo.tag = ppm->tformat.no_ddp_mask; in cxgbit_allocate_cmd()
|
| /Linux-v5.4/drivers/scsi/cxgbi/ |
| D | libcxgbi.c | 1228 struct cxgbi_task_tag_info *ttinfo, in cxgbi_ddp_set_one_ppod() argument 1237 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr)); in cxgbi_ddp_set_one_ppod() 1342 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; in cxgbi_ddp_reserve() local 1343 struct scatterlist *sgl = ttinfo->sgl; in cxgbi_ddp_reserve() 1344 unsigned int sgcnt = ttinfo->nents; in cxgbi_ddp_reserve() 1359 xferlen, ttinfo->nents); in cxgbi_ddp_reserve() 1367 ttinfo->nr_pages = (xferlen + sgl->offset + (1 << PAGE_SHIFT) - 1) >> in cxgbi_ddp_reserve() 1375 err = cxgbi_ppm_ppods_reserve(ppm, ttinfo->nr_pages, 0, &ttinfo->idx, in cxgbi_ddp_reserve() 1376 &ttinfo->tag, (unsigned long)sw_tag); in cxgbi_ddp_reserve() 1381 ttinfo->npods = err; in cxgbi_ddp_reserve() [all …]
|
| D | libcxgbi.h | 535 struct cxgbi_task_tag_info ttinfo; member
|
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/ |
| D | cxgb3i.c | 1088 struct cxgbi_task_tag_info *ttinfo) in ddp_set_map() argument 1090 unsigned int idx = ttinfo->idx; in ddp_set_map() 1091 unsigned int npods = ttinfo->npods; in ddp_set_map() 1092 struct scatterlist *sg = ttinfo->sgl; in ddp_set_map() 1109 cxgbi_ddp_set_one_ppod(ppod, ttinfo, &sg, in ddp_set_map() 1118 struct cxgbi_task_tag_info *ttinfo) in ddp_clear_map() argument 1120 unsigned int idx = ttinfo->idx; in ddp_clear_map() 1122 unsigned int npods = ttinfo->npods; in ddp_clear_map()
|
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/ |
| D | cxgb4i.c | 1936 struct cxgbi_task_tag_info *ttinfo, in ddp_ppod_write_idata() argument 1957 cxgbi_ddp_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in ddp_ppod_write_idata() 1971 struct cxgbi_task_tag_info *ttinfo) in ddp_set_map() argument 1973 unsigned int pidx = ttinfo->idx; in ddp_set_map() 1974 unsigned int npods = ttinfo->npods; in ddp_set_map() 1977 struct scatterlist *sg = ttinfo->sgl; in ddp_set_map() 1980 ttinfo->cid = csk->port_id; in ddp_set_map() 1987 err = ddp_ppod_write_idata(ppm, csk, ttinfo, pidx, cnt, in ddp_set_map()
|