Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_misc.c280 rdma_ah_set_path_bits(dst, src->src_path_bits); in pvrdma_ah_attr_to_rdma()
293 dst->src_path_bits = rdma_ah_get_path_bits(src); in rdma_ah_attr_to_pvrdma()
/linux/include/uapi/rdma/
H A Dvmw_pvrdma-abi.h213 __u8 src_path_bits; member
H A Dib_user_verbs.h557 __u8 src_path_bits; member
692 __u8 src_path_bits; member
/linux/include/rdma/
H A Dib_verbs.h963 u8 src_path_bits;
972 u8 src_path_bits;
4702 u8 src_path_bits) in rdma_ah_read_grh()
4705 attr->ib.src_path_bits = src_path_bits;
4707 attr->opa.src_path_bits = src_path_bits;
4713 return attr->ib.src_path_bits; in rdma_ah_set_dgid_raw()
4715 return attr->opa.src_path_bits; in rdma_ah_set_dgid_raw()
946 u8 src_path_bits; global() member
955 u8 src_path_bits; global() member
4636 rdma_ah_set_path_bits(struct rdma_ah_attr * attr,u8 src_path_bits) rdma_ah_set_path_bits() argument
/linux/drivers/infiniband/core/
H A Duverbs_cmd.c1647 uverb_attr->src_path_bits = rdma_ah_get_path_bits(rdma_attr); in copy_ah_attr_to_uverbs()
1770 rdma_ah_set_path_bits(rdma_attr, uverb_attr->src_path_bits); in copy_ah_attr_from_uverbs()
2454 rdma_ah_set_path_bits(&attr, cmd.attr.src_path_bits); in ib_uverbs_create_ah()