Searched refs:fwt (Results 1 – 2 of 2) sorted by relevance
390 struct fw_table fw_table[10], *fwt = NULL; in qlcver_dcmd() local436 for (fwt = &fw_table[0]; fwt->fw_class; fwt++) { in qlcver_dcmd()439 (uintptr_t)fwt->fw_version) == -1) { in qlcver_dcmd()446 mdb_printf("%x\t%-11s", fwt->fw_class, fwverptr); in qlcver_dcmd()466 if (qlstate->fw_class == fwt->fw_class) { in qlcver_dcmd()
17031 struct fw_table *fwt; in ql_fwmodule_resolve() local17044 for (fwt = &fw_table[0]; fwt->fw_version; fwt++) { in ql_fwmodule_resolve()17045 if (fwt->fw_class == ha->fw_class) in ql_fwmodule_resolve()17048 if (fwt->fw_version == NULL) { in ql_fwmodule_resolve()17172 if (strcmp(fwt->fw_version, fw_version) != 0) { in ql_fwmodule_resolve()17182 ha->instance, ha->fw_class, fwt->fw_version, in ql_fwmodule_resolve()