Home
last modified time | relevance | path

Searched refs:cl_disp_post (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sm_mad_ctrl.c281 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw, in sm_mad_ctrl_process_get_resp()
341 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw, in sm_mad_ctrl_process_get()
412 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw, in sm_mad_ctrl_process_set()
492 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw, in sm_mad_ctrl_process_trap()
799 status = cl_disp_post(p_ctrl->h_disp, in sm_mad_ctrl_send_err_cb()
H A Dosm_sa_mad_ctrl.c247 status = cl_disp_post(h_disp, msg_id, p_madw, in sa_mad_ctrl_process()
459 status = cl_disp_post(p_ctrl->h_set_disp, in sa_mad_ctrl_send_err_callback()
465 status = cl_disp_post(p_ctrl->h_disp, in sa_mad_ctrl_send_err_callback()
H A Dosm_congestion_control.c652 if (cl_disp_post(p_cc->cc_disp_h, OSM_MSG_MAD_CC, in cc_mad_recv_callback()
H A Dosm_perfmgr.c210 if (cl_disp_post(pm->pc_disp_h, OSM_MSG_MAD_PORT_COUNTERS, in perfmgr_mad_recv_callback()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_dispatcher.h557 cl_disp_post(IN const cl_disp_reg_handle_t handle,
/freebsd/contrib/ofed/opensm/complib/
H A Dlibosmcomp.map11 cl_disp_post;
H A Dcl_dispatcher.c288 cl_status_t cl_disp_post(IN const cl_disp_reg_handle_t handle, in cl_disp_post() function