Lines Matching defs:ioadl64
653 cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, i.ioadl64));
1031 struct ipr_ioadl64_desc *ioadl64 = ipr_cmd->i.ioadl64;
1036 ioadl64->flags = cpu_to_be32(flags);
1037 ioadl64->data_len = cpu_to_be32(len);
1038 ioadl64->address = cpu_to_be64(dma_addr);
3965 struct ipr_ioadl64_desc *ioadl64 = ipr_cmd->i.ioadl64;
3977 ioadl64[i].flags = cpu_to_be32(IPR_IOADL_FLAGS_WRITE);
3978 ioadl64[i].data_len = cpu_to_be32(sg_dma_len(sg));
3979 ioadl64[i].address = cpu_to_be64(sg_dma_address(sg));
3982 ioadl64[i-1].flags |= cpu_to_be32(IPR_IOADL_FLAGS_LAST);
5942 struct ipr_ioadl64_desc *ioadl64 = ipr_cmd->i.ioadl64;
5968 ioadl64[i].flags = cpu_to_be32(ioadl_flags);
5969 ioadl64[i].data_len = cpu_to_be32(sg_dma_len(sg));
5970 ioadl64[i].address = cpu_to_be64(sg_dma_address(sg));
5973 ioadl64[i-1].flags |= cpu_to_be32(IPR_IOADL_FLAGS_LAST);
6118 cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, i.ioadl64));
6922 struct ipr_ioadl64_desc *ioadl64 = ipr_cmd->i.ata_ioadl.ioadl64;
6942 cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, i.ata_ioadl.ioadl64));
6945 ioadl64->flags = cpu_to_be32(ioadl_flags);
6946 ioadl64->data_len = cpu_to_be32(sg_dma_len(sg));
6947 ioadl64->address = cpu_to_be64(sg_dma_address(sg));
6949 last_ioadl64 = ioadl64;
6950 ioadl64++;
9727 cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, i.ioadl64));