/openbmc/linux/Documentation/driver-api/rapidio/ |
H A D | rio_cm.rst | 2 RapidIO subsystem Channelized Messaging character device driver (rio_cm.c) 15 messaging capabilities of RapidIO endpoint devices (mports) directly 20 RapidIO mailbox messaging resources. 23 messaging mailboxes in case of multi-packet message (up to 4KB) and 26 have reduced number of messaging mailboxes. RapidIO aware applications must 27 therefore share the messaging resources of a RapidIO endpoint. 29 Main purpose of this device driver is to provide RapidIO mailbox messaging 31 operations using a single messaging mailbox. This allows applications to 32 use the limited RapidIO messaging hardware resources efficiently. 43 support messaging operations (number of entries up to RIO_MAX_MPORTS). [all …]
|
H A D | tsi721.rst | 10 doorbells, inbound maintenance port-writes and RapidIO messaging. 16 RapidIO messaging support uses dedicated messaging channels for each mailbox. 18 into the corresponding message queue. Messaging callbacks are implemented to be 19 fully compatible with RIONET driver (Ethernet over RapidIO messaging services). 58 - RIO messaging MBOX selection mask. This is a bitmask that defines 59 messaging MBOXes are managed by this device driver. Mask bits 0 - 3
|
/openbmc/docs/designs/mctp/ |
H A D | mctp.md | 16 newer host/BMC messaging protocols to overcome some of the limitations we've 21 Separating the "transport" and "messaging protocol" parts of the current stack 24 standard) as the transports, and IPMI itself as the messaging protocol. 52 this does enable new messaging protocols (mainly PLDM), those components are not 76 bandwidth messaging on platforms that require it. 78 - Ideally, integrate with newer messaging protocols 119 users of the MCTP messaging (eg, a PLDM implementation). These would somewhat
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | lock_contention.sh | 40 perf lock record -o ${perfdata} -- perf bench sched messaging > /dev/null 2>&1 60 perf lock con -a -b -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result} 71 perf lock record -o- -- perf bench sched messaging 2> /dev/null | \ 95 perf lock con -a -b -t -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result} 118 perf lock con -a -b -l -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result} 140 perf lock con -a -b -Y spinlock -q -- perf bench sched messaging > /dev/null 2> ${result} 172 perf lock con -a -b -L tasklist_lock -q -- perf bench sched messaging > /dev/null 2> ${result} 200 perf lock con -a -b -S unix_stream -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result} 228 …perf lock con -a -b -t -S unix_stream -E 1 -q -- perf bench sched messaging > /dev/null 2> ${resul… 262 perf lock con -a -b -E 1 -x , --output ${result} -- perf bench sched messaging > /dev/null 2>&1
|
H A D | stat_bpf_counters.sh | 33 base_cycles=$(perf stat --no-big-num -e cycles -- perf bench sched messaging -g 1 -l 100 -t 2>&1 | … 38 bpf_cycles=$(perf stat --no-big-num --bpf-counters -e cycles -- perf bench sched messaging -g 1 -l …
|
H A D | record_offcpu.sh | 66 # perf bench sched messaging creates 400 processes 68 perf bench sched messaging -g 10 > /dev/null 2>&1
|
/openbmc/linux/drivers/rapidio/ |
H A D | Kconfig | 83 tristate "RapidIO Channelized Messaging driver" 86 This option includes RapidIO channelized messaging driver which 88 messaging mailbox between multiple user-space applications.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-bench.txt | 78 *messaging*:: 82 Options of *messaging* 100 Example of *messaging* 104 % perf bench sched messaging # run with default 110 % perf bench sched messaging -t -g 20 # be multi-thread, with 20 groups
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | fsl,mu-msi.yaml | 7 title: Freescale/NXP i.MX Messaging Unit (MU) work as msi controller 13 The Messaging Unit module enables two processors within the SoC to 19 Because the MU manages the messaging between processors, the MU uses
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/ |
H A D | pidgin-otr_4.0.2.bb | 1 SUMMARY = "(OTR) Messaging allows you to have private conversations over instant messaging"
|
H A D | libotr_4.1.1.bb | 1 SUMMARY = "(OTR) Messaging allows you to have private conversations over instant messaging"
|
/openbmc/linux/drivers/rapidio/devices/ |
H A D | tsi721.h | 325 * Messaging definitions 339 * Outbound Messaging Engine Registers 400 * Inbound Messaging Engine Registers 473 * Messaging Engine Interrupts 552 * Inbound Messaging Descriptor 580 * Outbound Messaging Descriptor 627 /* Descriptor types for BDMA and Messaging blocks */ 633 DTYPE5 = 5, /* OB Messaging Block Pointer Descriptor */ 634 DTYPE6 = 6 /* Inbound Messaging Descriptor */ 895 /* Inbound Messaging */ [all …]
|
H A D | tsi721.c | 39 "RIO Messaging MBOX Selection Mask (default: 0x0f = all)"); 498 * Service channel interrupts from Messaging Engine in tsi721_irqhandler() 605 * tsi721_omsg_msix - MSI-X interrupt handler for outbound messaging 609 * Handles outbound messaging interrupts signaled using MSI-X. 622 * tsi721_imsg_msix - MSI-X interrupt handler for inbound messaging 626 * Handles inbound messaging interrupts signaled using MSI-X. 690 * immediately after mport initialization. Messaging interrupt service routines 731 * Initialize MSI-X entries for Messaging Engine: in tsi721_enable_msix() 1536 /* Enable Inbound Messaging Interrupts */ 1546 /* Clear pending Inbound Messaging interrupts */ in tsi721_imsg_interrupt_enable() [all …]
|
/openbmc/linux/Documentation/driver-api/ |
H A D | slimbus.rst | 118 Messaging: 122 The header file <linux/slimbus.h> has more documentation about messaging APIs. 124 Messaging APIs: 126 .. kernel-doc:: drivers/slimbus/messaging.c
|
/openbmc/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | fsl,mu.yaml | 7 title: NXP i.MX Messaging Unit (MU) 13 The Messaging Unit module enables two processors within the SoC to 18 Because the MU manages the messaging between processors, the MU uses
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/nanomsg/ |
H A D | nng_1.7.3.bb | 1 SUMMARY = "nanomsg-next-generation -- light-weight brokerless messaging" 2 …t, broker-less library, offering a simple API to solve common recurring messaging problems, such a…
|
/openbmc/openpower-proc-control/procedures/common/ |
H A D | collect_sbe_hb_data.cpp | 29 // SBE messaging register - cfam 2809 101 // Read and parse SBE messaging register in collectSBEHBData() 120 // Read and parse HB messaging register in collectSBEHBData()
|
/openbmc/linux/samples/rpmsg/ |
H A D | rpmsg_client_sample.c | 3 * Remote processor messaging - sample client driver 95 MODULE_DESCRIPTION("Remote processor messaging sample client driver");
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | SMPPL | 1 Secure Messaging Protocol (SMP) Libraries [ACL, CML, SFL] 9 Secure Messaging Protocol (SMP) Public License
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_pfvf_msg.h | 9 * PF<->VF Gen2 Messaging format 59 * PF<->VF Gen4 Messaging format 61 * Similarly to the gen2 messaging format, 32-bit long registers are used for
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_user.robot | 75 # Set admin privilege and enable IPMI messaging for newly created user. 199 # Set admin privilege and enable IPMI messaging for newly created user 297 # Set admin privilege and enable IPMI messaging for newly created user. 322 # Set admin privilege and enable IPMI messaging for newly created user. 499 # Set admin privilege and enable IPMI messaging for newly created user. 552 # Set privilege and enable IPMI messaging for newly created user. 608 # Set admin privilege and enable IPMI messaging for newly created user.
|
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/ |
H A D | Kconfig | 10 the VCHIQ messaging interface between the kernel and the firmware
|
/openbmc/linux/drivers/misc/mei/gsc_proxy/ |
H A D | Kconfig | 11 MEI GSC proxy enables messaging between GSC service on
|
/openbmc/linux/fs/ecryptfs/ |
H A D | Makefile | 11 ecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING) += messaging.o miscdev.o
|
/openbmc/linux/tools/perf/bench/ |
H A D | sched-messaging.c | 4 * sched-messaging.c 6 * messaging: Benchmark for scheduler and IPC mechanisms 265 "perf bench sched messaging <options>",
|