Searched refs:command_dma (Results 1 – 3 of 3) sorted by relevance
305 dma_addr_t command_dma; /* corresponding physical address */ member
2112 hdr->ctba = cpu_to_le32(command->command_dma & 0xFFFFFFFF); in mtip_hw_submit_io()2114 hdr->ctbau = cpu_to_le32((command->command_dma >> 16) >> 16); in mtip_hw_submit_io()3420 hdr->ctba = cpu_to_le32(cmd->command_dma & 0xFFFFFFFF); in mtip_issue_reserved_cmd()3422 hdr->ctbau = cpu_to_le32((cmd->command_dma >> 16) >> 16); in mtip_issue_reserved_cmd()3476 cmd->command_dma); in mtip_free_cmd()3486 &cmd->command_dma, GFP_KERNEL); in mtip_init_cmd()
4312 dma_addr_t command_dma, sg_dma; in ips_allocatescbs() local4319 &command_dma, GFP_KERNEL); in ips_allocatescbs()4328 command_dma); in ips_allocatescbs()4336 scb_p->scb_busaddr = command_dma + sizeof (ips_scb_t) * i; in ips_allocatescbs()4565 dma_addr_t command_dma; in ips_flush_and_reset() local4569 &command_dma, GFP_KERNEL); in ips_flush_and_reset()4573 scb->scb_busaddr = command_dma; in ips_flush_and_reset()4604 dma_free_coherent(&ha->pcidev->dev, sizeof(ips_scb_t), scb, command_dma); in ips_flush_and_reset()