Searched refs:ttinfo (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/target/iscsi/cxgbit/ |
A D | cxgbit_ddp.c | 184 xferlen, ttinfo->nents); in cxgbit_ddp_reserve() 197 ret = cxgbi_ppm_ppods_reserve(ppm, ttinfo->nr_pages, 0, &ttinfo->idx, in cxgbit_ddp_reserve() 198 &ttinfo->tag, 0); in cxgbit_ddp_reserve() 201 ttinfo->npods = ret; in cxgbit_ddp_reserve() 213 xferlen, &ttinfo->hdr); in cxgbit_ddp_reserve() 236 struct cxgbi_task_tag_info *ttinfo = &ccmd->ttinfo; in cxgbit_get_r2t_ttt() local 253 ttinfo->sgl = NULL; in cxgbit_get_r2t_ttt() 254 ttinfo->nents = 0; in cxgbit_get_r2t_ttt() 274 struct cxgbi_task_tag_info *ttinfo = &ccmd->ttinfo; in cxgbit_unmap_cmd() local 287 ttinfo->nents = 0; in cxgbit_unmap_cmd() [all …]
|
A D | cxgbit_target.c | 849 ccmd->ttinfo.tag = ppm->tformat.no_ddp_mask; in cxgbit_allocate_cmd() 1001 struct cxgbi_task_tag_info *ttinfo; in cxgbit_handle_iscsi_dataout() local 1065 ttinfo = &ccmd->ttinfo; in cxgbit_handle_iscsi_dataout() 1067 if (ccmd->release && ttinfo->sgl && in cxgbit_handle_iscsi_dataout() 1072 dma_unmap_sg(&ppm->pdev->dev, ttinfo->sgl, ttinfo->nents, in cxgbit_handle_iscsi_dataout() 1074 ttinfo->nents = 0; in cxgbit_handle_iscsi_dataout() 1075 ttinfo->sgl = NULL; in cxgbit_handle_iscsi_dataout()
|
A D | cxgbit.h | 48 struct cxgbi_task_tag_info ttinfo; member
|
/linux-6.3-rc2/drivers/scsi/cxgbi/ |
A D | libcxgbi.c | 1267 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; in cxgbi_ddp_reserve() local 1300 err = cxgbi_ppm_ppods_reserve(ppm, ttinfo->nr_pages, 0, &ttinfo->idx, in cxgbi_ddp_reserve() 1306 ttinfo->npods = err; in cxgbi_ddp_reserve() 1327 xferlen, &ttinfo->hdr); in cxgbi_ddp_reserve() 1366 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; in task_release_itt() local 1371 dma_unmap_sg(&ppm->pdev->dev, ttinfo->sgl, ttinfo->nents, in task_release_itt() 1397 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; in task_reserve_itt() local 1399 scmd_get_params(sc, &ttinfo->sgl, &ttinfo->nents, in task_reserve_itt() 1403 tag = ttinfo->tag; in task_reserve_itt() 1408 ttinfo->nents); in task_reserve_itt() [all …]
|
A D | libcxgbi.h | 556 struct cxgbi_task_tag_info ttinfo; member
|
/linux-6.3-rc2/drivers/scsi/cxgbi/cxgb3i/ |
A D | cxgb3i.c | 1097 struct cxgbi_task_tag_info *ttinfo) in ddp_set_map() argument 1099 unsigned int idx = ttinfo->idx; in ddp_set_map() 1100 unsigned int npods = ttinfo->npods; in ddp_set_map() 1101 struct scatterlist *sg = ttinfo->sgl; in ddp_set_map() 1118 cxgbi_ddp_set_one_ppod(ppod, ttinfo, &sg, in ddp_set_map() 1127 struct cxgbi_task_tag_info *ttinfo) in ddp_clear_map() argument 1129 unsigned int idx = ttinfo->idx; in ddp_clear_map() 1131 unsigned int npods = ttinfo->npods; in ddp_clear_map()
|
/linux-6.3-rc2/drivers/scsi/cxgbi/cxgb4i/ |
A D | cxgb4i.c | 2017 struct cxgbi_task_tag_info *ttinfo, in ddp_ppod_write_idata() argument 2038 cxgbi_ddp_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in ddp_ppod_write_idata() 2052 struct cxgbi_task_tag_info *ttinfo) in ddp_set_map() argument 2054 unsigned int pidx = ttinfo->idx; in ddp_set_map() 2055 unsigned int npods = ttinfo->npods; in ddp_set_map() 2058 struct scatterlist *sg = ttinfo->sgl; in ddp_set_map() 2061 ttinfo->cid = csk->port_id; in ddp_set_map() 2068 err = ddp_ppod_write_idata(ppm, csk, ttinfo, pidx, cnt, in ddp_set_map()
|
Completed in 28 milliseconds