Lines Matching refs:cur_dsd
2653 struct dsd64 *cur_dsd; in qlt_load_cont_data_segments() local
2674 cur_dsd = cont_pkt64->dsd; in qlt_load_cont_data_segments()
2680 append_dsd64(&cur_dsd, prm->sg); in qlt_load_cont_data_segments()
2693 struct dsd64 *cur_dsd; in qlt_load_data_segments() local
2699 cur_dsd = &pkt24->u.status0.dsd; in qlt_load_data_segments()
2707 cur_dsd->address = 0; in qlt_load_data_segments()
2708 cur_dsd->length = 0; in qlt_load_data_segments()
2718 append_dsd64(&cur_dsd, prm->sg); in qlt_load_data_segments()
3046 struct dsd64 *cur_dsd; in qlt_build_ctio_crc2_pkt() local
3194 cur_dsd = &crc_ctx_pkt->u.nobundling.data_dsd[0]; in qlt_build_ctio_crc2_pkt()
3204 cur_dsd = &crc_ctx_pkt->u.bundling.data_dsd[0]; in qlt_build_ctio_crc2_pkt()
3226 if (qla24xx_walk_and_build_sglist_no_difb(ha, NULL, cur_dsd, in qlt_build_ctio_crc2_pkt()
3229 } else if (qla24xx_walk_and_build_sglist(ha, NULL, cur_dsd, in qlt_build_ctio_crc2_pkt()
3237 cur_dsd = &crc_ctx_pkt->u.bundling.dif_dsd; in qlt_build_ctio_crc2_pkt()
3238 if (qla24xx_walk_and_build_prot_sglist(ha, NULL, cur_dsd, in qlt_build_ctio_crc2_pkt()