Lines Matching refs:cur_dsd
2611 struct dsd64 *cur_dsd; in qlt_load_cont_data_segments() local
2632 cur_dsd = cont_pkt64->dsd; in qlt_load_cont_data_segments()
2638 append_dsd64(&cur_dsd, prm->sg); in qlt_load_cont_data_segments()
2651 struct dsd64 *cur_dsd; in qlt_load_data_segments() local
2657 cur_dsd = &pkt24->u.status0.dsd; in qlt_load_data_segments()
2665 cur_dsd->address = 0; in qlt_load_data_segments()
2666 cur_dsd->length = 0; in qlt_load_data_segments()
2676 append_dsd64(&cur_dsd, prm->sg); in qlt_load_data_segments()
3004 struct dsd64 *cur_dsd; in qlt_build_ctio_crc2_pkt() local
3152 cur_dsd = &crc_ctx_pkt->u.nobundling.data_dsd[0]; in qlt_build_ctio_crc2_pkt()
3162 cur_dsd = &crc_ctx_pkt->u.bundling.data_dsd[0]; in qlt_build_ctio_crc2_pkt()
3184 if (qla24xx_walk_and_build_sglist_no_difb(ha, NULL, cur_dsd, in qlt_build_ctio_crc2_pkt()
3187 } else if (qla24xx_walk_and_build_sglist(ha, NULL, cur_dsd, in qlt_build_ctio_crc2_pkt()
3195 cur_dsd = &crc_ctx_pkt->u.bundling.dif_dsd; in qlt_build_ctio_crc2_pkt()
3196 if (qla24xx_walk_and_build_prot_sglist(ha, NULL, cur_dsd, in qlt_build_ctio_crc2_pkt()