Searched refs:resp_slot (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_cmd.c | 69 memcpy(resp, dev->resp_slot, sizeof(*resp)); in pvrdma_cmd_recv()
|
H A D | pvrdma_main.c | 602 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 D | pvrdma.h | 211 void *resp_slot; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_cmd.c | 69 memcpy(resp, dev->resp_slot, sizeof(*resp)); in pvrdma_cmd_recv()
|
H A D | pvrdma_main.c | 574 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 D | pvrdma.h | 211 void *resp_slot; member
|
Completed in 7 milliseconds