Home
last modified time | relevance | path

Searched refs:cnq_array (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/qedr/
A Dmain.c319 kfree(dev->cnq_array); in qedr_free_resources()
357 dev->cnq_array = kcalloc(dev->num_cnq, in qedr_alloc_resources()
358 sizeof(*dev->cnq_array), GFP_KERNEL); in qedr_alloc_resources()
359 if (!dev->cnq_array) { in qedr_alloc_resources()
371 cnq = &dev->cnq_array[i]; in qedr_alloc_resources()
402 kfree(dev->cnq_array); in qedr_alloc_resources()
504 free_irq(vector, &dev->cnq_array[i]); in qedr_sync_free_irqs()
526 qedr_irq_handler, 0, dev->cnq_array[i].name, in qedr_req_msix_irqs()
527 &dev->cnq_array[i]); in qedr_req_msix_irqs()
534 dev->cnq_array[i].name, i, in qedr_req_msix_irqs()
[all …]
A Dqedr.h141 struct qedr_cnq *cnq_array; member

Completed in 10 milliseconds