Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibccconfig.c123 uint64_t cc_key; in congestion_key_info() local
132 if ((errstr = parselonglongint(argv[0], &cc_key))) in congestion_key_info()
153 cc_key); in congestion_key_info()
/freebsd/contrib/ofed/opensm/opensm/
H A Dmain.c969 opt.cc_key = strtoull(optarg, NULL, 0); in main()
970 printf(" CC Key 0x%" PRIx64 "\n", opt.cc_key); in main()
H A Dosm_congestion_control.c98 p_cc_mad->cc_key = p_opt->cc_key; in cc_mad_post()
H A Dosm_subnet.c891 { "cc_key", OPT_OFFSET(cc_key), opts_parse_net64, NULL, 0},
1648 p_opt->cc_key = OSM_DEFAULT_CC_KEY; in osm_subn_set_default_opt()
2847 cl_ntoh64(p_opts->cc_key), in osm_subn_output_conf()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h343 ib_net64_t cc_key; member
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h7974 ib_net64_t cc_key; // CC key of the offending packet member
11417 ib_net64_t cc_key; member
11452 return p_cc_mad->cc_key; in ib_cc_mad_get_cc_key()
11563 ib_net64_t cc_key; member