Searched refs:command_dma (Results 1 – 3 of 3) sorted by relevance
303 dma_addr_t command_dma; /* corresponding physical address */ member
2100 hdr->ctba = cpu_to_le32(command->command_dma & 0xFFFFFFFF); in mtip_hw_submit_io()2102 hdr->ctbau = cpu_to_le32((command->command_dma >> 16) >> 16); in mtip_hw_submit_io()3271 hdr->ctba = cpu_to_le32(cmd->command_dma & 0xFFFFFFFF); in mtip_issue_reserved_cmd()3273 hdr->ctbau = cpu_to_le32((cmd->command_dma >> 16) >> 16); in mtip_issue_reserved_cmd()3327 cmd->command_dma); in mtip_free_cmd()3337 &cmd->command_dma, GFP_KERNEL); in mtip_init_cmd()
4290 dma_addr_t command_dma, sg_dma; in ips_allocatescbs() local4297 &command_dma, GFP_KERNEL); in ips_allocatescbs()4306 command_dma); in ips_allocatescbs()4314 scb_p->scb_busaddr = command_dma + sizeof (ips_scb_t) * i; in ips_allocatescbs()4543 dma_addr_t command_dma; in ips_flush_and_reset() local4547 &command_dma, GFP_KERNEL); in ips_flush_and_reset()4551 scb->scb_busaddr = command_dma; in ips_flush_and_reset()4582 dma_free_coherent(&ha->pcidev->dev, sizeof(ips_scb_t), scb, command_dma); in ips_flush_and_reset()