Home
last modified time | relevance | path

Searched refs:IB_MAD_METHOD_DELETE (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/ofed/opensm/opensm/
HDosm_sa_mad_ctrl.c378 case IB_MAD_METHOD_DELETE: in sa_mad_ctrl_rcv_callback()
458 p_madw->p_mad->method == IB_MAD_METHOD_DELETE)) in sa_mad_ctrl_send_err_callback()
HDosm_sa_service_record.c695 case IB_MAD_METHOD_DELETE: in osm_sr_rcv_process()
HDosm_sa_guidinfo_record.c787 case IB_MAD_METHOD_DELETE: in osm_gir_rcv_process()
HDosm_sa_mcmember_record.c1743 case IB_MAD_METHOD_DELETE: in osm_mcmr_rcv_process()
/freebsd-14-stable/contrib/ofed/infiniband-diags/src/
HDmcm_rereg_test.c123 build_mcm_rec_umad(umad, dport, IB_MAD_METHOD_DELETE, comp_mask, data); in rereg_port_gid()
/freebsd-14-stable/contrib/ofed/opensm/libvendor/
HDosm_vendor_ibumad_sa.c667 sa_mad_data.method = IB_MAD_METHOD_DELETE; in osmv_query_sa()
HDosm_vendor_mlx_sa.c742 sa_mad_data.method = IB_MAD_METHOD_DELETE; in osmv_query_sa()
HDosm_vendor_al.c948 mad_svc.method_array[IB_MAD_METHOD_DELETE] = TRUE; in osm_vendor_bind()
HDosm_vendor_ibumad.c935 set_bit(IB_MAD_METHOD_DELETE, &method_mask); in osm_vendor_bind()
/freebsd-14-stable/contrib/ofed/libibmad/
HDmad.h112 IB_MAD_METHOD_DELETE = 0x15, enumerator
/freebsd-14-stable/contrib/ofed/opensm/include/iba/
HDib_types.h760 #define IB_MAD_METHOD_DELETE 0x15 macro