Home
last modified time | relevance | path

Searched refs:resp_slot (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cmd.c69 memcpy(resp, dev->resp_slot, sizeof(*resp)); in pvrdma_cmd_recv()
H A Dpvrdma_main.c602 if (dev->resp_slot) in pvrdma_free_slots()
603 dma_free_coherent(&pdev->dev, PAGE_SIZE, dev->resp_slot, in pvrdma_free_slots()
919 dev->resp_slot = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in pvrdma_pci_probe()
921 if (!dev->resp_slot) { in pvrdma_pci_probe()
H A Dpvrdma.h211 void *resp_slot; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cmd.c69 memcpy(resp, dev->resp_slot, sizeof(*resp)); in pvrdma_cmd_recv()
H A Dpvrdma_main.c574 if (dev->resp_slot) in pvrdma_free_slots()
575 dma_free_coherent(&pdev->dev, PAGE_SIZE, dev->resp_slot, in pvrdma_free_slots()
881 dev->resp_slot = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in pvrdma_pci_probe()
883 if (!dev->resp_slot) { in pvrdma_pci_probe()
H A Dpvrdma.h211 void *resp_slot; member

Completed in 7 milliseconds