Lines Matching refs:nqcq
821 struct ionic_notify_qcq *nqcq; in ionic_notify_qcq_alloc() local
837 (struct ionic_qcq **)&nqcq); in ionic_notify_qcq_alloc()
841 err = ionic_intr_alloc(lif, &nqcq->intr); in ionic_notify_qcq_alloc()
843 ionic_qcq_free(&nqcq->qcq); in ionic_notify_qcq_alloc()
847 ionic_intr_mask_assert(idev->intr_ctrl, nqcq->intr.index, in ionic_notify_qcq_alloc()
850 lif->notifyqcq = nqcq; in ionic_notify_qcq_alloc()
1184 struct ionic_notify_qcq *nqcq = lif->notifyqcq; in ionic_lif_notifyq_deinit() local
1187 if (!(nqcq->flags & IONIC_QCQ_F_INITED)) in ionic_lif_notifyq_deinit()
1190 ionic_intr_mask(idev->intr_ctrl, nqcq->intr.index, in ionic_lif_notifyq_deinit()
1193 nqcq->flags &= ~IONIC_QCQ_F_INITED; in ionic_lif_notifyq_deinit()
1309 struct ionic_notify_qcq *nqcq = lif->notifyqcq; in ionic_notifyq_handler() local
1312 if (!(nqcq->flags & IONIC_QCQ_F_INITED)) { in ionic_notifyq_handler()
1317 ionic_intr_mask(idev->intr_ctrl, nqcq->intr.index, in ionic_notifyq_handler()
1320 work_done = ionic_qcq_service(&nqcq->qcq, budget, in ionic_notifyq_handler()
1326 ionic_intr_credits(idev->intr_ctrl, nqcq->intr.index, in ionic_notifyq_handler()
1329 ionic_intr_mask(idev->intr_ctrl, nqcq->intr.index, in ionic_notifyq_handler()
1368 struct ionic_notify_qcq *nqcq = lif->notifyqcq; in ionic_lif_notifyq_init() local
1369 struct ionic_queue *q = &nqcq->qcq.q; in ionic_lif_notifyq_init()
1379 .intr_index = rte_cpu_to_le_16(nqcq->intr.index), in ionic_lif_notifyq_init()
1405 ionic_intr_mask(idev->intr_ctrl, nqcq->intr.index, in ionic_lif_notifyq_init()
1408 nqcq->flags |= IONIC_QCQ_F_INITED; in ionic_lif_notifyq_init()