Searched refs:cmd_slot (Results 1 – 7 of 7) sorted by relevance
97 memcpy(dev->cmd_slot, req, sizeof(*req)); in pvrdma_cmd_post()
577 if (dev->cmd_slot) in pvrdma_free_slots()578 dma_free_coherent(&pdev->dev, PAGE_SIZE, dev->cmd_slot, in pvrdma_free_slots()871 dev->cmd_slot = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in pvrdma_pci_probe()873 if (!dev->cmd_slot) { in pvrdma_pci_probe()
210 void *cmd_slot; member
1160 u_int cmd_slot; in qlogicpti_intr_handler() local1169 cmd_slot = sts->handle; in qlogicpti_intr_handler()1170 Cmnd = qpti->cmd_slots[cmd_slot]; in qlogicpti_intr_handler()1171 qpti->cmd_slots[cmd_slot] = NULL; in qlogicpti_intr_handler()
309 struct ahci_cmd_hdr *cmd_slot; member
319 pp->cmd_slot = mem; in acard_ahci_port_start()
1351 pp->cmd_slot[tag].opts = cpu_to_le32(opts); in ahci_fill_cmd_slot()1352 pp->cmd_slot[tag].status = 0; in ahci_fill_cmd_slot()1353 pp->cmd_slot[tag].tbl_addr = cpu_to_le32(cmd_tbl_dma & 0xffffffff); in ahci_fill_cmd_slot()1354 pp->cmd_slot[tag].tbl_addr_hi = cpu_to_le32((cmd_tbl_dma >> 16) >> 16); in ahci_fill_cmd_slot()2427 pp->cmd_slot = mem; in ahci_port_start()