Searched refs:speed_msg (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibdiag_common.c | 777 void get_max_msg(char *width_msg, char *speed_msg, int msg_size, ibnd_port_t * port) in get_max_msg() argument 838 snprintf(speed_msg, msg_size, "Could be %s", in get_max_msg() 857 snprintf(speed_msg, msg_size, "Could be %s", in get_max_msg() 867 snprintf(speed_msg, msg_size, in get_max_msg() 870 snprintf(speed_msg, msg_size, "Could be FDR10"); in get_max_msg()
|
H A D | iblinkinfo.c | 114 char speed_msg[256]; in print_port() local 155 speed_msg[0] = '\0'; in print_port() 211 get_max_msg(width_msg, speed_msg, 256, port); in print_port() 224 width_msg, speed_msg); in print_port()
|
H A D | ibdiag_common.h | 149 void get_max_msg(char *width_msg, char *speed_msg, int msg_size,
|
H A D | ibqueryerrors.c | 189 char speed_msg[256]; in print_port_config() local 220 speed_msg[0] = '\0'; in print_port_config() 256 get_max_msg(width_msg, speed_msg, 256, port); in print_port_config() 269 width_msg, speed_msg); in print_port_config()
|