Lines Matching refs:fcomp
148 struct bnad_iocmd_comp fcomp; in bnad_get_debug_drvinfo() local
158 fcomp.bnad = bnad; in bnad_get_debug_drvinfo()
159 fcomp.comp_status = 0; in bnad_get_debug_drvinfo()
160 init_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
163 bnad_cb_completion, &fcomp); in bnad_get_debug_drvinfo()
169 wait_for_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
170 drvinfo->cee_status = fcomp.comp_status; in bnad_get_debug_drvinfo()
173 fcomp.comp_status = 0; in bnad_get_debug_drvinfo()
174 reinit_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
177 bnad_cb_completion, &fcomp); in bnad_get_debug_drvinfo()
183 wait_for_completion(&fcomp.comp); in bnad_get_debug_drvinfo()
184 drvinfo->flash_status = fcomp.comp_status; in bnad_get_debug_drvinfo()