Searched refs:fdr10 (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibstat.c139 int len, fdr10 = 0; local
150 if (!strncasecmp(p - 5, "fdr10", 5))
151 fdr10 = 1;
156 return fdr10;
H A Dibnetdiscover.c103 char *dump_linkspeedext_compat(uint32_t espeed, uint32_t speed, uint32_t fdr10) argument
107 if (fdr10 & FDR10)
369 uint32_t fdr10 = mad_get_field(port->ext_info, 0, local
413 dump_linkspeedext_compat(espeed, ispeed, fdr10));
440 uint32_t fdr10 = mad_get_field(port->ext_info, 0, local
474 dump_linkspeedext_compat(espeed, ispeed, fdr10));
702 uint32_t iwidth, ispeed, fdr10, espeed, cap_mask; local
728 fdr10 = mad_get_field(port->ext_info, 0,
741 dump_linkspeedext_compat(espeed, ispeed, fdr10));
H A Diblinkinfo.c116 int iwidth, ispeed, fdr10, espeed, istate, iphystate, cap_mask; local
125 fdr10 = mad_get_field(port->ext_info, 0,
167 if (fdr10)
H A Dibportstate.c79 uint64_t fdr10 = 0; /* no state change */ variable
101 {"fdr10", &fdr10, 0}, /* FDR10 SPEED */
398 "\nSupported ops: enable, disable, on, off, reset, speed, espeed, fdr10,\n"
466 IBEXIT("invalid fdr10 speed value %ld", val);
611 fdr10);
H A Dibqueryerrors.c191 int iwidth, ispeed, fdr10, espeed, istate, iphystate, cap_mask; local
201 fdr10 = mad_get_field(port->ext_info, 0,
227 if (fdr10)
H A Dibdiag_common.c781 uint32_t cap_mask, rem_cap_mask, fdr10; local
823 fdr10 = (mad_get_field(port->ext_info, 0,
827 if (fdr10)
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c355 if (sm->p_subn->opt.fdr10 &&
357 if (sm->p_subn->opt.fdr10 == 1) { /* enable */
369 if (sm->p_subn->opt.fdr10 == 1)
H A Dosm_subnet.c784 { "fdr10", OPT_OFFSET(fdr10), opts_parse_uint8, NULL, 1 },
1558 p_opt->fdr10 = 1;
2050 if (2 < p_opts->fdr10) {
2051 log_report(" Invalid Cached Option Value:fdr10 = %u:"
2052 "Using Default:%u\n", p_opts->fdr10, 1);
2053 p_opts->fdr10 = 1;
2393 "# 0: don't use fdr10 (no MLNX ExtendedPortInfo MADs)\n"
2394 "# Default 1: enable fdr10 when supported\n"
2395 "# 2: disable fdr10 whe
[all...]
H A Dosm_sw_info_rcv.c362 sm->p_subn->opt.fdr10) {
H A Dosm_node_info_rcv.c328 if (sm->p_subn->opt.fdr10)
H A Dosm_port_info_rcv.c284 if (sm->p_subn->opt.fdr10)
H A Dosm_helper.c3209 IN uint8_t fdr10)
3214 if (fdr10)
3208 osm_get_lsa_str(IN uint8_t lsa, IN uint8_t lsea, IN uint8_t state, IN uint8_t fdr10) argument
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h269 uint8_t fdr10; member in struct:osm_subn_opt
H A Dosm_helper.h663 IN uint8_t fdr10);
/freebsd-13-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c167 int ispeed, fdr10, espeed; local
173 fdr10 = mad_get_field(port->ext_info, 0,
192 (fdr10 & FDR10) ? "FDR10" : "",

Completed in 198 milliseconds