Lines Matching refs:fcomp
150 struct bnad_iocmd_comp fcomp; in bnad_get_debug_drvinfo() local
160 fcomp.bnad = bnad; in bnad_get_debug_drvinfo()
161 fcomp.comp_status = 0; in bnad_get_debug_drvinfo()
162 init_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
165 bnad_cb_completion, &fcomp); in bnad_get_debug_drvinfo()
171 wait_for_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
172 drvinfo->cee_status = fcomp.comp_status; in bnad_get_debug_drvinfo()
175 fcomp.comp_status = 0; in bnad_get_debug_drvinfo()
176 reinit_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
179 bnad_cb_completion, &fcomp); in bnad_get_debug_drvinfo()
185 wait_for_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
186 drvinfo->flash_status = fcomp.comp_status; in bnad_get_debug_drvinfo()