Searched refs:work_init (Results 1 – 3 of 3) sorted by relevance
1694 process_fw_state_change_wq(&instance->work_init); in megasas_do_ocr()2433 container_of(work, struct megasas_instance, work_init); in process_fw_state_change_wq()2561 schedule_work(&instance->work_init); in megasas_deplete_reply_queue()4076 INIT_WORK(&instance->work_init, megasas_fusion_ocr_wq); in megasas_probe_one()4078 INIT_WORK(&instance->work_init, process_fw_state_change_wq); in megasas_probe_one()
1804 schedule_work(&instance->work_init); in megasas_isr_fusion()2234 container_of(work, struct megasas_instance, work_init); in megasas_fusion_ocr_wq()
1335 struct work_struct work_init; member