Searched refs:FDR10 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c101 {"fdr10", &fdr10, 0}, /* FDR10 SPEED */
607 FDR10);
756 if (fdr10e & FDR10 && peerfdr10e & FDR10) {
757 if (!(fdr10a & FDR10))
758 IBWARN("Peer ports operating at active speed %d rather than FDR10", lsa);
H A Dibdiag_common.c817 IB_MLNX_EXT_PORT_LINK_SPEED_SUPPORTED_F) & FDR10)
819 IB_MLNX_EXT_PORT_LINK_SPEED_SUPPORTED_F) & FDR10);
857 IB_MLNX_EXT_PORT_LINK_SPEED_ACTIVE_F) & FDR10) == 0) {
858 /* Special case QDR to try to avoid confusion with FDR10 */
861 "Could be FDR10 (Found link at QDR but expected speed is FDR10)");
863 snprintf(speed_msg, msg_size, "Could be FDR10");
H A Diblinkinfo.c126 IB_MLNX_EXT_PORT_LINK_SPEED_ACTIVE_F) & FDR10;
168 sprintf(speed, "10.0 Gbps (FDR10)");
H A Dibqueryerrors.c195 IB_MLNX_EXT_PORT_LINK_SPEED_ACTIVE_F) & FDR10;
221 sprintf(speed, "10.0 Gbps (FDR10)");
H A Dibnetdiscover.c107 if (fdr10 & FDR10)
108 return ("FDR10");
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c356 p_physp->ext_port_info.link_speed_supported & FDR10) {
358 if (!(p_physp->ext_port_info.link_speed_enabled & FDR10))
361 if (p_physp->ext_port_info.link_speed_enabled & FDR10)
370 p_epi->link_speed_enabled = FDR10;
H A Dosm_dump.c461 if (p_physp->ext_port_info.link_speed_active & FDR10)
462 link_speed_act_str = "FDR10";
614 p_physp->ext_port_info.link_speed_active & FDR10));
H A Dosm_console.c846 if (epi->link_speed_active & FDR10)
850 /* check for speed reduced from FDR10 */
851 if (epi->link_speed_enabled & FDR10) {
991 fprintf(out, " %" PRIu64 " at 10.0 Gbps (FDR10)\n", fs.ports_fdr10);
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c192 (fdr10 & FDR10) ? "FDR10" : "",
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h6426 #define FDR10 0x01 macro

Completed in 261 milliseconds