Lines Matching refs:temp64
1587 u64 temp64; in hpsa_map_sg_chain_block() local
1596 temp64 = pci_map_single(h->pdev, chain_block, chain_len, in hpsa_map_sg_chain_block()
1598 if (dma_mapping_error(&h->pdev->dev, temp64)) { in hpsa_map_sg_chain_block()
1603 chain_sg->Addr = cpu_to_le64(temp64); in hpsa_map_sg_chain_block()
4669 union u64bit temp64; in cmd_alloc() local
4718 temp64.val = (u64) err_dma_handle; in cmd_alloc()
4887 u64 temp64; in hpsa_passthru_ioctl() local
4939 temp64 = pci_map_single(h->pdev, buff, in hpsa_passthru_ioctl()
4941 if (dma_mapping_error(&h->pdev->dev, (dma_addr_t) temp64)) { in hpsa_passthru_ioctl()
4947 c->SG[0].Addr = cpu_to_le64(temp64); in hpsa_passthru_ioctl()
4984 u64 temp64; in hpsa_big_passthru_ioctl() local
5064 temp64 = pci_map_single(h->pdev, buff[i], in hpsa_big_passthru_ioctl()
5067 (dma_addr_t) temp64)) { in hpsa_big_passthru_ioctl()
5075 c->SG[i].Addr = cpu_to_le64(temp64); in hpsa_big_passthru_ioctl()