Home
last modified time | relevance | path

Searched refs:doorbells (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_doorbell.c86 &kfd->doorbells, in kfd_doorbell_init()
102 amdgpu_bo_free_kernel(&kfd->doorbells, NULL, in kfd_doorbell_fini()
165 kfd->doorbells, in kfd_get_kernel_doorbell()
/linux-6.6.21/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-6.6.21/drivers/ntb/
DKconfig21 hardware doorbells. MSI interrupts typically offer lower latency
22 than doorbells and more MSI interrupts can be made available to
/linux-6.6.21/drivers/mailbox/
Dtegra-hsp.c120 struct list_head doorbells; member
163 list_for_each_entry(entry, &hsp->doorbells, list) in __tegra_hsp_doorbell_get()
292 list_add_tail(&db->list, &hsp->doorbells); in tegra_hsp_doorbell_create()
740 INIT_LIST_HEAD(&hsp->doorbells); in tegra_hsp_probe()
886 list_for_each_entry(db, &hsp->doorbells, list) { in tegra_hsp_resume()
/linux-6.6.21/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-6.6.21/Documentation/PCI/endpoint/function/binding/
Dpci-ntb.rst31 db_count Number of doorbells; default = 4
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_vf.c465 if (!p_hwfn->doorbells) { in qed_vf_hw_prepare()
466 p_hwfn->doorbells = (u8 __iomem *)p_hwfn->regview + in qed_vf_hw_prepare()
481 p_hwfn->doorbells = (u8 __iomem *) in qed_vf_hw_prepare()
544 p_hwfn->doorbells = (u8 __iomem *)p_hwfn->regview + in qed_vf_hw_prepare()
551 p_hwfn->regview, p_hwfn->doorbells, p_hwfn->cdev->doorbells); in qed_vf_hw_prepare()
880 *pp_doorbell = (u8 __iomem *)p_hwfn->doorbells + resp->offset; in qed_vf_pf_txq_start()
884 *pp_doorbell = (u8 __iomem *)p_hwfn->doorbells + in qed_vf_pf_txq_start()
Dqed.h545 void __iomem *doorbells; member
760 void __iomem *doorbells; member
967 ((cdev)->doorbells) + (db_addr)))
Dqed_spq.c540 db_addr = (void __iomem *)((u8 __iomem *)p_hwfn->doorbells + in qed_spq_setup()
610 db_addr = (void __iomem *)((u8 __iomem *)p_hwfn->doorbells + in qed_spq_free()
Dqed_dev.c88 if (db_addr < cdev->doorbells || in qed_db_rec_sanity()
90 (u8 __iomem *)cdev->doorbells + cdev->db_size) { in qed_db_rec_sanity()
94 cdev->doorbells, in qed_db_rec_sanity()
95 (u8 __iomem *)cdev->doorbells + cdev->db_size); in qed_db_rec_sanity()
116 p_hwfn = db_addr < cdev->hwfns[1].doorbells ? in qed_db_rec_find_hwfn()
4663 p_hwfn->doorbells = p_doorbells; in qed_hw_prepare_single()
4760 cdev->doorbells, in qed_hw_prepare()
4782 p_doorbell = cdev->doorbells + offset; in qed_hw_prepare()
Dqed_main.c261 if (cdev->doorbells && cdev->db_size) in qed_free_pci()
262 iounmap(cdev->doorbells); in qed_free_pci()
359 cdev->doorbells = ioremap_wc(cdev->db_phys_addr, cdev->db_size); in qed_init_pci()
361 if (!cdev->doorbells) { in qed_init_pci()
Dqed_nvmetcp.c448 return (u8 __iomem *)p_hwfn->doorbells + in qed_nvmetcp_get_db_addr()
/linux-6.6.21/drivers/ntb/test/
DKconfig6 doorbells of the ntb hardware. This driver may be used to test that
/linux-6.6.21/drivers/virt/
DKconfig37 2) A file interface to reading incoming doorbells.
/linux-6.6.21/Documentation/admin-guide/
Drapidio.rst40 resources, and manage mailboxes/doorbells.
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/google/
Dgve.rst33 - Bar2 - IRQ, RX and TX doorbells
150 doorbells to notify the device of new descriptors.
/linux-6.6.21/drivers/net/ethernet/amazon/ena/
Dena_netdev.h198 u64 doorbells; member
Dena_ethtool.c71 ENA_STAT_TX_ENTRY(doorbells),
/linux-6.6.21/Documentation/driver-api/rapidio/
Dmport_cdev.rst41 - Query/Control type of events reported through this driver: doorbells,
Dtsi721.rst10 doorbells, inbound maintenance port-writes and RapidIO messaging.
/linux-6.6.21/drivers/scsi/
Dpmcraid.c577 u32 doorbells, intrs; in pmcraid_start_bist() local
582 doorbells = ioread32(pinstance->int_regs.host_ioa_interrupt_reg); in pmcraid_start_bist()
585 doorbells, intrs); in pmcraid_start_bist()
639 u32 doorbells; in pmcraid_reset_alert() local
663 doorbells = in pmcraid_reset_alert()
665 pmcraid_info("doorbells after reset alert: %x\n", doorbells); in pmcraid_reset_alert()
/linux-6.6.21/drivers/rapidio/devices/
Drio_mport_cdev.c172 struct list_head doorbells; member
1412 list_for_each_entry(db_filter, &data->doorbells, data_node) { in rio_mport_doorbell_handler()
1463 list_add_tail(&db_filter->data_node, &md->doorbells); in rio_mport_add_db_filter()
2391 INIT_LIST_HEAD(&md->doorbells); in mport_cdev_add()
/linux-6.6.21/Documentation/driver-api/pci/
Dp2pdma.rst80 this to include other types of resources like doorbells.

12