Home
last modified time | relevance | path

Searched refs:mca_btl_openib_module_t (Results 1 – 25 of 30) sorted by relevance

12

/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/openib/
H A Dbtl_openib.c99 mca_btl_openib_module_t mca_btl_openib_module = {
1037 mca_btl_openib_module_t* openib_btl = (mca_btl_openib_module_t*)btl; in mca_btl_openib_add_procs()
1206 mca_btl_openib_module_t *openib_btl = (mca_btl_openib_module_t *) btl; in mca_btl_openib_get_ep()
1297 mca_btl_openib_module_t* openib_btl = (mca_btl_openib_module_t*) btl; in mca_btl_openib_del_procs()
1345 mca_btl_openib_module_t* openib_btl = (mca_btl_openib_module_t*) btl; in mca_btl_openib_register_error_cb()
1441 mca_btl_openib_module_t *obtl = (mca_btl_openib_module_t*)btl; in mca_btl_openib_alloc()
1631 mca_btl_openib_module_t* openib_btl; in mca_btl_openib_finalize_resources()
1729 mca_btl_openib_module_t* openib_btl; in mca_btl_openib_finalize()
1779 mca_btl_openib_module_t *obtl = (mca_btl_openib_module_t*)btl; in mca_btl_openib_sendi()
1932 mca_btl_openib_module_t *openib_module = (mca_btl_openib_module_t *) btl; in mca_btl_openib_register_mem()
[all …]
H A Dbtl_openib.h172 struct mca_btl_openib_module_t **openib_btls;
472 struct mca_btl_openib_module_t { struct
512 typedef struct mca_btl_openib_module_t mca_btl_openib_module_t; argument
514 extern mca_btl_openib_module_t mca_btl_openib_module;
883 int mca_btl_openib_post_srr(mca_btl_openib_module_t* openib_btl, const int qp);
907 mca_btl_openib_transport_type_t mca_btl_openib_get_transport_type(mca_btl_openib_module_t* openib_b…
H A Dbtl_openib_proc.h64 mca_btl_openib_module_t* openib_btl;
110 mca_btl_openib_module_t* openib_btl);
H A Dbtl_openib_endpoint.h177 struct mca_btl_openib_module_t* endpoint_btl;
351 void mca_btl_openib_endpoint_init(mca_btl_openib_module_t*,
369 mca_btl_openib_module_t *openib_btl = ep->endpoint_btl; in post_recvs()
546 mca_btl_openib_module_t *openib_btl = ep->endpoint_btl; in post_send()
627 mca_btl_openib_module_t *openib_btl = endpoint->endpoint_btl; in mca_btl_openib_endpoint_credit_acquire()
712 mca_btl_openib_module_t *openib_btl = endpoint->endpoint_btl; in mca_btl_openib_endpoint_credit_release()
H A Dbtl_openib_frag.h365 alloc_control_frag(mca_btl_openib_module_t *btl) in alloc_control_frag()
370 static inline uint8_t frag_size_to_order(mca_btl_openib_module_t* btl, in frag_size_to_order()
410 struct mca_btl_openib_module_t;
H A Dbtl_openib_component.c403 mca_btl_openib_module_t *obtl = (mca_btl_openib_module_t*)btl; in btl_openib_control()
621 mca_btl_openib_module_t *openib_btl; in init_one_port()
759 openib_btl = (mca_btl_openib_module_t *) calloc(1, sizeof(mca_btl_openib_module_t)); in init_one_port()
1198 struct mca_btl_openib_module_t *btl; in init_apm_port()
2658 mca_btl_openib_module_t * openib_btl; in btl_openib_component_init()
2962 (mca_btl_openib_module_t **) malloc(sizeof(mca_btl_openib_module_t*) * in btl_openib_component_init()
3147 mca_btl_openib_module_t* openib_btl = ep->endpoint_btl; in mca_btl_openib_frag_progress_pending_put_get()
3363 mca_btl_openib_module_t *btl = ep->endpoint_btl; in btl_openib_handle_incoming_completion()
3384 mca_btl_openib_module_t* openib_btl = (mca_btl_openib_module_t*) btl; in btl_openib_handle_incoming_completion()
3532 mca_btl_openib_module_t *openib_btl = NULL; in handle_wc()
[all …]
H A Dbtl_openib_async.c147 mca_btl_openib_module_t *openib_btl = NULL; in btl_openib_async_srq_limit_event()
375 struct mca_btl_openib_module_t *btl; in mca_btl_openib_load_apm()
413 struct mca_btl_openib_module_t *btl; in mca_btl_openib_load_apm_xrc_rcv()
H A Dbtl_openib_endpoint.c259 void mca_btl_openib_endpoint_init(mca_btl_openib_module_t *btl, in mca_btl_openib_endpoint_init()
740 mca_btl_openib_module_t* openib_btl = endpoint->endpoint_btl; in mca_btl_openib_endpoint_send_credits()
836 mca_btl_openib_module_t* openib_btl = endpoint->endpoint_btl; in mca_btl_openib_endpoint_send_eager_rdma()
893 mca_btl_openib_module_t* openib_btl = endpoint->endpoint_btl; in mca_btl_openib_endpoint_connect_eager_rdma()
1020 mca_btl_openib_module_t *btl = NULL; in mca_btl_openib_endpoint_invoke_error()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/openib/
H A Dbtl_openib.c98 mca_btl_openib_module_t mca_btl_openib_module = {
1036 mca_btl_openib_module_t* openib_btl = (mca_btl_openib_module_t*)btl; in mca_btl_openib_add_procs()
1205 mca_btl_openib_module_t *openib_btl = (mca_btl_openib_module_t *) btl; in mca_btl_openib_get_ep()
1296 mca_btl_openib_module_t* openib_btl = (mca_btl_openib_module_t*) btl; in mca_btl_openib_del_procs()
1344 mca_btl_openib_module_t* openib_btl = (mca_btl_openib_module_t*) btl; in mca_btl_openib_register_error_cb()
1440 mca_btl_openib_module_t *obtl = (mca_btl_openib_module_t*)btl; in mca_btl_openib_alloc()
1630 mca_btl_openib_module_t* openib_btl; in mca_btl_openib_finalize_resources()
1727 mca_btl_openib_module_t* openib_btl; in mca_btl_openib_finalize()
1777 mca_btl_openib_module_t *obtl = (mca_btl_openib_module_t*)btl; in mca_btl_openib_sendi()
1930 mca_btl_openib_module_t *openib_module = (mca_btl_openib_module_t *) btl; in mca_btl_openib_register_mem()
[all …]
H A Dbtl_openib.h167 struct mca_btl_openib_module_t **openib_btls;
465 struct mca_btl_openib_module_t { struct
504 typedef struct mca_btl_openib_module_t mca_btl_openib_module_t; argument
506 extern mca_btl_openib_module_t mca_btl_openib_module;
875 int mca_btl_openib_post_srr(mca_btl_openib_module_t* openib_btl, const int qp);
899 mca_btl_openib_transport_type_t mca_btl_openib_get_transport_type(mca_btl_openib_module_t* openib_b…
H A Dbtl_openib_proc.h64 mca_btl_openib_module_t* openib_btl;
110 mca_btl_openib_module_t* openib_btl);
H A Dbtl_openib_endpoint.h177 struct mca_btl_openib_module_t* endpoint_btl;
351 void mca_btl_openib_endpoint_init(mca_btl_openib_module_t*,
369 mca_btl_openib_module_t *openib_btl = ep->endpoint_btl; in post_recvs()
544 mca_btl_openib_module_t *openib_btl = ep->endpoint_btl; in post_send()
625 mca_btl_openib_module_t *openib_btl = endpoint->endpoint_btl; in mca_btl_openib_endpoint_credit_acquire()
710 mca_btl_openib_module_t *openib_btl = endpoint->endpoint_btl; in mca_btl_openib_endpoint_credit_release()
H A Dbtl_openib_frag.h365 alloc_control_frag(mca_btl_openib_module_t *btl) in alloc_control_frag()
370 static inline uint8_t frag_size_to_order(mca_btl_openib_module_t* btl, in frag_size_to_order()
410 struct mca_btl_openib_module_t;
H A Dbtl_openib_component.c402 mca_btl_openib_module_t *obtl = (mca_btl_openib_module_t*)btl; in btl_openib_control()
620 mca_btl_openib_module_t *openib_btl; in init_one_port()
732 openib_btl = (mca_btl_openib_module_t *) calloc(1, sizeof(mca_btl_openib_module_t)); in init_one_port()
1168 struct mca_btl_openib_module_t *btl; in init_apm_port()
2619 mca_btl_openib_module_t * openib_btl; in btl_openib_component_init()
2922 (mca_btl_openib_module_t **) malloc(sizeof(mca_btl_openib_module_t*) * in btl_openib_component_init()
3105 mca_btl_openib_module_t* openib_btl = ep->endpoint_btl; in mca_btl_openib_frag_progress_pending_put_get()
3321 mca_btl_openib_module_t *btl = ep->endpoint_btl; in btl_openib_handle_incoming_completion()
3342 mca_btl_openib_module_t* openib_btl = (mca_btl_openib_module_t*) btl; in btl_openib_handle_incoming_completion()
3488 mca_btl_openib_module_t *openib_btl = NULL; in handle_wc()
[all …]
H A Dbtl_openib_async.c147 mca_btl_openib_module_t *openib_btl = NULL; in btl_openib_async_srq_limit_event()
375 struct mca_btl_openib_module_t *btl; in mca_btl_openib_load_apm()
413 struct mca_btl_openib_module_t *btl; in mca_btl_openib_load_apm_xrc_rcv()
H A Dbtl_openib_endpoint.c259 void mca_btl_openib_endpoint_init(mca_btl_openib_module_t *btl, in mca_btl_openib_endpoint_init()
739 mca_btl_openib_module_t* openib_btl = endpoint->endpoint_btl; in mca_btl_openib_endpoint_send_credits()
835 mca_btl_openib_module_t* openib_btl = endpoint->endpoint_btl; in mca_btl_openib_endpoint_send_eager_rdma()
892 mca_btl_openib_module_t* openib_btl = endpoint->endpoint_btl; in mca_btl_openib_endpoint_connect_eager_rdma()
1017 mca_btl_openib_module_t *btl = NULL; in mca_btl_openib_endpoint_invoke_error()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/openib/connect/
H A Dconnect.h166 struct mca_btl_openib_module_t;
233 (struct mca_btl_openib_module_t *btl,
294 (struct mca_btl_openib_module_t *btl,
H A Dbtl_openib_connect_empty.c19 static int empty_component_query(mca_btl_openib_module_t *btl,
41 static int empty_component_query(mca_btl_openib_module_t *btl, in empty_component_query()
H A Dbase.h50 (mca_btl_openib_module_t *btl);
61 (mca_btl_openib_module_t *btl,
H A Dbtl_openib_connect_udcm.c158 struct mca_btl_openib_module_t *btl;
305 static int udcm_component_query(mca_btl_openib_module_t *btl,
316 static int udcm_module_finalize(mca_btl_openib_module_t *btl,
440 static int udcm_component_query(mca_btl_openib_module_t *btl, in udcm_component_query()
848 static int udcm_module_finalize(mca_btl_openib_module_t *btl, in udcm_module_finalize()
1206 mca_btl_openib_module_t *btl = lcl_ep->endpoint_btl; in udcm_rc_qp_to_rtr()
2468 mca_btl_openib_module_t *openib_btl = lcl_ep->endpoint_btl; in udcm_xrc_send_qp_connect()
2571 mca_btl_openib_module_t *openib_btl = in udcm_xrc_send_qp_create()
2572 (mca_btl_openib_module_t*)lcl_ep->endpoint_btl; in udcm_xrc_send_qp_create()
2663 mca_btl_openib_module_t *openib_btl = lcl_ep->endpoint_btl; in udcm_xrc_recv_qp_connect()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/openib/connect/
H A Dconnect.h166 struct mca_btl_openib_module_t;
233 (struct mca_btl_openib_module_t *btl,
294 (struct mca_btl_openib_module_t *btl,
H A Dbtl_openib_connect_empty.c19 static int empty_component_query(mca_btl_openib_module_t *btl,
41 static int empty_component_query(mca_btl_openib_module_t *btl, in empty_component_query()
H A Dbase.h50 (mca_btl_openib_module_t *btl);
61 (mca_btl_openib_module_t *btl,
H A Dbtl_openib_connect_udcm.c157 struct mca_btl_openib_module_t *btl;
304 static int udcm_component_query(mca_btl_openib_module_t *btl,
315 static int udcm_module_finalize(mca_btl_openib_module_t *btl,
439 static int udcm_component_query(mca_btl_openib_module_t *btl, in udcm_component_query()
847 static int udcm_module_finalize(mca_btl_openib_module_t *btl, in udcm_module_finalize()
1202 mca_btl_openib_module_t *btl = lcl_ep->endpoint_btl; in udcm_rc_qp_to_rtr()
2460 mca_btl_openib_module_t *openib_btl = lcl_ep->endpoint_btl; in udcm_xrc_send_qp_connect()
2563 mca_btl_openib_module_t *openib_btl = in udcm_xrc_send_qp_create()
2564 (mca_btl_openib_module_t*)lcl_ep->endpoint_btl; in udcm_xrc_send_qp_create()
2655 mca_btl_openib_module_t *openib_btl = lcl_ep->endpoint_btl; in udcm_xrc_recv_qp_connect()
[all …]
H A Dbtl_openib_connect_base.c247 int opal_btl_openib_connect_base_select_for_local_port(mca_btl_openib_module_t *btl) in opal_btl_openib_connect_base_select_for_local_port()
339 opal_btl_openib_connect_base_find_match(mca_btl_openib_module_t *btl, in opal_btl_openib_connect_base_find_match()

12