Searched refs:cmd_slot (Results 1 – 7 of 7) sorted by relevance
97 memcpy(dev->cmd_slot, req, sizeof(*req)); in pvrdma_cmd_post()
606 if (dev->cmd_slot) in pvrdma_free_slots()607 dma_free_coherent(&pdev->dev, PAGE_SIZE, dev->cmd_slot, in pvrdma_free_slots()887 dev->cmd_slot = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in pvrdma_pci_probe()889 if (!dev->cmd_slot) { in pvrdma_pci_probe()
210 void *cmd_slot; member
1161 u_int cmd_slot; in qlogicpti_intr_handler() local1170 cmd_slot = sts->handle; in qlogicpti_intr_handler()1171 Cmnd = qpti->cmd_slots[cmd_slot]; in qlogicpti_intr_handler()1172 qpti->cmd_slots[cmd_slot] = NULL; in qlogicpti_intr_handler()
1360 pp->cmd_slot[tag].opts = cpu_to_le32(opts); in ahci_fill_cmd_slot()1361 pp->cmd_slot[tag].status = 0; in ahci_fill_cmd_slot()1362 pp->cmd_slot[tag].tbl_addr = cpu_to_le32(cmd_tbl_dma & 0xffffffff); in ahci_fill_cmd_slot()1363 pp->cmd_slot[tag].tbl_addr_hi = cpu_to_le32((cmd_tbl_dma >> 16) >> 16); in ahci_fill_cmd_slot()2536 pp->cmd_slot = mem; in ahci_port_start()
317 pp->cmd_slot = mem; in acard_ahci_port_start()
309 struct ahci_cmd_hdr *cmd_slot; member
Completed in 25 milliseconds