Lines Matching refs:cur_dsd
2609 struct dsd64 *cur_dsd; in qlt_load_cont_data_segments() local
2630 cur_dsd = cont_pkt64->dsd; in qlt_load_cont_data_segments()
2636 append_dsd64(&cur_dsd, prm->sg); in qlt_load_cont_data_segments()
2649 struct dsd64 *cur_dsd; in qlt_load_data_segments() local
2655 cur_dsd = &pkt24->u.status0.dsd; in qlt_load_data_segments()
2663 cur_dsd->address = 0; in qlt_load_data_segments()
2664 cur_dsd->length = 0; in qlt_load_data_segments()
2674 append_dsd64(&cur_dsd, prm->sg); in qlt_load_data_segments()
3002 struct dsd64 *cur_dsd; in qlt_build_ctio_crc2_pkt() local
3150 cur_dsd = &crc_ctx_pkt->u.nobundling.data_dsd[0]; in qlt_build_ctio_crc2_pkt()
3160 cur_dsd = &crc_ctx_pkt->u.bundling.data_dsd[0]; in qlt_build_ctio_crc2_pkt()
3182 if (qla24xx_walk_and_build_sglist_no_difb(ha, NULL, cur_dsd, in qlt_build_ctio_crc2_pkt()
3185 } else if (qla24xx_walk_and_build_sglist(ha, NULL, cur_dsd, in qlt_build_ctio_crc2_pkt()
3193 cur_dsd = &crc_ctx_pkt->u.bundling.dif_dsd; in qlt_build_ctio_crc2_pkt()
3194 if (qla24xx_walk_and_build_prot_sglist(ha, NULL, cur_dsd, in qlt_build_ctio_crc2_pkt()