Searched refs:speed_msg (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.h149 void get_max_msg(char *width_msg, char *speed_msg, int msg_size,
H A Diblinkinfo.c114 char speed_msg[256]; local
155 speed_msg[0] = '\0';
211 get_max_msg(width_msg, speed_msg, 256, port);
224 width_msg, speed_msg);
H A Dibdiag_common.c777 void get_max_msg(char *width_msg, char *speed_msg, int msg_size, ibnd_port_t * port) argument
838 snprintf(speed_msg, msg_size, "Could be %s",
857 snprintf(speed_msg, msg_size, "Could be %s",
867 snprintf(speed_msg, msg_size,
870 snprintf(speed_msg, msg_size, "Could be FDR10");
H A Dibqueryerrors.c189 char speed_msg[256]; local
220 speed_msg[0] = '\0';
256 get_max_msg(width_msg, speed_msg, 256, port);
269 width_msg, speed_msg);

Completed in 99 milliseconds