Searched refs:command_dma (Results 1 – 3 of 3) sorted by relevance
303 dma_addr_t command_dma; /* corresponding physical address */ member
2103 hdr->ctba = cpu_to_le32(command->command_dma & 0xFFFFFFFF); in mtip_hw_submit_io()2105 hdr->ctbau = cpu_to_le32((command->command_dma >> 16) >> 16); in mtip_hw_submit_io()3281 hdr->ctba = cpu_to_le32(cmd->command_dma & 0xFFFFFFFF); in mtip_issue_reserved_cmd()3283 hdr->ctbau = cpu_to_le32((cmd->command_dma >> 16) >> 16); in mtip_issue_reserved_cmd()3339 cmd->command_dma); in mtip_free_cmd()3349 &cmd->command_dma, GFP_KERNEL); in mtip_init_cmd()
4291 dma_addr_t command_dma, sg_dma; in ips_allocatescbs() local4298 &command_dma, GFP_KERNEL); in ips_allocatescbs()4307 command_dma); in ips_allocatescbs()4315 scb_p->scb_busaddr = command_dma + sizeof (ips_scb_t) * i; in ips_allocatescbs()4544 dma_addr_t command_dma; in ips_flush_and_reset() local4548 &command_dma, GFP_KERNEL); in ips_flush_and_reset()4552 scb->scb_busaddr = command_dma; in ips_flush_and_reset()4583 dma_free_coherent(&ha->pcidev->dev, sizeof(ips_scb_t), scb, command_dma); in ips_flush_and_reset()