Home
last modified time | relevance | path

Searched refs:notifyqcq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.c316 pdsc_qcq_free(pdsc, &pdsc->notifyqcq); in pdsc_core_uninit()
353 0, &pdsc->notifyqcq); in pdsc_core_init()
359 cidi.notifyq_cq_base = cpu_to_le64(pdsc->notifyqcq.cq.base_pa); in pdsc_core_init()
363 cidi.notifyq_ring_size = ilog2(pdsc->notifyqcq.q.num_descs); in pdsc_core_init()
398 pdsc->notifyqcq.q.hw_type = cido.notifyq_hw_type; in pdsc_core_init()
399 pdsc->notifyqcq.q.hw_index = le32_to_cpu(cido.notifyq_hw_index); in pdsc_core_init()
400 pdsc->notifyqcq.q.dbval = PDS_CORE_DBELL_QID(pdsc->notifyqcq.q.hw_index); in pdsc_core_init()
H A Dadminq.c95 nq_work = pdsc_process_notifyq(&pdsc->notifyqcq); in pdsc_process_adminq()
H A Dcore.h224 struct pdsc_qcq notifyqcq; member