Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c767 static inline int get_grh_header_version(struct ibv_grh *grh) in get_grh_header_version()
801 struct ibv_grh *grh, in set_ah_attr_generic_fields()
845 struct ibv_grh *grh, uint8_t port_num) in set_ah_attr_by_ipv6()
881 struct ibv_wc *wc, struct ibv_grh *grh, in ibv_init_ah_from_wc()
909 struct ibv_grh *grh, uint8_t port_num) in ibv_create_ah_from_wc()
H A Dverbs.h566 struct ibv_grh { struct
2294 struct ibv_wc *wc, struct ibv_grh *grh,
2310 struct ibv_grh *grh, uint8_t port_num);
/freebsd/contrib/ofed/librdmacm/examples/
H A Dmckey.c93 node->mem = malloc(message_size + sizeof(struct ibv_grh)); in create_message()
99 message_size + sizeof(struct ibv_grh), in create_message()
189 sge.length = message_size + sizeof(struct ibv_grh); in post_recvs()
H A Dudaddy.c88 node->mem = malloc(message_size + sizeof(struct ibv_grh)); in create_message()
94 message_size + sizeof(struct ibv_grh), in create_message()
184 sge.length = message_size + sizeof(struct ibv_grh); in post_recvs()
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c760 qp->rbuf = calloc(qp->rs->rbuf_size + sizeof(struct ibv_grh), 1); in ds_init_bufs()
769 sizeof(struct ibv_grh)); in ds_init_bufs()
843 sge[0].length = sizeof(struct ibv_grh); in ds_post_recv()
2087 return ((wc->byte_len >= sizeof(struct ibv_grh) + DS_IPV4_HDR_LEN) && in ds_valid_recv()
2126 rmsg->length = wc.byte_len - sizeof(struct ibv_grh); in ds_poll_cqs()