Lines Matching refs:cnq_array
317 dev->ops->common->chain_free(dev->cdev, &dev->cnq_array[i].pbl); in qedr_free_resources()
320 kfree(dev->cnq_array); in qedr_free_resources()
358 dev->cnq_array = kcalloc(dev->num_cnq, in qedr_alloc_resources()
359 sizeof(*dev->cnq_array), GFP_KERNEL); in qedr_alloc_resources()
360 if (!dev->cnq_array) { in qedr_alloc_resources()
372 cnq = &dev->cnq_array[i]; in qedr_alloc_resources()
400 dev->ops->common->chain_free(dev->cdev, &dev->cnq_array[i].pbl); in qedr_alloc_resources()
403 kfree(dev->cnq_array); in qedr_alloc_resources()
505 free_irq(vector, &dev->cnq_array[i]); in qedr_sync_free_irqs()
527 qedr_irq_handler, 0, dev->cnq_array[i].name, in qedr_req_msix_irqs()
528 &dev->cnq_array[i]); in qedr_req_msix_irqs()
535 dev->cnq_array[i].name, i, in qedr_req_msix_irqs()
536 &dev->cnq_array[i]); in qedr_req_msix_irqs()
797 page_cnt = qed_chain_get_page_cnt(&dev->cnq_array[i].pbl); in qedr_init_hw()
800 p_phys_table = qed_chain_get_pbl_phys(&dev->cnq_array[i].pbl); in qedr_init_hw()