Searched refs:crc_ctx_pkt (Results 1 – 2 of 2) sorted by relevance
1348 struct crc_context *crc_ctx_pkt = NULL; in qla24xx_build_scsi_crc_2_iocbs() local1388 crc_ctx_pkt = sp->u.scmd.crc_ctx = in qla24xx_build_scsi_crc_2_iocbs()1391 if (!crc_ctx_pkt) in qla24xx_build_scsi_crc_2_iocbs()1394 crc_ctx_pkt->crc_ctx_dma = crc_ctx_dma; in qla24xx_build_scsi_crc_2_iocbs()1399 crc_ctx_pkt->handle = cmd_pkt->handle; in qla24xx_build_scsi_crc_2_iocbs()1401 INIT_LIST_HEAD(&crc_ctx_pkt->dsd_list); in qla24xx_build_scsi_crc_2_iocbs()1404 &crc_ctx_pkt->ref_tag, tot_prot_dsds); in qla24xx_build_scsi_crc_2_iocbs()1422 fcp_cmnd = &crc_ctx_pkt->fcp_cmnd; in qla24xx_build_scsi_crc_2_iocbs()1476 cur_dsd = &crc_ctx_pkt->u.nobundling.data_dsd[0]; in qla24xx_build_scsi_crc_2_iocbs()1483 crc_ctx_pkt->u.bundling.dif_byte_count = cpu_to_le32(dif_bytes); in qla24xx_build_scsi_crc_2_iocbs()[all …]
3041 struct crc_context *crc_ctx_pkt = NULL; in qlt_build_ctio_crc2_pkt() local3166 crc_ctx_pkt = cmd->ctx = in qlt_build_ctio_crc2_pkt()3169 if (!crc_ctx_pkt) in qlt_build_ctio_crc2_pkt()3172 crc_ctx_pkt->crc_ctx_dma = crc_ctx_dma; in qlt_build_ctio_crc2_pkt()3173 INIT_LIST_HEAD(&crc_ctx_pkt->dsd_list); in qlt_build_ctio_crc2_pkt()3176 crc_ctx_pkt->handle = pkt->handle; in qlt_build_ctio_crc2_pkt()3178 qla_tgt_set_dif_tags(cmd, crc_ctx_pkt, &fw_prot_opts); in qlt_build_ctio_crc2_pkt()3184 cur_dsd = &crc_ctx_pkt->u.nobundling.data_dsd[0]; in qlt_build_ctio_crc2_pkt()3191 crc_ctx_pkt->u.bundling.dif_byte_count = cpu_to_le32(dif_bytes); in qlt_build_ctio_crc2_pkt()3192 crc_ctx_pkt->u.bundling.dseg_count = in qlt_build_ctio_crc2_pkt()[all …]