Searched refs:notifyqcq (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dcore.c305 pdsc_qcq_free(pdsc, &pdsc->notifyqcq);
346 0, &pdsc->notifyqcq);
352 cidi.notifyq_cq_base = cpu_to_le64(pdsc->notifyqcq.cq.base_pa);
356 cidi.notifyq_ring_size = ilog2(pdsc->notifyqcq.q.num_descs);
391 pdsc->notifyqcq.q.hw_type = cido.notifyq_hw_type;
392 pdsc->notifyqcq.q.hw_index = le32_to_cpu(cido.notifyq_hw_index);
393 pdsc->notifyqcq.q.dbval = PDS_CORE_DBELL_QID(pdsc->notifyqcq.q.hw_index);
H A Dcore.h197 struct pdsc_qcq notifyqcq; member in struct:pdsc
H A Dadminq.c94 nq_work = pdsc_process_notifyq(&pdsc->notifyqcq);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c446 if (lif->notifyqcq) {
447 ionic_qcq_free(lif, lif->notifyqcq);
448 devm_kfree(dev, lif->notifyqcq);
449 lif->notifyqcq = NULL;
732 lif->kern_pid, &lif->notifyqcq);
735 ionic_debugfs_add_qcq(lif, lif->notifyqcq);
738 ionic_link_qcq_interrupts(lif->adminqcq, lif->notifyqcq);
1179 if (lif->notifyqcq && lif->notifyqcq->flags & IONIC_QCQ_F_INITED)
1180 n_work = ionic_cq_service(&lif->notifyqcq
[all...]
H A Dionic_lif.h194 struct ionic_qcq *notifyqcq; member in struct:ionic_lif

Completed in 197 milliseconds