Home
last modified time | relevance | path

Searched refs:src_path_bits (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_misc.c281 rdma_ah_set_path_bits(dst, src->src_path_bits); in pvrdma_ah_attr_to_rdma()
294 dst->src_path_bits = rdma_ah_get_path_bits(src); in rdma_ah_attr_to_pvrdma()
H A Dpvrdma_verbs.c533 ah->av.src_path_bits = rdma_ah_get_path_bits(ah_attr); in pvrdma_create_ah()
534 ah->av.src_path_bits |= 0x80; in pvrdma_create_ah()
H A Dpvrdma_verbs.h232 u8 src_path_bits; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/
H A Dvmw_pvrdma-abi.h201 __u8 src_path_bits; member
H A Dib_user_verbs.h505 __u8 src_path_bits; member
653 __u8 src_path_bits; member
/OK3568_Linux_fs/kernel/include/uapi/rdma/
H A Dvmw_pvrdma-abi.h213 __u8 src_path_bits; member
H A Dib_user_verbs.h527 __u8 src_path_bits; member
676 __u8 src_path_bits; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/
H A Dvmw_pvrdma-abi.h201 __u8 src_path_bits; member
H A Dib_user_verbs.h505 __u8 src_path_bits; member
653 __u8 src_path_bits; member
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h904 u8 src_path_bits; member
913 u8 src_path_bits; member
4390 u8 src_path_bits) in rdma_ah_set_path_bits() argument
4393 attr->ib.src_path_bits = src_path_bits; in rdma_ah_set_path_bits()
4395 attr->opa.src_path_bits = src_path_bits; in rdma_ah_set_path_bits()
4401 return attr->ib.src_path_bits; in rdma_ah_get_path_bits()
4403 return attr->opa.src_path_bits; in rdma_ah_get_path_bits()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_marshall.c78 dst->src_path_bits = rdma_ah_get_path_bits(src); in ib_copy_ah_attr_to_user()
H A Duverbs_cmd.c1614 uverb_attr->src_path_bits = rdma_ah_get_path_bits(rdma_attr); in copy_ah_attr_to_uverbs()
1737 rdma_ah_set_path_bits(rdma_attr, uverb_attr->src_path_bits); in copy_ah_attr_from_uverbs()
2412 rdma_ah_set_path_bits(&attr, cmd.attr.src_path_bits); in ib_uverbs_create_ah()