Lines Matching refs:cur_dsd

197 	struct dsd32	*cur_dsd;
219 cur_dsd = cmd_pkt->dsd32;
232 cur_dsd = cont_pkt->dsd;
236 append_dsd32(&cur_dsd, sg);
253 struct dsd64 *cur_dsd;
275 cur_dsd = cmd_pkt->dsd64;
288 cur_dsd = cont_pkt->dsd;
292 append_dsd64(&cur_dsd, sg);
593 struct dsd64 *cur_dsd = NULL, *next_dsd;
650 &cur_dsd->address);
651 cur_dsd->length = cpu_to_le32(dsd_list_len);
652 cur_dsd++;
654 cur_dsd = next_dsd;
656 append_dsd64(&cur_dsd, cur_seg);
663 cur_dsd->address = 0;
664 cur_dsd->length = 0;
665 cur_dsd++;
704 struct dsd64 *cur_dsd;
737 cur_dsd = &cmd_pkt->dsd;
751 cur_dsd = cont_pkt->dsd;
755 append_dsd64(&cur_dsd, sg);
843 struct dsd64 *cur_dsd = dsd;
917 &cur_dsd->address);
918 cur_dsd->length = cpu_to_le32(dsd_list_len);
919 cur_dsd = next_dsd;
921 put_unaligned_le64(sle_dma, &cur_dsd->address);
922 cur_dsd->length = cpu_to_le32(sle_dma_len);
923 cur_dsd++;
942 cur_dsd->address = 0;
943 cur_dsd->length = 0;
944 cur_dsd++;
957 struct dsd64 *cur_dsd = dsd;
1013 &cur_dsd->address);
1014 cur_dsd->length = cpu_to_le32(dsd_list_len);
1015 cur_dsd = next_dsd;
1017 append_dsd64(&cur_dsd, sg);
1022 cur_dsd->address = 0;
1023 cur_dsd->length = 0;
1024 cur_dsd++;
1030 struct dsd64 *cur_dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc)
1252 &cur_dsd->address);
1253 cur_dsd->length = cpu_to_le32(dsd_list_len);
1254 cur_dsd = dsd_ptr->dsd_addr;
1257 &cur_dsd->address);
1258 cur_dsd->length = cpu_to_le32(sglen);
1259 cur_dsd++;
1310 &cur_dsd->address);
1311 cur_dsd->length = cpu_to_le32(dsd_list_len);
1312 cur_dsd = dsd_ptr->dsd_addr;
1314 append_dsd64(&cur_dsd, sg);
1319 cur_dsd->address = 0;
1320 cur_dsd->length = 0;
1321 cur_dsd++;
1339 struct dsd64 *cur_dsd;
1476 cur_dsd = &crc_ctx_pkt->u.nobundling.data_dsd[0];
1486 cur_dsd = &crc_ctx_pkt->u.bundling.data_dsd[0];
1510 cur_dsd, tot_dsds, NULL))
1512 } else if (qla24xx_walk_and_build_sglist(ha, sp, cur_dsd,
1519 cur_dsd = &crc_ctx_pkt->u.bundling.dif_dsd;
1520 if (qla24xx_walk_and_build_prot_sglist(ha, sp, cur_dsd,
3205 struct dsd64 *cur_dsd;
3240 cur_dsd = &ct_iocb->rsp_dsd;
3255 cur_dsd = cont_pkt->dsd;
3260 append_dsd64(&cur_dsd, sg);
3272 struct dsd64 *cur_dsd;
3301 cur_dsd = ct_iocb->dsd;
3313 cur_dsd = cont_pkt->dsd;
3318 append_dsd64(&cur_dsd, sg);
3333 cur_dsd = cont_pkt->dsd;
3338 append_dsd64(&cur_dsd, sg);
4035 struct dsd64 *cur_dsd;
4070 cur_dsd = &cmd_pkt->fcp_dsd;
4084 cur_dsd = cont_pkt->dsd;
4088 append_dsd64(&cur_dsd, sg);
4106 cur_dsd = cont_pkt->dsd;
4110 append_dsd64(&cur_dsd, sg);