Home
last modified time | relevance | path

Searched refs:with_grh (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibping.c56 static int with_grh; variable
193 with_grh = 1; in process_opt()
247 if (with_grh && ibd_dest_type != IB_DEST_LID) in main()
253 if (with_grh) { in main()
H A Dibsysstat.c56 static int with_grh; variable
295 with_grh = 1; in process_opt()
352 if (with_grh && ibd_dest_type != IB_DEST_LID) in main()
357 if (with_grh) { in main()
H A Dibccquery.c57 static int with_grh; variable
354 with_grh = 1; in process_opt()
413 if (with_grh && ibd_dest_type != IB_DEST_LID) in main()
418 if (with_grh) { in main()
H A Dibccconfig.c60 static int with_grh; variable
559 with_grh = 1; in process_opt()
625 if (with_grh && ibd_dest_type != IB_DEST_LID) in main()
630 if (with_grh) { in main()
H A Dvendstat.c65 static int with_grh; variable
345 with_grh = 1; in process_opt()
400 if (with_grh && ibd_dest_type != IB_DEST_LID) { in main()
409 if (with_grh) { in main()
H A Dperfquery.c56 static int with_grh; variable
794 with_grh = 1; in process_opt()
912 if (with_grh && ibd_dest_type != IB_DEST_LID) in main()
917 if (with_grh) { in main()
H A Dsaquery.c86 uint8_t with_grh; member
1725 p->with_grh = TRUE; in process_opt()
1728 p->with_grh = TRUE; in process_opt()
1904 if (params.with_grh) { in main()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_sa_api.h743 int with_grh; member
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c420 if (p_query_req->with_grh) { in __osmv_send_sa_req()