Home
last modified time | relevance | path

Searched refs:EMLXS_CFG_HELP_SIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_config.h35 #define EMLXS_CFG_HELP_SIZE 80 macro
45 char help[EMLXS_CFG_HELP_SIZE];
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c960 EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
964 (void) strlcat(cfg->help, ", 1=1Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
969 (void) strlcat(cfg->help, ", 2=2Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
974 (void) strlcat(cfg->help, ", 4=4Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
979 (void) strlcat(cfg->help, ", 8=8Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
984 (void) strlcat(cfg->help, ", 10=10Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
989 (void) strlcat(cfg->help, ", 16=16Gb", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
993 (void) strlcat(cfg->help, "]", EMLXS_CFG_HELP_SIZE); in emlxs_process_link_speed()
H A Demlxs_solaris.c7641 cfg->help[(EMLXS_CFG_HELP_SIZE-1)] = 0; in emlxs_get_props()