Lines Matching defs:ioadl64
647 cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, i.ioadl64));
978 struct ipr_ioadl64_desc *ioadl64 = ipr_cmd->i.ioadl64;
983 ioadl64->flags = cpu_to_be32(flags);
984 ioadl64->data_len = cpu_to_be32(len);
985 ioadl64->address = cpu_to_be64(dma_addr);
3871 struct ipr_ioadl64_desc *ioadl64 = ipr_cmd->i.ioadl64;
3883 ioadl64[i].flags = cpu_to_be32(IPR_IOADL_FLAGS_WRITE);
3884 ioadl64[i].data_len = cpu_to_be32(sg_dma_len(sg));
3885 ioadl64[i].address = cpu_to_be64(sg_dma_address(sg));
3888 ioadl64[i-1].flags |= cpu_to_be32(IPR_IOADL_FLAGS_LAST);
5623 struct ipr_ioadl64_desc *ioadl64 = ipr_cmd->i.ioadl64;
5649 ioadl64[i].flags = cpu_to_be32(ioadl_flags);
5650 ioadl64[i].data_len = cpu_to_be32(sg_dma_len(sg));
5651 ioadl64[i].address = cpu_to_be64(sg_dma_address(sg));
5654 ioadl64[i-1].flags |= cpu_to_be32(IPR_IOADL_FLAGS_LAST);
5799 cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, i.ioadl64));
8951 cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, i.ioadl64));