Home
last modified time | relevance | path

Searched refs:cmd_slot (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_cmd.c97 memcpy(dev->cmd_slot, req, sizeof(*req)); in pvrdma_cmd_post()
Dpvrdma_main.c611 if (dev->cmd_slot) in pvrdma_free_slots()
612 dma_free_coherent(&pdev->dev, PAGE_SIZE, dev->cmd_slot, in pvrdma_free_slots()
909 dev->cmd_slot = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in pvrdma_pci_probe()
911 if (!dev->cmd_slot) { in pvrdma_pci_probe()
Dpvrdma.h210 void *cmd_slot; member
/Linux-v4.19/drivers/scsi/
Dqlogicpti.c1149 u_int cmd_slot; in qlogicpti_intr_handler() local
1158 cmd_slot = sts->handle; in qlogicpti_intr_handler()
1159 Cmnd = qpti->cmd_slots[cmd_slot]; in qlogicpti_intr_handler()
1160 qpti->cmd_slots[cmd_slot] = NULL; in qlogicpti_intr_handler()
/Linux-v4.19/drivers/ata/
Dahci.h314 struct ahci_cmd_hdr *cmd_slot; member
Dlibahci.c1307 pp->cmd_slot[tag].opts = cpu_to_le32(opts); in ahci_fill_cmd_slot()
1308 pp->cmd_slot[tag].status = 0; in ahci_fill_cmd_slot()
1309 pp->cmd_slot[tag].tbl_addr = cpu_to_le32(cmd_tbl_dma & 0xffffffff); in ahci_fill_cmd_slot()
1310 pp->cmd_slot[tag].tbl_addr_hi = cpu_to_le32((cmd_tbl_dma >> 16) >> 16); in ahci_fill_cmd_slot()
2390 pp->cmd_slot = mem; in ahci_port_start()
Dacard-ahci.c369 pp->cmd_slot = mem; in acard_ahci_port_start()