Home
last modified time | relevance | path

Searched refs:command_dma (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h303 dma_addr_t command_dma; /* corresponding physical address */ member
H A Dmtip32xx.c2100 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()
3286 hdr->ctba = cpu_to_le32(cmd->command_dma & 0xFFFFFFFF); in mtip_issue_reserved_cmd()
3288 hdr->ctbau = cpu_to_le32((cmd->command_dma >> 16) >> 16); in mtip_issue_reserved_cmd()
3342 cmd->command_dma); in mtip_free_cmd()
3352 &cmd->command_dma, GFP_KERNEL); in mtip_init_cmd()
/openbmc/linux/drivers/scsi/
H A Dips.c4308 dma_addr_t command_dma, sg_dma; in ips_allocatescbs() local
4315 &command_dma, GFP_KERNEL); in ips_allocatescbs()
4324 command_dma); in ips_allocatescbs()
4332 scb_p->scb_busaddr = command_dma + sizeof (ips_scb_t) * i; in ips_allocatescbs()
4561 dma_addr_t command_dma; in ips_flush_and_reset() local
4565 &command_dma, GFP_KERNEL); in ips_flush_and_reset()
4569 scb->scb_busaddr = command_dma; in ips_flush_and_reset()
4600 dma_free_coherent(&ha->pcidev->dev, sizeof(ips_scb_t), scb, command_dma); in ips_flush_and_reset()