Searched refs:notifyqcq (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/amd/pds_core/ |
H A D | core.c | 321 cidi.notifyq_cq_base = cpu_to_le64(pdsc->notifyqcq.cq.base_pa); in pdsc_core_init() 325 cidi.notifyq_ring_size = ilog2(pdsc->notifyqcq.q.num_descs); in pdsc_core_init() 359 pdsc->notifyqcq.q.hw_type = cido.notifyq_hw_type; in pdsc_core_init() 360 pdsc->notifyqcq.q.hw_index = le32_to_cpu(cido.notifyq_hw_index); in pdsc_core_init() 361 pdsc->notifyqcq.q.dbval = PDS_CORE_DBELL_QID(pdsc->notifyqcq.q.hw_index); in pdsc_core_init() 432 0, &pdsc->notifyqcq); in pdsc_setup() 437 pdsc->notifyqcq.intx = pdsc->adminqcq.intx; in pdsc_setup() 469 pdsc_qcq_free(pdsc, &pdsc->notifyqcq); in pdsc_teardown()
|
H A D | core.h | 197 struct pdsc_qcq notifyqcq; member
|
H A D | adminq.c | 95 nq_work = pdsc_process_notifyq(&pdsc->notifyqcq); in pdsc_process_adminq()
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 441 if (lif->notifyqcq) { in ionic_qcqs_free() 442 ionic_qcq_free(lif, lif->notifyqcq); in ionic_qcqs_free() 443 devm_kfree(dev, lif->notifyqcq); in ionic_qcqs_free() 444 lif->notifyqcq = NULL; in ionic_qcqs_free() 738 0, lif->kern_pid, &lif->notifyqcq); in ionic_qcqs_alloc() 741 ionic_debugfs_add_qcq(lif, lif->notifyqcq); in ionic_qcqs_alloc() 1242 if (lif->notifyqcq && lif->notifyqcq->flags & IONIC_QCQ_F_INITED) in ionic_adminq_napi() 1243 n_work = ionic_cq_service(&lif->notifyqcq->cq, budget, in ionic_adminq_napi() 3423 ionic_lif_qcq_deinit(lif, lif->notifyqcq); in ionic_lif_deinit() 3483 struct ionic_qcq *qcq = lif->notifyqcq; in ionic_lif_notifyq_init() [all …]
|
H A D | ionic_lif.h | 182 struct ionic_qcq *notifyqcq; member
|