Searched refs:cfg_file (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c3878 snprintf(sc->cfg_file, sizeof(sc->cfg_file), "pf%d", rc);
3892 copy_cfg_file_to_card(struct adapter *sc, char *cfg_file, argument
3904 if (strncmp(cfg_file, DEFAULT_CF, sizeof(t4_cfg_file)) == 0) {
3906 snprintf(cfg_file, sizeof(t4_cfg_file), UWIRE_CF);
3908 snprintf(cfg_file, sizeof(t4_cfg_file), FPGA_CF);
3911 if (strncmp(cfg_file, DEFAULT_CF, sizeof(t4_cfg_file)) == 0) {
3931 snprintf(s, sizeof(s), "%s_%s", fw_info->kld_name, cfg_file);
3937 "profile \"%s\".\n", s, cfg_file);
3994 apply_cfg_and_initialize(struct adapter *sc, char *cfg_file, argument
4124 char cfg_file[sizeof(t4_cfg_file)]; local
[all...]
H A Dadapter.h897 char cfg_file[32]; member in struct:adapter

Completed in 155 milliseconds