Searched refs:notifyqcq (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/amd/pds_core/ |
| A D | core.c | 305 pdsc_qcq_free(pdsc, &pdsc->notifyqcq); in pdsc_core_uninit() 346 0, &pdsc->notifyqcq); in pdsc_core_init() 352 cidi.notifyq_cq_base = cpu_to_le64(pdsc->notifyqcq.cq.base_pa); in pdsc_core_init() 356 cidi.notifyq_ring_size = ilog2(pdsc->notifyqcq.q.num_descs); in pdsc_core_init() 391 pdsc->notifyqcq.q.hw_type = cido.notifyq_hw_type; in pdsc_core_init() 392 pdsc->notifyqcq.q.hw_index = le32_to_cpu(cido.notifyq_hw_index); in pdsc_core_init() 393 pdsc->notifyqcq.q.dbval = PDS_CORE_DBELL_QID(pdsc->notifyqcq.q.hw_index); in pdsc_core_init()
|
| A D | core.h | 197 struct pdsc_qcq notifyqcq; member
|
| A D | adminq.c | 94 nq_work = pdsc_process_notifyq(&pdsc->notifyqcq); in pdsc_process_adminq()
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| A D | ionic_lif.c | 457 if (lif->notifyqcq) { in ionic_qcqs_free() 458 ionic_qcq_free(lif, lif->notifyqcq); in ionic_qcqs_free() 459 devm_kfree(dev, lif->notifyqcq); in ionic_qcqs_free() 460 lif->notifyqcq = NULL; in ionic_qcqs_free() 782 lif->kern_pid, NULL, &lif->notifyqcq); in ionic_qcqs_alloc() 785 ionic_debugfs_add_qcq(lif, lif->notifyqcq); in ionic_qcqs_alloc() 1227 if (lif->notifyqcq && lif->notifyqcq->flags & IONIC_QCQ_F_INITED) in ionic_adminq_napi() 1228 n_work = ionic_cq_service(&lif->notifyqcq->cq, budget, in ionic_adminq_napi() 3555 ionic_lif_qcq_deinit(lif, lif->notifyqcq); in ionic_lif_deinit() 3612 struct ionic_qcq *qcq = lif->notifyqcq; in ionic_lif_notifyq_init() [all …]
|
| A D | ionic_lif.h | 193 struct ionic_qcq *notifyqcq; member
|
Completed in 16 milliseconds