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()
387 dev->cnq_array = kcalloc(dev->num_cnq, in qedr_alloc_resources()
388 sizeof(*dev->cnq_array), GFP_KERNEL); in qedr_alloc_resources()
389 if (!dev->cnq_array) { in qedr_alloc_resources()
401 cnq = &dev->cnq_array[i]; in qedr_alloc_resources()
429 dev->ops->common->chain_free(dev->cdev, &dev->cnq_array[i].pbl); in qedr_alloc_resources()
432 kfree(dev->cnq_array); in qedr_alloc_resources()
534 free_irq(vector, &dev->cnq_array[i]); in qedr_sync_free_irqs()
556 qedr_irq_handler, 0, dev->cnq_array[i].name, in qedr_req_msix_irqs()
557 &dev->cnq_array[i]); in qedr_req_msix_irqs()
564 dev->cnq_array[i].name, i, in qedr_req_msix_irqs()
565 &dev->cnq_array[i]); in qedr_req_msix_irqs()
825 page_cnt = qed_chain_get_page_cnt(&dev->cnq_array[i].pbl); in qedr_init_hw()
828 p_phys_table = qed_chain_get_pbl_phys(&dev->cnq_array[i].pbl); in qedr_init_hw()