Home
last modified time | relevance | path

Searched refs:adminqcq (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.c306 pdsc_qcq_free(pdsc, &pdsc->adminqcq); in pdsc_core_uninit()
337 0, &pdsc->adminqcq); in pdsc_core_init()
350 cidi.adminq_q_base = cpu_to_le64(pdsc->adminqcq.q_base_pa); in pdsc_core_init()
351 cidi.adminq_cq_base = cpu_to_le64(pdsc->adminqcq.cq_base_pa); in pdsc_core_init()
354 cidi.intr_index = cpu_to_le16(pdsc->adminqcq.intx); in pdsc_core_init()
355 cidi.adminq_ring_size = ilog2(pdsc->adminqcq.q.num_descs); in pdsc_core_init()
387 pdsc->adminqcq.q.hw_type = cido.adminq_hw_type; in pdsc_core_init()
388 pdsc->adminqcq.q.hw_index = le32_to_cpu(cido.adminq_hw_index); in pdsc_core_init()
389 pdsc->adminqcq.q.dbval = PDS_CORE_DBELL_QID(pdsc->adminqcq.q.hw_index); in pdsc_core_init()
476 if (pdsc->adminqcq.work.func) in pdsc_teardown()
[all …]
H A Dadminq.c155 qcq = &pdsc->adminqcq; in pdsc_adminq_isr()
253 wc.qcq = &pdsc->adminqcq; in pdsc_adminq_post()
254 index = __pdsc_adminq_post(pdsc, &pdsc->adminqcq, cmd, comp, &wc); in pdsc_adminq_post()
H A Dcore.h196 struct pdsc_qcq adminqcq; member
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_main.c199 if (!lif->adminqcq) { in ionic_adminq_flush()
204 q = &lif->adminqcq->q; in ionic_adminq_flush()
377 if (!lif->adminqcq) { in ionic_adminq_post()
382 q = &lif->adminqcq->q; in ionic_adminq_post()
H A Dionic_lif.c454 struct ionic_qcq *adminqcq; in ionic_qcqs_free() local
463 if (lif->adminqcq) { in ionic_qcqs_free()
465 adminqcq = READ_ONCE(lif->adminqcq); in ionic_qcqs_free()
466 lif->adminqcq = NULL; in ionic_qcqs_free()
468 if (adminqcq) { in ionic_qcqs_free()
469 ionic_qcq_free(lif, adminqcq); in ionic_qcqs_free()
470 devm_kfree(dev, adminqcq); in ionic_qcqs_free()
769 lif->kern_pid, NULL, &lif->adminqcq); in ionic_qcqs_alloc()
772 ionic_debugfs_add_qcq(lif, lif->adminqcq); in ionic_qcqs_alloc()
788 ionic_link_qcq_interrupts(lif->adminqcq, lif->notifyqcq); in ionic_qcqs_alloc()
[all …]
H A Dionic_dev.c109 ionic_napi_schedule_do_softirq(&lif->adminqcq->napi); in ionic_doorbell_check_dwork()
176 cpu = ionic_get_preferred_cpu(ionic, &ionic->lif->adminqcq->intr); in ionic_queue_doorbell_check()
H A Dionic_lif.h192 struct ionic_qcq *adminqcq; member