Home
last modified time | relevance | path

Searched refs:rdma_hdr (Results 1 – 10 of 10) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/openib/
H A Dbtl_openib_endpoint.c836 mca_btl_openib_eager_rdma_header_t *rdma_hdr; in mca_btl_openib_endpoint_send_eager_rdma() local
856 rdma_hdr->control.type = MCA_BTL_OPENIB_CONTROL_RDMA; in mca_btl_openib_endpoint_send_eager_rdma()
861 rdma_hdr->rkey, in mca_btl_openib_endpoint_send_eager_rdma()
862 rdma_hdr->rdma_start.lval, in mca_btl_openib_endpoint_send_eager_rdma()
863 rdma_hdr->rdma_start.pval, in mca_btl_openib_endpoint_send_eager_rdma()
864 rdma_hdr->rdma_start.ival, in mca_btl_openib_endpoint_send_eager_rdma()
865 rdma_hdr->control.type, in mca_btl_openib_endpoint_send_eager_rdma()
873 rdma_hdr->rkey, in mca_btl_openib_endpoint_send_eager_rdma()
874 rdma_hdr->rdma_start.lval, in mca_btl_openib_endpoint_send_eager_rdma()
875 rdma_hdr->rdma_start.pval, in mca_btl_openib_endpoint_send_eager_rdma()
[all …]
H A Dbtl_openib_component.c406 mca_btl_openib_eager_rdma_header_t *rdma_hdr; in btl_openib_control() local
417 rdma_hdr = (mca_btl_openib_eager_rdma_header_t*)ctl_hdr; in btl_openib_control()
421 rdma_hdr->rkey, in btl_openib_control()
422 rdma_hdr->rdma_start.lval, in btl_openib_control()
423 rdma_hdr->rdma_start.pval, in btl_openib_control()
424 rdma_hdr->rdma_start.ival in btl_openib_control()
428 BTL_OPENIB_EAGER_RDMA_CONTROL_HEADER_NTOH(*rdma_hdr); in btl_openib_control()
433 " ival %" PRIu32, rdma_hdr->rkey, in btl_openib_control()
434 rdma_hdr->rdma_start.lval, in btl_openib_control()
435 rdma_hdr->rdma_start.pval, rdma_hdr->rdma_start.ival)); in btl_openib_control()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/openib/
H A Dbtl_openib_endpoint.c837 mca_btl_openib_eager_rdma_header_t *rdma_hdr; in mca_btl_openib_endpoint_send_eager_rdma() local
857 rdma_hdr->control.type = MCA_BTL_OPENIB_CONTROL_RDMA; in mca_btl_openib_endpoint_send_eager_rdma()
862 rdma_hdr->rkey, in mca_btl_openib_endpoint_send_eager_rdma()
863 rdma_hdr->rdma_start.lval, in mca_btl_openib_endpoint_send_eager_rdma()
864 rdma_hdr->rdma_start.pval, in mca_btl_openib_endpoint_send_eager_rdma()
865 rdma_hdr->rdma_start.ival, in mca_btl_openib_endpoint_send_eager_rdma()
866 rdma_hdr->control.type, in mca_btl_openib_endpoint_send_eager_rdma()
874 rdma_hdr->rkey, in mca_btl_openib_endpoint_send_eager_rdma()
875 rdma_hdr->rdma_start.lval, in mca_btl_openib_endpoint_send_eager_rdma()
876 rdma_hdr->rdma_start.pval, in mca_btl_openib_endpoint_send_eager_rdma()
[all …]
H A Dbtl_openib_component.c407 mca_btl_openib_eager_rdma_header_t *rdma_hdr; in btl_openib_control() local
418 rdma_hdr = (mca_btl_openib_eager_rdma_header_t*)ctl_hdr; in btl_openib_control()
422 rdma_hdr->rkey, in btl_openib_control()
423 rdma_hdr->rdma_start.lval, in btl_openib_control()
424 rdma_hdr->rdma_start.pval, in btl_openib_control()
425 rdma_hdr->rdma_start.ival in btl_openib_control()
429 BTL_OPENIB_EAGER_RDMA_CONTROL_HEADER_NTOH(*rdma_hdr); in btl_openib_control()
434 " ival %" PRIu32, rdma_hdr->rkey, in btl_openib_control()
435 rdma_hdr->rdma_start.lval, in btl_openib_control()
436 rdma_hdr->rdma_start.pval, rdma_hdr->rdma_start.ival)); in btl_openib_control()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/pml/ob1/
H A Dpml_ob1_rdmafrag.h47 mca_pml_ob1_hdr_t rdma_hdr; member
H A Dpml_ob1_sendreq.c1097 frag->rdma_hdr.hdr_rdma.hdr_frag, 0, MCA_BTL_NO_ORDER, in mca_pml_ob1_send_request_put_frag_failed()
1101 mca_pml_ob1_send_request_copy_in_out(sendreq, frag->rdma_hdr.hdr_rdma.hdr_rdma_offset, in mca_pml_ob1_send_request_put_frag_failed()
1128 frag->rdma_hdr.hdr_rdma.hdr_frag, frag->rdma_length, in mca_pml_ob1_put_completion()
1230 frag->rdma_hdr.hdr_rdma = *hdr; in mca_pml_ob1_send_request_put()
H A Dpml_ob1_recvreq.c348 rc = mca_pml_ob1_recv_request_ack_send(proc, frag->rdma_hdr.hdr_rget.hdr_rndv.hdr_src_req.lval, in mca_pml_ob1_recv_request_get_frag_failed()
379 bml_btl, frag->rdma_hdr.hdr_rget.hdr_frag, in mca_pml_ob1_rget_completion()
744 frag->rdma_hdr.hdr_rget = *hdr; in mca_pml_ob1_recv_request_progress_rget()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/pml/ob1/
H A Dpml_ob1_rdmafrag.h47 mca_pml_ob1_hdr_t rdma_hdr; member
H A Dpml_ob1_sendreq.c1115 frag->rdma_hdr.hdr_rdma.hdr_frag, 0, MCA_BTL_NO_ORDER, in mca_pml_ob1_send_request_put_frag_failed()
1119 mca_pml_ob1_send_request_copy_in_out(sendreq, frag->rdma_hdr.hdr_rdma.hdr_rdma_offset, in mca_pml_ob1_send_request_put_frag_failed()
1146 frag->rdma_hdr.hdr_rdma.hdr_frag, frag->rdma_length, in mca_pml_ob1_put_completion()
1252 frag->rdma_hdr.hdr_rdma = *hdr; in mca_pml_ob1_send_request_put()
H A Dpml_ob1_recvreq.c360 …rc = mca_pml_ob1_recv_request_ack_send(NULL, proc, frag->rdma_hdr.hdr_rget.hdr_rndv.hdr_src_req.lv… in mca_pml_ob1_recv_request_get_frag_failed()
393 bml_btl, frag->rdma_hdr.hdr_rget.hdr_frag, in mca_pml_ob1_rget_completion()
771 frag->rdma_hdr.hdr_rget = *hdr; in mca_pml_ob1_recv_request_progress_rget()