Home
last modified time | relevance | path

Searched refs:IB_SA_MAD_STATUS_NO_RECORDS (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_link_record.c388 sa_status = IB_SA_MAD_STATUS_NO_RECORDS; in lr_rcv_get_end_points()
405 sa_status = IB_SA_MAD_STATUS_NO_RECORDS; in lr_rcv_get_end_points()
H A Dosm_sa_guidinfo_record.c406 IB_SA_MAD_STATUS_NO_RECORDS); in del_guidinfo()
513 IB_SA_MAD_STATUS_NO_RECORDS); in set_guidinfo()
820 osm_sa_send_error(sa, p_madw, IB_SA_MAD_STATUS_NO_RECORDS); in osm_gir_rcv_process()
H A Dosm_sa_service_record.c498 osm_sa_send_error(sa, p_madw, IB_SA_MAD_STATUS_NO_RECORDS); in sr_rcv_process_get_method()
635 osm_sa_send_error(sa, p_madw, IB_SA_MAD_STATUS_NO_RECORDS); in sr_rcv_process_delete_method()
H A Dosm_sa_path_record.c1349 sa_status = IB_SA_MAD_STATUS_NO_RECORDS; in osm_pr_get_end_points()
1403 sa_status = IB_SA_MAD_STATUS_NO_RECORDS; in osm_pr_get_end_points()
H A Dosm_sa.c467 osm_sa_send_error(sa, madw, IB_SA_MAD_STATUS_NO_RECORDS); in osm_sa_respond()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h928 #define IB_SA_MAD_STATUS_NO_RECORDS (CL_HTON16(0x0300)) macro