Lines Matching refs:cnq_array
316 dev->ops->common->chain_free(dev->cdev, &dev->cnq_array[i].pbl); in qedr_free_resources()
319 kfree(dev->cnq_array); in qedr_free_resources()
361 dev->cnq_array = kcalloc(dev->num_cnq, in qedr_alloc_resources()
362 sizeof(*dev->cnq_array), GFP_KERNEL); in qedr_alloc_resources()
363 if (!dev->cnq_array) { in qedr_alloc_resources()
375 cnq = &dev->cnq_array[i]; in qedr_alloc_resources()
403 dev->ops->common->chain_free(dev->cdev, &dev->cnq_array[i].pbl); in qedr_alloc_resources()
406 kfree(dev->cnq_array); in qedr_alloc_resources()
510 free_irq(vector, &dev->cnq_array[i]); in qedr_sync_free_irqs()
532 qedr_irq_handler, 0, dev->cnq_array[i].name, in qedr_req_msix_irqs()
533 &dev->cnq_array[i]); in qedr_req_msix_irqs()
540 dev->cnq_array[i].name, i, in qedr_req_msix_irqs()
541 &dev->cnq_array[i]); in qedr_req_msix_irqs()
802 page_cnt = qed_chain_get_page_cnt(&dev->cnq_array[i].pbl); in qedr_init_hw()
805 p_phys_table = qed_chain_get_pbl_phys(&dev->cnq_array[i].pbl); in qedr_init_hw()