Symbol: cma_hdr
sys/ofed/drivers/infiniband/core/ib_cma.c
1163
struct cma_hdr *hdr,
sys/ofed/drivers/infiniband/core/ib_cma.c
1198
struct cma_hdr *hdr,
sys/ofed/drivers/infiniband/core/ib_cma.c
1296
struct cma_hdr *hdr;
sys/ofed/drivers/infiniband/core/ib_cma.c
1617
const struct cma_hdr *hdr = vhdr;
sys/ofed/drivers/infiniband/core/ib_cma.c
1776
return sizeof(struct cma_hdr);
sys/ofed/drivers/infiniband/core/ib_cma.c
3558
struct cma_hdr *cma_hdr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3563
cma_hdr = hdr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3564
cma_hdr->cma_version = CMA_VERSION;
sys/ofed/drivers/infiniband/core/ib_cma.c
3571
cma_set_ip_ver(cma_hdr, 4);
sys/ofed/drivers/infiniband/core/ib_cma.c
3572
cma_hdr->src_addr.ip4.addr = src4->sin_addr.s_addr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3573
cma_hdr->dst_addr.ip4.addr = dst4->sin_addr.s_addr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3574
cma_hdr->port = src4->sin_port;
sys/ofed/drivers/infiniband/core/ib_cma.c
3581
cma_set_ip_ver(cma_hdr, 6);
sys/ofed/drivers/infiniband/core/ib_cma.c
3582
cma_hdr->src_addr.ip6 = src6->sin6_addr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3583
cma_hdr->dst_addr.ip6 = dst6->sin6_addr;
sys/ofed/drivers/infiniband/core/ib_cma.c
3584
cma_hdr->port = src6->sin6_port;
sys/ofed/drivers/infiniband/core/ib_cma.c
3585
cma_ip6_clear_scope_id(&cma_hdr->src_addr.ip6);
sys/ofed/drivers/infiniband/core/ib_cma.c
3586
cma_ip6_clear_scope_id(&cma_hdr->dst_addr.ip6);
sys/ofed/drivers/infiniband/core/ib_cma.c
437
static inline u8 cma_get_ip_ver(const struct cma_hdr *hdr)
sys/ofed/drivers/infiniband/core/ib_cma.c
442
static inline void cma_set_ip_ver(struct cma_hdr *hdr, u8 ip_ver)