• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/

Lines Matching defs:cur_dsd

200 	uint32_t	*cur_dsd;
223 cur_dsd = (uint32_t *)&cmd_pkt->dseg_0_address;
236 cur_dsd = (uint32_t *)&cont_pkt->dseg_0_address;
240 *cur_dsd++ = cpu_to_le32(sg_dma_address(sg));
241 *cur_dsd++ = cpu_to_le32(sg_dma_len(sg));
258 uint32_t *cur_dsd;
281 cur_dsd = (uint32_t *)&cmd_pkt->dseg_0_address;
295 cur_dsd = (uint32_t *)cont_pkt->dseg_0_address;
300 *cur_dsd++ = cpu_to_le32(LSD(sle_dma));
301 *cur_dsd++ = cpu_to_le32(MSD(sle_dma));
302 *cur_dsd++ = cpu_to_le32(sg_dma_len(sg));
619 uint32_t *cur_dsd;
656 cur_dsd = (uint32_t *)&cmd_pkt->dseg_0_address;
671 cur_dsd = (uint32_t *)cont_pkt->dseg_0_address;
676 *cur_dsd++ = cpu_to_le32(LSD(sle_dma));
677 *cur_dsd++ = cpu_to_le32(MSD(sle_dma));
678 *cur_dsd++ = cpu_to_le32(sg_dma_len(sg));
793 uint32_t *cur_dsd = dsd;
834 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma));
835 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma));
836 *cur_dsd++ = dsd_list_len;
837 cur_dsd = (uint32_t *)next_dsd;
841 " len =%d\n", __func__ , cur_dsd, i, LSD(sle_dma),
843 *cur_dsd++ = cpu_to_le32(LSD(sle_dma));
844 *cur_dsd++ = cpu_to_le32(MSD(sle_dma));
845 *cur_dsd++ = cpu_to_le32(sg_dma_len(sg));
855 *cur_dsd++ = 0;
856 *cur_dsd++ = 0;
857 *cur_dsd++ = 0;
873 uint32_t *cur_dsd = dsd;
915 *cur_dsd++ = cpu_to_le32(LSD(dsd_ptr->dsd_list_dma));
916 *cur_dsd++ = cpu_to_le32(MSD(dsd_ptr->dsd_list_dma));
917 *cur_dsd++ = dsd_list_len;
918 cur_dsd = (uint32_t *)next_dsd;
924 "0x%x, len =%d\n", __func__ , cur_dsd, i,
927 *cur_dsd++ = cpu_to_le32(LSD(sle_dma));
928 *cur_dsd++ = cpu_to_le32(MSD(sle_dma));
929 *cur_dsd++ = cpu_to_le32(sg_dma_len(sg));
939 *cur_dsd++ = 0;
940 *cur_dsd++ = 0;
941 *cur_dsd++ = 0;
957 uint32_t *cur_dsd, *fcp_dl;
1094 cur_dsd = (uint32_t *) &crc_ctx_pkt->u.nobundling.data_address;
1104 cur_dsd = (uint32_t *) &crc_ctx_pkt->u.bundling.data_address;
1133 if (qla24xx_walk_and_build_sglist(ha, sp, cur_dsd,
1142 cur_dsd = (uint32_t *) &crc_ctx_pkt->u.bundling.dif_address;
1143 if (qla24xx_walk_and_build_prot_sglist(ha, sp, cur_dsd,
1799 uint32_t *cur_dsd;
1840 cur_dsd = (uint32_t *)ct_iocb->dseg_rsp_address;
1855 cur_dsd = (uint32_t *) cont_pkt->dseg_0_address;
1862 *cur_dsd++ = cpu_to_le32(LSD(sle_dma));
1863 *cur_dsd++ = cpu_to_le32(MSD(sle_dma));
1864 *cur_dsd++ = cpu_to_le32(sg_dma_len(sg));
1875 uint32_t *cur_dsd;
1911 cur_dsd = (uint32_t *)ct_iocb->dseg_1_address;
1926 cur_dsd = (uint32_t *) cont_pkt->dseg_0_address;
1933 *cur_dsd++ = cpu_to_le32(LSD(sle_dma));
1934 *cur_dsd++ = cpu_to_le32(MSD(sle_dma));
1935 *cur_dsd++ = cpu_to_le32(sg_dma_len(sg));