Lines Matching refs:cnq_array
346 dev->ops->common->chain_free(dev->cdev, &dev->cnq_array[i].pbl); in qedr_free_resources()
349 kfree(dev->cnq_array); in qedr_free_resources()
391 dev->cnq_array = kcalloc(dev->num_cnq, in qedr_alloc_resources()
392 sizeof(*dev->cnq_array), GFP_KERNEL); in qedr_alloc_resources()
393 if (!dev->cnq_array) { in qedr_alloc_resources()
405 cnq = &dev->cnq_array[i]; in qedr_alloc_resources()
433 dev->ops->common->chain_free(dev->cdev, &dev->cnq_array[i].pbl); in qedr_alloc_resources()
436 kfree(dev->cnq_array); in qedr_alloc_resources()
541 free_irq(vector, &dev->cnq_array[i]); in qedr_sync_free_irqs()
563 qedr_irq_handler, 0, dev->cnq_array[i].name, in qedr_req_msix_irqs()
564 &dev->cnq_array[i]); in qedr_req_msix_irqs()
571 dev->cnq_array[i].name, i, in qedr_req_msix_irqs()
572 &dev->cnq_array[i]); in qedr_req_msix_irqs()
832 page_cnt = qed_chain_get_page_cnt(&dev->cnq_array[i].pbl); in qedr_init_hw()
835 p_phys_table = qed_chain_get_pbl_phys(&dev->cnq_array[i].pbl); in qedr_init_hw()