Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/mtip32xx/
Dmtip32xx.h305 dma_addr_t command_dma; /* corresponding physical address */ member
Dmtip32xx.c2112 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()
3460 hdr->ctba = cpu_to_le32(cmd->command_dma & 0xFFFFFFFF); in mtip_issue_reserved_cmd()
3462 hdr->ctbau = cpu_to_le32((cmd->command_dma >> 16) >> 16); in mtip_issue_reserved_cmd()
3516 cmd->command_dma); in mtip_free_cmd()
3526 &cmd->command_dma, GFP_KERNEL); in mtip_init_cmd()
/Linux-v5.10/drivers/scsi/
Dips.c4305 dma_addr_t command_dma, sg_dma; in ips_allocatescbs() local
4312 &command_dma, GFP_KERNEL); in ips_allocatescbs()
4321 command_dma); in ips_allocatescbs()
4329 scb_p->scb_busaddr = command_dma + sizeof (ips_scb_t) * i; in ips_allocatescbs()
4558 dma_addr_t command_dma; in ips_flush_and_reset() local
4562 &command_dma, GFP_KERNEL); in ips_flush_and_reset()
4566 scb->scb_busaddr = command_dma; in ips_flush_and_reset()
4597 dma_free_coherent(&ha->pcidev->dev, sizeof(ips_scb_t), scb, command_dma); in ips_flush_and_reset()