Searched refs:ttinfo (Results 1 – 7 of 7) sorted by relevance
/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 | 827 ccmd->ttinfo.tag = ppm->tformat.no_ddp_mask; in cxgbit_allocate_cmd()
|
/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1202 struct cxgbi_task_tag_info *ttinfo, in cxgbi_ddp_set_one_ppod() argument 1211 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr)); in cxgbi_ddp_set_one_ppod() 1313 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; in cxgbi_ddp_reserve() local 1314 struct scatterlist *sgl = ttinfo->sgl; in cxgbi_ddp_reserve() 1315 unsigned int sgcnt = ttinfo->nents; in cxgbi_ddp_reserve() 1330 xferlen, ttinfo->nents); in cxgbi_ddp_reserve() 1338 ttinfo->nr_pages = (xferlen + sgl->offset + (1 << PAGE_SHIFT) - 1) >> in cxgbi_ddp_reserve() 1346 err = cxgbi_ppm_ppods_reserve(ppm, ttinfo->nr_pages, 0, &ttinfo->idx, in cxgbi_ddp_reserve() 1347 &ttinfo->tag, (unsigned long)sw_tag); in cxgbi_ddp_reserve() 1352 ttinfo->npods = err; in cxgbi_ddp_reserve() [all …]
|
D | libcxgbi.h | 528 struct cxgbi_task_tag_info ttinfo; member
|
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1089 struct cxgbi_task_tag_info *ttinfo) in ddp_set_map() argument 1091 unsigned int idx = ttinfo->idx; in ddp_set_map() 1092 unsigned int npods = ttinfo->npods; in ddp_set_map() 1093 struct scatterlist *sg = ttinfo->sgl; in ddp_set_map() 1110 cxgbi_ddp_set_one_ppod(ppod, ttinfo, &sg, in ddp_set_map() 1119 struct cxgbi_task_tag_info *ttinfo) in ddp_clear_map() argument 1121 unsigned int idx = ttinfo->idx; in ddp_clear_map() 1123 unsigned int npods = ttinfo->npods; in ddp_clear_map()
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1604 struct cxgbi_task_tag_info *ttinfo, in ddp_ppod_write_idata() argument 1625 cxgbi_ddp_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in ddp_ppod_write_idata() 1639 struct cxgbi_task_tag_info *ttinfo) in ddp_set_map() argument 1641 unsigned int pidx = ttinfo->idx; in ddp_set_map() 1642 unsigned int npods = ttinfo->npods; in ddp_set_map() 1645 struct scatterlist *sg = ttinfo->sgl; in ddp_set_map() 1648 ttinfo->cid = csk->port_id; in ddp_set_map() 1655 err = ddp_ppod_write_idata(ppm, csk, ttinfo, pidx, cnt, in ddp_set_map()
|