Home
last modified time | relevance | path

Searched refs:ttinfo (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_ddp.c10 struct cxgbi_task_tag_info *ttinfo, in cxgbit_set_one_ppod()
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()
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()
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
9 cxgbit_set_one_ppod(struct cxgbi_pagepod *ppod, struct cxgbi_task_tag_info *ttinfo, struct scatterlist **sg_pp, unsigned int *sg_off) cxgbit_set_one_ppod() argument
98 cxgbit_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo, unsigned int idx, unsigned int npods, struct scatterlist **sg_pp, unsigned int *sg_off) cxgbit_ppod_write_idata() argument
127 cxgbit_ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo) cxgbit_ddp_set_map() argument
236 struct cxgbi_task_tag_info *ttinfo = &ccmd->ttinfo; cxgbit_get_r2t_ttt() local
274 struct cxgbi_task_tag_info *ttinfo = &ccmd->ttinfo; cxgbit_unmap_cmd() local
[all...]
H A Dcxgbit_target.c849 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()
H A Dcxgbit.h48 struct cxgbi_task_tag_info ttinfo; member
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit_ddp.c10 struct cxgbi_task_tag_info *ttinfo, in cxgbit_set_one_ppod()
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()
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()
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
9 cxgbit_set_one_ppod(struct cxgbi_pagepod *ppod, struct cxgbi_task_tag_info *ttinfo, struct scatterlist **sg_pp, unsigned int *sg_off) cxgbit_set_one_ppod() argument
98 cxgbit_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo, unsigned int idx, unsigned int npods, struct scatterlist **sg_pp, unsigned int *sg_off) cxgbit_ppod_write_idata() argument
127 cxgbit_ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo) cxgbit_ddp_set_map() argument
236 struct cxgbi_task_tag_info *ttinfo = &ccmd->ttinfo; cxgbit_get_r2t_ttt() local
274 struct cxgbi_task_tag_info *ttinfo = &ccmd->ttinfo; cxgbit_unmap_cmd() local
[all...]
H A Dcxgbit_target.c849 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()
H A Dcxgbit.h48 struct cxgbi_task_tag_info ttinfo; member
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1155 struct cxgbi_task_tag_info *ttinfo, in cxgbi_ddp_set_one_ppod()
1164 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr)); in cxgbi_ddp_set_one_ppod()
1267 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; in cxgbi_ddp_reserve() local
1268 struct scatterlist *sgl = ttinfo->sgl; in cxgbi_ddp_reserve()
1269 unsigned int sgcnt = ttinfo->nents; in cxgbi_ddp_reserve()
1284 xferlen, ttinfo->nents); in cxgbi_ddp_reserve()
1292 ttinfo->nr_pages = (xferlen + sgl->offset + (1 << PAGE_SHIFT) - 1) >> in cxgbi_ddp_reserve()
1300 err = cxgbi_ppm_ppods_reserve(ppm, ttinfo->nr_pages, 0, &ttinfo in cxgbi_ddp_reserve()
1154 cxgbi_ddp_set_one_ppod(struct cxgbi_pagepod *ppod, struct cxgbi_task_tag_info *ttinfo, struct scatterlist **sg_pp, unsigned int *sg_off) cxgbi_ddp_set_one_ppod() argument
1366 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; task_release_itt() local
1397 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; task_reserve_itt() local
2367 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; cxgbi_conn_xmit_pdu() local
[all...]
H A Dlibcxgbi.h557 struct cxgbi_task_tag_info ttinfo; member
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1155 struct cxgbi_task_tag_info *ttinfo, in cxgbi_ddp_set_one_ppod()
1164 memcpy(ppod, &ttinfo->hdr, sizeof(struct cxgbi_pagepod_hdr)); in cxgbi_ddp_set_one_ppod()
1267 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; in cxgbi_ddp_reserve() local
1268 struct scatterlist *sgl = ttinfo->sgl; in cxgbi_ddp_reserve()
1269 unsigned int sgcnt = ttinfo->nents; in cxgbi_ddp_reserve()
1284 xferlen, ttinfo->nents); in cxgbi_ddp_reserve()
1292 ttinfo->nr_pages = (xferlen + sgl->offset + (1 << PAGE_SHIFT) - 1) >> in cxgbi_ddp_reserve()
1300 err = cxgbi_ppm_ppods_reserve(ppm, ttinfo->nr_pages, 0, &ttinfo in cxgbi_ddp_reserve()
1154 cxgbi_ddp_set_one_ppod(struct cxgbi_pagepod *ppod, struct cxgbi_task_tag_info *ttinfo, struct scatterlist **sg_pp, unsigned int *sg_off) cxgbi_ddp_set_one_ppod() argument
1366 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; task_release_itt() local
1397 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; task_reserve_itt() local
2367 struct cxgbi_task_tag_info *ttinfo = &tdata->ttinfo; cxgbi_conn_xmit_pdu() local
[all...]
H A Dlibcxgbi.h556 struct cxgbi_task_tag_info ttinfo; member
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c1096 struct cxgbi_task_tag_info *ttinfo) in ddp_set_map()
1098 unsigned int idx = ttinfo->idx; in ddp_set_map()
1099 unsigned int npods = ttinfo->npods; in ddp_set_map()
1100 struct scatterlist *sg = ttinfo->sgl; in ddp_set_map()
1117 cxgbi_ddp_set_one_ppod(ppod, ttinfo, &sg, in ddp_set_map()
1126 struct cxgbi_task_tag_info *ttinfo) in ddp_clear_map()
1128 unsigned int idx = ttinfo->idx; in ddp_clear_map()
1130 unsigned int npods = ttinfo->npods; in ddp_clear_map()
1095 ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbi_sock *csk, struct cxgbi_task_tag_info *ttinfo) ddp_set_map() argument
1125 ddp_clear_map(struct cxgbi_device *cdev, struct cxgbi_ppm *ppm, struct cxgbi_task_tag_info *ttinfo) ddp_clear_map() argument
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c1097 struct cxgbi_task_tag_info *ttinfo) in ddp_set_map()
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()
1129 unsigned int idx = ttinfo->idx; in ddp_clear_map()
1131 unsigned int npods = ttinfo->npods; in ddp_clear_map()
1096 ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbi_sock *csk, struct cxgbi_task_tag_info *ttinfo) ddp_set_map() argument
1126 ddp_clear_map(struct cxgbi_device *cdev, struct cxgbi_ppm *ppm, struct cxgbi_task_tag_info *ttinfo) ddp_clear_map() argument
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c2016 struct cxgbi_task_tag_info *ttinfo, in ddp_ppod_write_idata()
2037 cxgbi_ddp_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in ddp_ppod_write_idata()
2051 struct cxgbi_task_tag_info *ttinfo) in ddp_set_map()
2053 unsigned int pidx = ttinfo->idx; in ddp_set_map()
2054 unsigned int npods = ttinfo->npods; in ddp_set_map()
2057 struct scatterlist *sg = ttinfo->sgl; in ddp_set_map()
2060 ttinfo->cid = csk->port_id; in ddp_set_map()
2067 err = ddp_ppod_write_idata(ppm, csk, ttinfo, pidx, cnt, in ddp_set_map()
2015 ddp_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbi_sock *csk, struct cxgbi_task_tag_info *ttinfo, unsigned int idx, unsigned int npods, struct scatterlist **sg_pp, unsigned int *sg_off) ddp_ppod_write_idata() argument
2050 ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbi_sock *csk, struct cxgbi_task_tag_info *ttinfo) ddp_set_map() argument
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c2017 struct cxgbi_task_tag_info *ttinfo, in ddp_ppod_write_idata()
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()
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()
2016 ddp_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbi_sock *csk, struct cxgbi_task_tag_info *ttinfo, unsigned int idx, unsigned int npods, struct scatterlist **sg_pp, unsigned int *sg_off) ddp_ppod_write_idata() argument
2051 ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbi_sock *csk, struct cxgbi_task_tag_info *ttinfo) ddp_set_map() argument

Completed in 24 milliseconds