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