Lines Matching refs:cnq_array
315 dev->ops->common->chain_free(dev->cdev, &dev->cnq_array[i].pbl); in qedr_free_resources()
318 kfree(dev->cnq_array); in qedr_free_resources()
351 dev->cnq_array = kcalloc(dev->num_cnq, in qedr_alloc_resources()
352 sizeof(*dev->cnq_array), GFP_KERNEL); in qedr_alloc_resources()
353 if (!dev->cnq_array) { in qedr_alloc_resources()
363 cnq = &dev->cnq_array[i]; in qedr_alloc_resources()
396 dev->ops->common->chain_free(dev->cdev, &dev->cnq_array[i].pbl); in qedr_alloc_resources()
399 kfree(dev->cnq_array); in qedr_alloc_resources()
530 free_irq(vector, &dev->cnq_array[i]); in qedr_sync_free_irqs()
550 qedr_irq_handler, 0, dev->cnq_array[i].name, in qedr_req_msix_irqs()
551 &dev->cnq_array[i]); in qedr_req_msix_irqs()
558 dev->cnq_array[i].name, i, in qedr_req_msix_irqs()
559 &dev->cnq_array[i]); in qedr_req_msix_irqs()
808 page_cnt = qed_chain_get_page_cnt(&dev->cnq_array[i].pbl); in qedr_init_hw()
811 p_phys_table = qed_chain_get_pbl_phys(&dev->cnq_array[i].pbl); in qedr_init_hw()