Searched refs:verbs (Results 1 – 25 of 26) sorted by relevance
12
| /Linux-v5.10/drivers/infiniband/sw/siw/ |
| D | Kconfig | 14 implements both a kernel and user space RDMA verbs API. 15 The user space verbs API requires a support 17 space verbs API, libibverbs. To implement RDMA over
|
| /Linux-v5.10/drivers/infiniband/sw/rdmavt/ |
| D | Kconfig | 3 tristate "RDMA verbs transport library" 9 This is a common software verbs provider for RDMA networks.
|
| /Linux-v5.10/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-v5.10/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-v5.10/drivers/infiniband/hw/qedr/ |
| D | Makefile | 4 qedr-y := main.o verbs.o qedr_roce_cm.o qedr_iw_cm.o
|
| /Linux-v5.10/net/sunrpc/xprtrdma/ |
| D | Makefile | 4 rpcrdma-y := transport.o rpc_rdma.o verbs.o frwr_ops.o \
|
| /Linux-v5.10/drivers/infiniband/hw/hfi1/ |
| D | Makefile | 50 verbs.o \
|
| /Linux-v5.10/drivers/infiniband/ |
| D | Kconfig | 29 tristate "InfiniBand userspace access (verbs and CM)" 33 kernel side of userspace verbs and the userspace
|
| /Linux-v5.10/sound/pci/hda/ |
| D | patch_realtek.c | 1224 .v.verbs = (const struct hda_verb[]) { 1262 .v.verbs = (const struct hda_verb[]) { 1271 .v.verbs = (const struct hda_verb[]) { 1745 .v.verbs = (const struct hda_verb[]) { 1763 .v.verbs = (const struct hda_verb[]) { 2235 .v.verbs = (const struct hda_verb[]) { 2243 .v.verbs = (const struct hda_verb[]) { 2252 .v.verbs = (const struct hda_verb[]) { 2261 .v.verbs = (const struct hda_verb[]) { 2313 .v.verbs = (const struct hda_verb[]) { [all …]
|
| D | hda_auto_parser.c | 784 v = snd_array_new(&codec->verbs); in snd_hda_add_verbs() 801 snd_array_for_each(&codec->verbs, i, v) in snd_hda_apply_verbs() 847 if (action != HDA_FIXUP_ACT_PROBE || !fix->v.verbs) in apply_fixup() 851 snd_hda_add_verbs(codec, fix->v.verbs); in apply_fixup()
|
| D | patch_analog.c | 1059 .v.verbs = ad1884_dmic_init_verbs, 1069 .v.verbs = ad1884_dmic_init_verbs,
|
| D | patch_sigmatel.c | 1438 .v.verbs = (const struct hda_verb[]) { 2706 .v.verbs = hp_bnb13_eq_verbs, 3890 .v.verbs = d965_core_init, 4240 .v.verbs = (const struct hda_verb[]) {
|
| D | Kconfig | 60 codec setup, add extra verbs, and re-configure the codec dynamically.
|
| D | hda_local.h | 297 const struct hda_verb *verbs; member
|
| D | patch_cirrus.c | 553 .v.verbs = (const struct hda_verb[]) {
|
| D | patch_conexant.c | 765 .v.verbs = (const struct hda_verb[]) {
|
| D | hda_codec.c | 786 snd_array_free(&codec->verbs); in snd_hda_codec_cleanup_for_unbind() 957 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_device_new()
|
| /Linux-v5.10/drivers/infiniband/core/ |
| D | Makefile | 10 ib_core-y := packer.o ud_header.o verbs.o cq.o rw.o sysfs.o \
|
| /Linux-v5.10/Documentation/driver-api/ |
| D | infiniband.rst | 28 .. kernel-doc:: drivers/infiniband/core/verbs.c
|
| /Linux-v5.10/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 | 300 codec verbs to the device. Some tools are available: hda-emu and 390 The extra verbs to execute at initialization. You can add a verb by 417 specified codec, and clear all init verbs and hints. 790 Although you can issue any verbs with this program, the driver state
|
| D | models.rst | 262 Enable initialization verbs for Huawei MBX stereo speakers;
|
| /Linux-v5.10/include/sound/ |
| D | hda_codec.h | 286 struct snd_array verbs; member
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | devices.txt | 3006 128 = /dev/infiniband/uverbs0 First InfiniBand verbs device 3007 129 = /dev/infiniband/uverbs1 Second InfiniBand verbs device 3009 159 = /dev/infiniband/uverbs31 31st InfiniBand verbs device
|
12