Lines Matching defs:ceq
101 * irdma_process_ceq - handle ceq for completions
103 * @ceq: ceq having cq for completion
105 static void irdma_process_ceq(struct irdma_pci_f *rf, struct irdma_ceq *ceq)
112 sc_ceq = &ceq->sc_ceq;
114 spin_lock_irqsave(&ceq->ce_lock, flags);
117 spin_unlock_irqrestore(&ceq->ce_lock, flags);
124 spin_unlock_irqrestore(&ceq->ce_lock, flags);
443 * irdma_dpc - tasklet for aeq and ceq 0
542 * irdma_ceq_handler - interrupt handler for ceq
544 * @data: ceq pointer
564 * The function is called when destroying aeq/ceq
658 * irdma_destroy_ceq - destroy ceq
660 * @iwceq: ceq to be destroyed
662 * Issue a destroy ceq request and
663 * free the resources associated with the ceq
690 * irdma_del_ceq_0 - destroy ceq 0
693 * Disable the ceq 0 interrupt and destroy the ceq 0
717 * irdma_del_ceqs - destroy all ceq's except CEQ 0
720 * Go through all of the device ceq's, except 0, and for each
721 * ceq disable the ceq interrupt and destroy the ceq
1107 * ceq
1109 * @iwceq: ceq associated with the vector
1140 ibdev_dbg(&rf->iwdev->ibdev, "ERR: ceq irq config fail\n");
1182 * @iwceq: pointer to the ceq resources to be created
1186 * Return 0, if the ceq and the resources associated with it
1238 * Create the ceq 0 and configure it's msix interrupt vector
1259 ibdev_dbg(&rf->iwdev->ibdev, "ERR: create ceq status = %d\n",
1290 * irdma_setup_ceqs - manage the device ceq's and their interrupt resources
1295 * Create the ceq's and configure their msix interrupt vectors
1314 "ERR: create ceq status = %d\n", status);