Lines Matching refs:fcomp
140 struct bnad_iocmd_comp fcomp; in bnad_get_debug_drvinfo() local
150 fcomp.bnad = bnad; in bnad_get_debug_drvinfo()
151 fcomp.comp_status = 0; in bnad_get_debug_drvinfo()
152 init_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
155 bnad_cb_completion, &fcomp); in bnad_get_debug_drvinfo()
161 wait_for_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
162 drvinfo->cee_status = fcomp.comp_status; in bnad_get_debug_drvinfo()
165 fcomp.comp_status = 0; in bnad_get_debug_drvinfo()
166 reinit_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
169 bnad_cb_completion, &fcomp); in bnad_get_debug_drvinfo()
175 wait_for_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
176 drvinfo->flash_status = fcomp.comp_status; in bnad_get_debug_drvinfo()