Searched refs:h_disp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_mad_ctrl.c100 cl_disp_reg_handle_t h_disp; local
122 h_disp = p_ctrl->h_set_disp;
126 h_disp = p_ctrl->h_disp;
127 cl_disp_get_queue_status(h_disp, &num_messages,
247 status = cl_disp_post(h_disp, msg_id, p_madw,
464 status = cl_disp_post(p_ctrl->h_disp,
494 p_ctrl->h_disp = CL_DISP_INVALID_HANDLE;
501 cl_disp_unregister(p_ctrl->h_disp);
530 p_ctrl->h_disp
[all...]
H A Dosm_sm_mad_ctrl.c281 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw,
341 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw,
412 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw,
492 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw,
799 status = cl_disp_post(p_ctrl->h_disp,
829 p_ctrl->h_disp = CL_DISP_INVALID_HANDLE;
838 cl_disp_unregister(p_ctrl->h_disp);
866 p_ctrl->h_disp = cl_disp_register(p_disp, CL_DISP_MSGID_NONE, NULL,
869 if (p_ctrl->h_disp == CL_DISP_INVALID_HANDLE) {
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_sa_mad_ctrl.h102 cl_disp_reg_handle_t h_disp; member in struct:osm_sa_mad_ctrl
130 * h_disp
H A Dosm_sm_mad_ctrl.h104 cl_disp_reg_handle_t h_disp; member in struct:osm_sm_mad_ctrl
130 * h_disp

Completed in 70 milliseconds