Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/vmw_pvrdma/
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()
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()
Dpvrdma_verbs.h197 u8 src_path_bits; member
/linux-6.6.21/include/uapi/rdma/
Dvmw_pvrdma-abi.h213 __u8 src_path_bits; member
Dib_user_verbs.h541 __u8 src_path_bits; member
676 __u8 src_path_bits; member
/linux-6.6.21/include/rdma/
Dib_verbs.h926 u8 src_path_bits; member
935 u8 src_path_bits; member
4512 u8 src_path_bits) in rdma_ah_set_path_bits() argument
4515 attr->ib.src_path_bits = src_path_bits; in rdma_ah_set_path_bits()
4517 attr->opa.src_path_bits = src_path_bits; in rdma_ah_set_path_bits()
4523 return attr->ib.src_path_bits; in rdma_ah_get_path_bits()
4525 return attr->opa.src_path_bits; in rdma_ah_get_path_bits()
/linux-6.6.21/drivers/infiniband/core/
Duverbs_marshall.c78 dst->src_path_bits = rdma_ah_get_path_bits(src); in ib_copy_ah_attr_to_user()
Duverbs_cmd.c1622 uverb_attr->src_path_bits = rdma_ah_get_path_bits(rdma_attr); in copy_ah_attr_to_uverbs()
1745 rdma_ah_set_path_bits(rdma_attr, uverb_attr->src_path_bits); in copy_ah_attr_from_uverbs()
2422 rdma_ah_set_path_bits(&attr, cmd.attr.src_path_bits); in ib_uverbs_create_ah()