Searched refs:p_mad (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_mad_ctrl.c436 ib_get_sa_method_str(p_madw->p_mad->method),
437 ib_get_sa_attr_str(p_madw->p_mad->attr_id),
438 cl_ntoh32(p_madw->p_mad->attr_mod),
440 cl_ntoh64(p_madw->p_mad->trans_id));
456 (p_madw->p_mad->method == IB_MAD_METHOD_SET ||
457 p_madw->p_mad->method == IB_MAD_METHOD_DELETE))
H A Dosm_helper.c2789 static void osm_dump_sa_mad_to_buf(IN const ib_sa_mad_t * p_mad, OUT char * buf) argument
2791 if (!buf || !p_mad)
2795 if (p_mad == NULL) {
2822 p_mad->base_ver, p_mad->mgmt_class, p_mad->class_ver,
2823 p_mad->method, ib_get_sa_method_str(p_mad->method),
2824 cl_ntoh16(p_mad->status), cl_ntoh16(p_mad
2839 osm_dump_sa_mad(IN osm_log_t * p_log, IN const ib_sa_mad_t * p_mad, IN osm_log_level_t log_level) argument
2851 osm_dump_sa_mad_v2(IN osm_log_t * p_log, IN const ib_sa_mad_t * p_mad, IN const int file_id, IN osm_log_level_t log_level) argument
[all...]
H A Dosm_congestion_control.c451 ib_mad_t *p_mad = osm_madw_get_mad_ptr(p_madw); local
462 cl_ntoh16(p_mad->status), cl_ntoh16(p_mad->attr_id),
699 p_madw->p_mad->attr_id,
703 cl_ntoh64(p_madw->p_mad->trans_id));
H A Dosm_perfmgr.c251 cl_ntoh64(p_madw->p_mad->trans_id));
1759 ib_mad_t *p_mad = osm_madw_get_mad_ptr(p_madw); local
1784 PRIx64 " port %u\n", cl_ntoh16(p_mad->status), node_guid, port);
1786 CL_ASSERT(p_mad->attr_id == IB_MAD_ATTR_PORT_CNTRS ||
1787 p_mad->attr_id == IB_MAD_ATTR_PORT_CNTRS_EXT ||
1788 p_mad->attr_id == IB_MAD_ATTR_CLASS_PORT_INFO);
1803 if (p_mad->attr_id == IB_MAD_ATTR_CLASS_PORT_INFO) {
1810 if (p_mad->status & IB_MAD_STATUS_REDIRECT)
1833 if (p_mad->attr_id == IB_MAD_ATTR_PORT_CNTRS_EXT) {
H A Dosm_trap_rcv.c396 if (p_madw->p_mad->mgmt_class == IB_MCLASS_SUBN_LID ||
397 p_madw->p_mad->mgmt_class == IB_MCLASS_SUBN_DIR)
H A Dosm_inform.c310 ib_mad_t *p_mad; local
350 p_mad = osm_madw_get_mad_ptr(p_report_madw);
351 ib_mad_init_new(p_mad, IB_MCLASS_SUBN_ADM, 2, IB_MAD_METHOD_REPORT,
/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl.c65 CL_ASSERT(p_madw->p_mad);
69 ib_mad_is_response(p_madw->p_mad);
453 mad_buf_p = (void *)madw_p->p_mad;
494 madw_p->p_mad = mad_buf_p;
883 p_madw->p_mad = NULL;
900 ib_mad_t *const p_mad = osm_madw_get_mad_ptr(p_madw); local
913 if (p_mad->mgmt_class != IB_MCLASS_SUBN_DIR) {
915 p_mad->mgmt_class ==
927 if ((p_mad->mgmt_class == IB_MCLASS_SUBN_DIR) ||
928 (p_mad
[all...]
H A Dosm_vendor_mlx_rmpp_ctx.c234 IN void *p_mad)
247 memcpy(p_list_mad, p_mad, MAD_BLOCK_SIZE);
259 if (osmv_mad_is_sa((ib_mad_t *) p_mad)) {
233 osmv_rmpp_recv_ctx_store_mad_seg(IN osmv_rmpp_recv_ctx_t * p_recv_ctx, IN void *p_mad) argument
H A Dosm_pkt_randomizer.c223 IN const ib_mad_t * p_mad)
231 p_smp = (ib_smp_t *) p_mad;
221 osm_pkt_randomizer_mad_drop(IN osm_log_t * p_log, IN osm_pkt_randomizer_t * p_pkt_randomizer, IN const ib_mad_t * p_mad) argument
H A Dosm_vendor_mlx_txn.c138 (void *)p_madw->p_mad,
536 ib_mad_t *p_mad; local
635 p_mad = osm_madw_get_mad_ptr(p_madw);
639 osmv_rmpp_send_nak((osm_bind_handle_t) p_bo, p_mad,
H A Dosm_vendor_ibumad_sa.c97 p_sa_mad = (ib_sa_mad_t *) p_madw->p_mad;
H A Dosm_vendor_mlx_sa.c101 p_sa_mad = (ib_sa_mad_t *) p_madw->p_mad;
/freebsd-12-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h3883 ib_mad_init_new(IN ib_mad_t * const p_mad, argument
3890 CL_ASSERT(p_mad);
3891 p_mad->base_ver = 1;
3892 p_mad->mgmt_class = mgmt_class;
3893 p_mad->class_ver = class_ver;
3894 p_mad->method = method;
3895 p_mad->status = 0;
3896 p_mad->class_spec = 0;
3897 p_mad->trans_id = trans_id;
3898 p_mad
3945 ib_mad_init_response(IN const ib_mad_t * const p_req_mad, IN ib_mad_t * const p_mad, IN const ib_net16_t status) argument
3990 ib_mad_is_response(IN const ib_mad_t * const p_mad) argument
[all...]

Completed in 93 milliseconds

12