Symbol: cma_hdr
sys/ofed/drivers/infiniband/core/ib_cma.c
1183
struct cma_hdr *hdr,
sys/ofed/drivers/infiniband/core/ib_cma.c
1218
struct cma_hdr *hdr,
sys/ofed/drivers/infiniband/core/ib_cma.c
1316
struct cma_hdr *hdr;
sys/ofed/drivers/infiniband/core/ib_cma.c
1640
const struct cma_hdr *hdr = vhdr;
sys/ofed/drivers/infiniband/core/ib_cma.c
1797
return sizeof(struct cma_hdr);
sys/ofed/drivers/infiniband/core/ib_cma.c
3697
struct cma_hdr *cma_hdr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3702
cma_hdr = hdr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3703
cma_hdr->cma_version = CMA_VERSION;
sys/ofed/drivers/infiniband/core/ib_cma.c
3710
cma_set_ip_ver(cma_hdr, 4);
sys/ofed/drivers/infiniband/core/ib_cma.c
3711
cma_hdr->src_addr.ip4.addr = src4->sin_addr.s_addr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3712
cma_hdr->dst_addr.ip4.addr = dst4->sin_addr.s_addr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3713
cma_hdr->port = src4->sin_port;
sys/ofed/drivers/infiniband/core/ib_cma.c
3720
cma_set_ip_ver(cma_hdr, 6);
sys/ofed/drivers/infiniband/core/ib_cma.c
3721
cma_hdr->src_addr.ip6 = src6->sin6_addr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3722
cma_hdr->dst_addr.ip6 = dst6->sin6_addr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3723
cma_hdr->port = src6->sin6_port;
sys/ofed/drivers/infiniband/core/ib_cma.c
3724
cma_ip6_clear_scope_id(&cma_hdr->src_addr.ip6);
sys/ofed/drivers/infiniband/core/ib_cma.c
3725
cma_ip6_clear_scope_id(&cma_hdr->dst_addr.ip6);
sys/ofed/drivers/infiniband/core/ib_cma.c
443
static inline u8 cma_get_ip_ver(const struct cma_hdr *hdr)
sys/ofed/drivers/infiniband/core/ib_cma.c
448
static inline void cma_set_ip_ver(struct cma_hdr *hdr, u8 ip_ver)