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

/linux-master/drivers/nvme/host/
H A Dcore.c4227 u8 next_fw_slot, cur_fw_slot; local
4240 next_fw_slot = (log->afi & 0x70) >> 4;
4241 if (!cur_fw_slot || (next_fw_slot && (cur_fw_slot != next_fw_slot))) {

Completed in 120 milliseconds