Home
last modified time | relevance | path

Searched refs:verbs (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/drivers/infiniband/sw/rdmavt/
DKconfig2 tristate "RDMA verbs transport library"
7 This is a common software verbs provider for RDMA networks.
/Linux-v4.19/drivers/infiniband/sw/rxe/
DKconfig19 verbs API. The user space verbs API requires a support
21 space verbs API, libibverbs. The other layer interfaces
/Linux-v4.19/drivers/infiniband/
DKconfig27 tristate "InfiniBand userspace access (verbs and CM)"
31 kernel side of userspace verbs and the userspace
50 bool "Allow experimental legacy verbs in new ioctl uAPI (EXPERIMENTAL)"
54 new verbs only. This allows userspace to invoke the IOCTL based uAPI
55 for current legacy verbs too.
/Linux-v4.19/Documentation/infiniband/
Duser_verbs.txt4 enables direct userspace access to IB hardware via "verbs," as
7 To use the verbs, the libibverbs library, available from
67 and so on. Since the InfiniBand userspace verbs should be safe for
Dopa_vnic.txt107 implements the verbs to allocate and free the OPA_VNIC RDMA netdev.
/Linux-v4.19/drivers/infiniband/hw/qedr/
DMakefile3 qedr-y := main.o verbs.o qedr_roce_cm.o qedr_iw_cm.o
/Linux-v4.19/net/sunrpc/xprtrdma/
DMakefile4 rpcrdma-y := transport.o rpc_rdma.o verbs.o \
/Linux-v4.19/drivers/infiniband/hw/hfi1/
DMakefile15 uc.o ud.o user_exp_rcv.o user_pages.o user_sdma.o verbs.o \
/Linux-v4.19/drivers/infiniband/core/
DMakefile11 ib_core-y := packer.o ud_header.o verbs.o cq.o rw.o sysfs.o \
/Linux-v4.19/sound/pci/hda/
Dpatch_realtek.c1144 .v.verbs = (const struct hda_verb[]) {
1182 .v.verbs = (const struct hda_verb[]) {
1191 .v.verbs = (const struct hda_verb[]) {
1663 .v.verbs = (const struct hda_verb[]) {
1681 .v.verbs = (const struct hda_verb[]) {
2111 .v.verbs = (const struct hda_verb[]) {
2119 .v.verbs = (const struct hda_verb[]) {
2128 .v.verbs = (const struct hda_verb[]) {
2137 .v.verbs = (const struct hda_verb[]) {
2189 .v.verbs = (const struct hda_verb[]) {
[all …]
Dhda_auto_parser.c782 v = snd_array_new(&codec->verbs); in snd_hda_add_verbs()
799 snd_array_for_each(&codec->verbs, i, v) in snd_hda_apply_verbs()
843 if (action != HDA_FIXUP_ACT_PROBE || !fix->v.verbs) in apply_fixup()
847 snd_hda_add_verbs(codec, fix->v.verbs); in apply_fixup()
Dpatch_analog.c1067 .v.verbs = ad1884_dmic_init_verbs,
1077 .v.verbs = ad1884_dmic_init_verbs,
Dhda_codec.h293 struct snd_array verbs; member
DKconfig54 codec setup, add extra verbs, and re-configure the codec dynamically.
Dpatch_sigmatel.c1453 .v.verbs = (const struct hda_verb[]) {
2702 .v.verbs = hp_bnb13_eq_verbs,
3886 .v.verbs = d965_core_init,
4236 .v.verbs = (const struct hda_verb[]) {
Dhda_local.h308 const struct hda_verb *verbs; member
Dpatch_cirrus.c566 .v.verbs = (const struct hda_verb[]) {
Dpatch_conexant.c784 .v.verbs = (const struct hda_verb[]) {
Dhda_codec.c789 snd_array_free(&codec->verbs); in snd_hda_codec_cleanup_for_unbind()
942 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_device_new()
/Linux-v4.19/Documentation/sound/hd-audio/
Dnotes.rst295 codec verbs to the device. Some tools are available: hda-emu and
385 The extra verbs to execute at initialization. You can add a verb by
412 specified codec, and clear all init verbs and hints.
785 Although you can issue any verbs with this program, the driver state
/Linux-v4.19/Documentation/admin-guide/
Ddevices.txt2996 128 = /dev/infiniband/uverbs0 First InfiniBand verbs device
2997 129 = /dev/infiniband/uverbs1 Second InfiniBand verbs device
2999 159 = /dev/infiniband/uverbs31 31st InfiniBand verbs device
/Linux-v4.19/
DMAINTAINERS12262 RDMAVT - RDMA verbs software