Searched refs:core_quirks (Results 1 – 1 of 1) sorted by relevance
2516 static const struct nvme_core_quirk_entry core_quirks[] = { variable2979 for (i = 0; i < ARRAY_SIZE(core_quirks); i++) { in nvme_init_identify()2980 if (quirk_matches(id, &core_quirks[i])) in nvme_init_identify()2981 ctrl->quirks |= core_quirks[i].quirks; in nvme_init_identify()