Home
last modified time | relevance | path

Searched full:doorbells (Results 1 – 25 of 135) sorted by relevance

123456

/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_doorbell.c31 * This extension supports a kernel level doorbells management for the
38 * The doorbells are intended to be written by applications as part
40 * We assign doorbells to applications in PAGE_SIZE-sized and aligned chunks.
46 * offsets (KFD_MMAP_DOORBELL_START-END) is used for doorbells.
251 * doorbell_base_dw_offset accounts for doorbells taken by KGD. in kfd_get_doorbell_dw_offset_in_bar()
253 * the process's doorbells. The offset returned is in dword in kfd_get_doorbell_dw_offset_in_bar()
307 pr_err("Failed to allocate process doorbells\n"); in kfd_alloc_process_doorbells()
Dkfd_priv.h119 * same SDMA engine on SOC15, which has 8-byte doorbells for SDMA.
121 * (2*i+1) doorbells (in terms of the lower 12 bit address) lie exactly in
262 phys_addr_t doorbell_base; /* Start of actual doorbells used by
271 u32 __iomem *doorbell_kernel_ptr; /* This is a pointer for a doorbells
991 /* Doorbells */
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_doorbell.h32 u32 num_doorbells; /* Number of doorbells actually reserved for amdgpu. */
35 /* Reserved doorbells for amdgpu (including multimedia).
223 …* All compute related doorbells: kiq, hiq, diq, traditional compute queue, user queue, should loca…
225 * Compute related doorbells are allocated from 0x00 to 0x8a
246 /* User queue doorbell range (128 doorbells) */
254 * Other graphics doorbells can be allocated here: from 0x8c to 0xdf
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dmsi.txt16 Devices may be configured by software to write to arbitrary doorbells which
17 they can address. An MSI controller may feature a number of doorbells.
35 address by some master. An MSI controller may feature a number of doorbells.
48 not encode doorbells or payloads as these can be configured dynamically.
Dmsi-controller.yaml15 number of doorbells.
23 and will not encode doorbells or payloads as these can be
/Linux-v6.1/drivers/ntb/
DKconfig21 hardware doorbells. MSI interrupts typically offer lower latency
22 than doorbells and more MSI interrupts can be made available to
/Linux-v6.1/drivers/misc/vmw_vmci/
Dvmci_context.h67 /* Doorbells created by context. */
70 /* Doorbells pending for context. */
102 * for doorbells and queue pairs.
Dvmci_doorbell.h17 * VMCINotifyResourceInfo: Used to create and destroy doorbells, and
/Linux-v6.1/arch/powerpc/platforms/pseries/
Dsmp.c165 /* Use msgsndp doorbells target is a sibling, else use interrupt controller */
206 /* Doorbells can only be used for IPIs between SMT siblings */ in pSeries_smp_probe()
214 * KVM emulates doorbells by disabling FSCR[MSGP] so msgsndp in pSeries_smp_probe()
233 * gang scheduled on the same physical core, so doorbells are always in pSeries_smp_probe()
/Linux-v6.1/Documentation/devicetree/bindings/mailbox/
Dnvidia,tegra186-hsp.yaml22 semaphores, arbitrated semaphores and doorbells.
38 For doorbells, the second cell specifies the index of the doorbell to
Darm,mhuv2.yaml37 bits in a channel window. A channel window can support up to 32 doorbells
119 windows are used in doorbell protocol (64 doorbells), followed by 1, 5 and
/Linux-v6.1/drivers/virt/
Dfsl_hypervisor.c16 * 2. A file interface to reading incoming doorbells.
514 * Interrupt handler for all doorbells
516 * We use the same interrupt handler for all doorbells. Whenever a doorbell
548 * Interrupt handler for state-change doorbells
587 * Return the handles for any incoming doorbells
653 * Open the driver and prepare for reading doorbells.
656 * for that file handle. This queue is used for any incoming doorbells.
DKconfig37 2) A file interface to reading incoming doorbells.
/Linux-v6.1/drivers/mailbox/
Dtegra-hsp.c120 struct list_head doorbells; member
163 list_for_each_entry(entry, &hsp->doorbells, list) in __tegra_hsp_doorbell_get()
204 * have some doorbells enabled, which means that requesting an in tegra_hsp_doorbell_irq()
292 list_add_tail(&db->list, &hsp->doorbells); in tegra_hsp_doorbell_create()
741 INIT_LIST_HEAD(&hsp->doorbells); in tegra_hsp_probe()
806 dev_err(&pdev->dev, "failed to add doorbells: %d\n", in tegra_hsp_probe()
888 list_for_each_entry(db, &hsp->doorbells, list) { in tegra_hsp_resume()
/Linux-v6.1/drivers/net/ethernet/fungible/funcore/
Dfun_dev.h53 u32 __iomem *dbs; /* start of doorbells in BAR0 mapping */
62 /* address increment between consecutive doorbells, in 4B units */
/Linux-v6.1/drivers/ntb/test/
DKconfig6 doorbells of the ntb hardware. This driver may be used to test that
/Linux-v6.1/drivers/infiniband/hw/efa/
Defa_admin_cmds_defs.h607 /* Bar used for SQ and RQ doorbells */
680 * consecutive doorbells (in units of 64B). Driver must ensure that only
683 * be written to SQ between two consecutive doorbells. max_tx_batch=11
685 * two consecutive doorbells. Zero means unlimited.
/Linux-v6.1/drivers/net/ethernet/qlogic/qed/
Dqed_vf.c464 /* Doorbells are tricky; Upper-layer has alreday set the hwfn doorbell in qed_vf_hw_prepare()
468 if (!p_hwfn->doorbells) { in qed_vf_hw_prepare()
469 p_hwfn->doorbells = (u8 __iomem *)p_hwfn->regview + in qed_vf_hw_prepare()
484 p_hwfn->doorbells = (u8 __iomem *) in qed_vf_hw_prepare()
547 p_hwfn->doorbells = (u8 __iomem *)p_hwfn->regview + in qed_vf_hw_prepare()
554 p_hwfn->regview, p_hwfn->doorbells, p_hwfn->cdev->doorbells); in qed_vf_hw_prepare()
883 *pp_doorbell = (u8 __iomem *)p_hwfn->doorbells + resp->offset; in qed_vf_pf_txq_start()
887 *pp_doorbell = (u8 __iomem *)p_hwfn->doorbells + in qed_vf_pf_txq_start()
Dqed.h487 BAR_ID_1 /* Used for doorbells */
545 void __iomem *doorbells; member
760 void __iomem *doorbells; member
968 ((cdev)->doorbells) + (db_addr)))
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/google/
Dgve.rst33 - Bar2 - IRQ, RX and TX doorbells
141 doorbells to notify the device of new descriptors.
/Linux-v6.1/Documentation/PCI/endpoint/function/binding/
Dpci-ntb.rst31 db_count Number of doorbells; default = 4
/Linux-v6.1/arch/powerpc/kernel/
Didle_64e.S29 * since we may otherwise lose it (doorbells etc...).
/Linux-v6.1/Documentation/admin-guide/
Drapidio.rst40 resources, and manage mailboxes/doorbells.
/Linux-v6.1/drivers/ntb/hw/intel/
Dntb_hw_gen4.h37 #define GEN4_IM_DOORBELL_OFFSET 0x0100 /* 0-31 doorbells */
/Linux-v6.1/arch/powerpc/include/asm/
Ddbell.h105 * Doorbells must only be used if CPU_FTR_DBELL is available.

123456