| /Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | msi.txt | 16 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.
|
| /Linux-v5.10/drivers/ntb/ |
| D | Kconfig | 21 hardware doorbells. MSI interrupts typically offer lower latency 22 than doorbells and more MSI interrupts can be made available to
|
| /Linux-v5.10/Documentation/devicetree/bindings/mailbox/ |
| D | nvidia,tegra186-hsp.txt | 10 arbitrated semaphores and doorbells. 39 For doorbells, the second cell specifies the index of the doorbell to use.
|
| /Linux-v5.10/drivers/mailbox/ |
| D | tegra-hsp.c | 103 struct list_head doorbells; member 146 list_for_each_entry(entry, &hsp->doorbells, list) in __tegra_hsp_doorbell_get() 293 list_add_tail(&db->list, &hsp->doorbells); in tegra_hsp_doorbell_create() 652 INIT_LIST_HEAD(&hsp->doorbells); in tegra_hsp_probe() 787 list_for_each_entry(db, &hsp->doorbells, list) { in tegra_hsp_resume()
|
| /Linux-v5.10/drivers/virt/ |
| D | Kconfig | 26 2) A file interface to reading incoming doorbells.
|
| /Linux-v5.10/drivers/net/ethernet/qlogic/qed/ |
| D | qed_vf.c | 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() 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() 875 *pp_doorbell = (u8 __iomem *)p_hwfn->doorbells + resp->offset; in qed_vf_pf_txq_start() 879 *pp_doorbell = (u8 __iomem *)p_hwfn->doorbells + in qed_vf_pf_txq_start()
|
| D | qed.h | 552 void __iomem *doorbells; member 768 void __iomem *doorbells; member 970 (cdev->doorbells) + (db_addr)))
|
| D | qed_spq.c | 526 db_addr = (void __iomem *)((u8 __iomem *)p_hwfn->doorbells + in qed_spq_setup() 596 db_addr = (void __iomem *)((u8 __iomem *)p_hwfn->doorbells + in qed_spq_free()
|
| D | qed_dev.c | 86 if (db_addr < cdev->doorbells || in qed_db_rec_sanity() 88 (u8 __iomem *)cdev->doorbells + cdev->db_size) { in qed_db_rec_sanity() 92 cdev->doorbells, in qed_db_rec_sanity() 93 (u8 __iomem *)cdev->doorbells + cdev->db_size); in qed_db_rec_sanity() 114 p_hwfn = db_addr < cdev->hwfns[1].doorbells ? in qed_db_rec_find_hwfn() 4566 p_hwfn->doorbells = p_doorbells; in qed_hw_prepare_single() 4663 cdev->doorbells, in qed_hw_prepare() 4685 p_doorbell = cdev->doorbells + offset; in qed_hw_prepare()
|
| D | qed_main.c | 291 if (cdev->doorbells && cdev->db_size) in qed_free_pci() 292 iounmap(cdev->doorbells); in qed_free_pci() 386 cdev->doorbells = ioremap_wc(cdev->db_phys_addr, cdev->db_size); in qed_init_pci() 388 if (!cdev->doorbells) { in qed_init_pci()
|
| D | qed_fcoe.c | 500 return (u8 __iomem *)p_hwfn->doorbells + in qed_fcoe_get_db_addr()
|
| D | qed_ll2.c | 1607 p_rx->set_prod_addr = p_hwfn->doorbells + in qed_ll2_establish_connection() 1619 p_tx->doorbell_addr = (u8 __iomem *)p_hwfn->doorbells + in qed_ll2_establish_connection()
|
| /Linux-v5.10/drivers/ntb/test/ |
| D | Kconfig | 6 doorbells of the ntb hardware. This driver may be used to test that
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | rapidio.rst | 40 resources, and manage mailboxes/doorbells.
|
| /Linux-v5.10/drivers/net/ethernet/amazon/ena/ |
| D | ena_netdev.h | 216 u64 doorbells; member
|
| D | ena_ethtool.c | 70 ENA_STAT_TX_ENTRY(doorbells),
|
| /Linux-v5.10/Documentation/networking/device_drivers/ethernet/google/ |
| D | gve.rst | 33 - Bar2 - IRQ, RX and TX doorbells
|
| /Linux-v5.10/Documentation/driver-api/rapidio/ |
| D | tsi721.rst | 10 doorbells, inbound maintenance port-writes and RapidIO messaging.
|
| D | mport_cdev.rst | 41 - Query/Control type of events reported through this driver: doorbells,
|
| D | rapidio.rst | 39 resources such as mailboxes and doorbells. The rio_mport also includes a unique
|
| /Linux-v5.10/drivers/rapidio/devices/ |
| D | rio_mport_cdev.c | 172 struct list_head doorbells; member 1411 list_for_each_entry(db_filter, &data->doorbells, data_node) { in rio_mport_doorbell_handler() 1462 list_add_tail(&db_filter->data_node, &md->doorbells); in rio_mport_add_db_filter() 2387 INIT_LIST_HEAD(&md->doorbells); in mport_cdev_add()
|
| /Linux-v5.10/Documentation/driver-api/pci/ |
| D | p2pdma.rst | 80 this to include other types of resources like doorbells.
|
| /Linux-v5.10/drivers/scsi/ |
| D | pmcraid.c | 580 u32 doorbells, intrs; in pmcraid_start_bist() local 585 doorbells = ioread32(pinstance->int_regs.host_ioa_interrupt_reg); in pmcraid_start_bist() 588 doorbells, intrs); in pmcraid_start_bist() 642 u32 doorbells; in pmcraid_reset_alert() local 666 doorbells = in pmcraid_reset_alert() 668 pmcraid_info("doorbells after reset alert: %x\n", doorbells); in pmcraid_reset_alert()
|
| /Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x.h | 774 writel_relaxed((u32)(val), (bp)->doorbells + ((bp)->db_size * (cid))) 1354 void __iomem *doorbells; member
|
| /Linux-v5.10/Documentation/x86/ |
| D | sva.rst | 159 consider doorbells as a mechanism of informing hardware about work to process.
|