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