Searched refs:verbs (Results 1 – 25 of 30) sorted by relevance
12
| /Linux-v6.6/Documentation/translations/zh_CN/infiniband/ |
| D | user_verbs.rst | 17 用户空间verbs访问 21 通过“verbs”直接访问IB硬件,如InfiniBand架构规范第11章所述。 23 要使用verbs,需要libibverbs库,可从https://github.com/linux-rdma/rdma-core。 71 等等。由于InfiniBand的用户空间verbs对于非特权进程来说应该是安全的,因此在udev规
|
| /Linux-v6.6/drivers/infiniband/sw/siw/ |
| D | Kconfig | 16 implements both a kernel and user space RDMA verbs API. 17 The user space verbs API requires a support 19 space verbs API, libibverbs. To implement RDMA over
|
| /Linux-v6.6/drivers/infiniband/sw/rdmavt/ |
| D | Kconfig | 3 tristate "RDMA verbs transport library" 8 This is a common software verbs provider for RDMA networks.
|
| /Linux-v6.6/drivers/infiniband/sw/rxe/ |
| D | Kconfig | 20 verbs API. The user space verbs API requires a support 22 space verbs API, libibverbs. The other layer interfaces
|
| /Linux-v6.6/Documentation/infiniband/ |
| D | user_verbs.rst | 2 Userspace verbs access 6 enables direct userspace access to IB hardware via "verbs," as 9 To use the verbs, the libibverbs library, available from 73 and so on. Since the InfiniBand userspace verbs should be safe for
|
| D | opa_vnic.rst | 113 implements the verbs to allocate and free the OPA_VNIC RDMA netdev.
|
| /Linux-v6.6/drivers/infiniband/hw/qedr/ |
| D | Makefile | 4 qedr-y := main.o verbs.o qedr_roce_cm.o qedr_iw_cm.o
|
| /Linux-v6.6/net/sunrpc/xprtrdma/ |
| D | Makefile | 4 rpcrdma-y := transport.o rpc_rdma.o verbs.o frwr_ops.o \
|
| /Linux-v6.6/drivers/infiniband/hw/irdma/ |
| D | Makefile | 24 verbs.o \
|
| /Linux-v6.6/drivers/infiniband/hw/mana/ |
| D | Kconfig | 8 for workloads (e.g. DPDK, MPI etc) that uses RDMA verbs to directly
|
| /Linux-v6.6/sound/pci/hda/ |
| D | patch_realtek.c | 1273 .v.verbs = (const struct hda_verb[]) { 1311 .v.verbs = (const struct hda_verb[]) { 1320 .v.verbs = (const struct hda_verb[]) { 1794 .v.verbs = (const struct hda_verb[]) { 1812 .v.verbs = (const struct hda_verb[]) { 2311 .v.verbs = (const struct hda_verb[]) { 2319 .v.verbs = (const struct hda_verb[]) { 2328 .v.verbs = (const struct hda_verb[]) { 2337 .v.verbs = (const struct hda_verb[]) { 2346 .v.verbs = (const struct hda_verb[]) { [all …]
|
| D | hda_auto_parser.c | 780 v = snd_array_new(&codec->verbs); in snd_hda_add_verbs() 797 snd_array_for_each(&codec->verbs, i, v) in snd_hda_apply_verbs() 843 if (action != HDA_FIXUP_ACT_PROBE || !fix->v.verbs) in __snd_hda_apply_fixup() 847 snd_hda_add_verbs(codec, fix->v.verbs); in __snd_hda_apply_fixup()
|
| D | patch_analog.c | 1052 .v.verbs = ad1884_dmic_init_verbs, 1062 .v.verbs = ad1884_dmic_init_verbs,
|
| D | patch_sigmatel.c | 1439 .v.verbs = (const struct hda_verb[]) { 2717 .v.verbs = hp_bnb13_eq_verbs, 3901 .v.verbs = d965_core_init, 4251 .v.verbs = (const struct hda_verb[]) {
|
| D | hda_local.h | 288 const struct hda_verb *verbs; member
|
| D | patch_cirrus.c | 555 .v.verbs = (const struct hda_verb[]) {
|
| D | Kconfig | 60 codec setup, add extra verbs, and re-configure the codec dynamically.
|
| D | patch_conexant.c | 803 .v.verbs = (const struct hda_verb[]) {
|
| /Linux-v6.6/drivers/infiniband/hw/hfi1/ |
| D | Makefile | 51 verbs.o \
|
| /Linux-v6.6/drivers/infiniband/ |
| D | Kconfig | 29 tristate "InfiniBand userspace access (verbs and CM)" 33 kernel side of userspace verbs and the userspace
|
| /Linux-v6.6/drivers/infiniband/core/ |
| D | Makefile | 10 ib_core-y := packer.o ud_header.o verbs.o cq.o rw.o sysfs.o \
|
| /Linux-v6.6/Documentation/driver-api/ |
| D | infiniband.rst | 28 .. kernel-doc:: drivers/infiniband/core/verbs.c
|
| /Linux-v6.6/Documentation/sound/hd-audio/ |
| D | realtek-pc-beep.rst | 82 verbs (Set/Get Coefficient Index, Set/Get Processing Coefficient). The node is 98 enabled via verbs on NID 01h). Additionally, it can mix (with optional
|
| D | notes.rst | 311 codec verbs to the device. Some tools are available: hda-emu and 401 The extra verbs to execute at initialization. You can add a verb by 428 specified codec, and clear all init verbs and hints. 801 Although you can issue any verbs with this program, the driver state
|
| /Linux-v6.6/include/sound/ |
| D | hda_codec.h | 288 struct snd_array verbs; member
|
12