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