Lines Matching refs:cur_dsd

194 	struct dsd32	*cur_dsd;
216 cur_dsd = cmd_pkt->dsd32;
229 cur_dsd = cont_pkt->dsd;
233 append_dsd32(&cur_dsd, sg);
250 struct dsd64 *cur_dsd;
272 cur_dsd = cmd_pkt->dsd64;
285 cur_dsd = cont_pkt->dsd;
289 append_dsd64(&cur_dsd, sg);
586 struct dsd64 *cur_dsd = NULL, *next_dsd;
649 &cur_dsd->address);
650 cur_dsd->length = cpu_to_le32(dsd_list_len);
651 cur_dsd++;
653 cur_dsd = next_dsd;
655 append_dsd64(&cur_dsd, cur_seg);
662 cur_dsd->address = 0;
663 cur_dsd->length = 0;
664 cur_dsd++;
703 struct dsd64 *cur_dsd;
736 cur_dsd = &cmd_pkt->dsd;
750 cur_dsd = cont_pkt->dsd;
754 append_dsd64(&cur_dsd, sg);
897 struct dsd64 *cur_dsd = dsd;
971 &cur_dsd->address);
972 cur_dsd->length = cpu_to_le32(dsd_list_len);
973 cur_dsd = next_dsd;
975 put_unaligned_le64(sle_dma, &cur_dsd->address);
976 cur_dsd->length = cpu_to_le32(sle_dma_len);
977 cur_dsd++;
996 cur_dsd->address = 0;
997 cur_dsd->length = 0;
998 cur_dsd++;
1011 struct dsd64 *cur_dsd = dsd;
1067 &cur_dsd->address);
1068 cur_dsd->length = cpu_to_le32(dsd_list_len);
1069 cur_dsd = next_dsd;
1071 append_dsd64(&cur_dsd, sg);
1076 cur_dsd->address = 0;
1077 cur_dsd->length = 0;
1078 cur_dsd++;
1084 struct dsd64 *cur_dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc)
1306 &cur_dsd->address);
1307 cur_dsd->length = cpu_to_le32(dsd_list_len);
1308 cur_dsd = dsd_ptr->dsd_addr;
1311 &cur_dsd->address);
1312 cur_dsd->length = cpu_to_le32(sglen);
1313 cur_dsd++;
1364 &cur_dsd->address);
1365 cur_dsd->length = cpu_to_le32(dsd_list_len);
1366 cur_dsd = dsd_ptr->dsd_addr;
1368 append_dsd64(&cur_dsd, sg);
1373 cur_dsd->address = 0;
1374 cur_dsd->length = 0;
1375 cur_dsd++;
1393 struct dsd64 *cur_dsd;
1530 cur_dsd = &crc_ctx_pkt->u.nobundling.data_dsd[0];
1540 cur_dsd = &crc_ctx_pkt->u.bundling.data_dsd[0];
1564 cur_dsd, tot_dsds, NULL))
1566 } else if (qla24xx_walk_and_build_sglist(ha, sp, cur_dsd,
1573 cur_dsd = &crc_ctx_pkt->u.bundling.dif_dsd;
1574 if (qla24xx_walk_and_build_prot_sglist(ha, sp, cur_dsd,
3129 struct dsd64 *cur_dsd;
3164 cur_dsd = &ct_iocb->rsp_dsd;
3179 cur_dsd = cont_pkt->dsd;
3184 append_dsd64(&cur_dsd, sg);
3196 struct dsd64 *cur_dsd;
3225 cur_dsd = ct_iocb->dsd;
3237 cur_dsd = cont_pkt->dsd;
3242 append_dsd64(&cur_dsd, sg);
3257 cur_dsd = cont_pkt->dsd;
3262 append_dsd64(&cur_dsd, sg);
3840 struct dsd64 *cur_dsd;
3875 cur_dsd = &cmd_pkt->fcp_dsd;
3889 cur_dsd = cont_pkt->dsd;
3893 append_dsd64(&cur_dsd, sg);
3911 cur_dsd = cont_pkt->dsd;
3915 append_dsd64(&cur_dsd, sg);