Home
last modified time | relevance | path

Searched refs:next_fw_slot (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/nvme/host/
H A Dcore.c4820 u8 next_fw_slot, cur_fw_slot; in nvme_get_fw_slot_info() local
4833 next_fw_slot = (log->afi & 0x70) >> 4; in nvme_get_fw_slot_info()
4834 if (!cur_fw_slot || (next_fw_slot && (cur_fw_slot != next_fw_slot))) { in nvme_get_fw_slot_info()