Searched refs:cfg_file (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_main.c | 2286 char cfg_file[32]; member 2318 MPASS(sizeof(o->cfg_file) == sizeof(sc->cfg_file)); in save_caps_and_params() 2319 memcpy(o->cfg_file, sc->cfg_file, sizeof(o->cfg_file)); in save_caps_and_params() 2359 CH_ERR(sc, "config file %s (0x%x) -> %s (0x%x)\n", o->cfg_file, in compare_caps_and_params() 2360 o->cfcsum, sc->cfg_file, sc->cfcsum); in compare_caps_and_params() 5217 snprintf(sc->cfg_file, sizeof(sc->cfg_file), "pf%d", rc); in contact_firmware() 5231 copy_cfg_file_to_card(struct adapter *sc, char *cfg_file, in copy_cfg_file_to_card() argument 5243 if (strncmp(cfg_file, DEFAULT_CF, sizeof(t4_cfg_file)) == 0) { in copy_cfg_file_to_card() 5245 snprintf(cfg_file, sizeof(t4_cfg_file), UWIRE_CF); in copy_cfg_file_to_card() 5247 snprintf(cfg_file, sizeof(t4_cfg_file), FPGA_CF); in copy_cfg_file_to_card() [all …]
|
| H A D | adapter.h | 1051 char cfg_file[32]; member
|