shutdown_event
u8 shutdown_event;
enum bmic_flush_cache_shutdown_event shutdown_event;
shutdown_event = RESTART;
shutdown_event = SHUTDOWN;
rc = pqi_flush_cache(ctrl_info, shutdown_event);
enum bmic_flush_cache_shutdown_event shutdown_event;
shutdown_event = pqi_get_flush_cache_shutdown_event(pci_dev);
pqi_flush_cache(ctrl_info, shutdown_event);
enum bmic_flush_cache_shutdown_event shutdown_event)
enum bmic_flush_cache_shutdown_event shutdown_event;
shutdown_event = pqi_get_flush_cache_shutdown_event(pci_dev);
pqi_flush_cache(ctrl_info, shutdown_event);
flush_cache->shutdown_event = shutdown_event;
.notifier_call = shutdown_event