Searched refs:wfc (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dworkqueue.c3401 struct work_for_cpu *wfc = _wfc; local
3402 wfc->ret = wfc->fn(wfc->arg);
3403 complete(&wfc->completion);
3420 struct work_for_cpu wfc = { local
3421 .completion = COMPLETION_INITIALIZER_ONSTACK(wfc.completion),
3426 sub_thread = kthread_create(do_work_for_cpu, &wfc, "work_for_cpu");
3431 wait_for_completion(&wfc.completion);
3432 return wfc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dccmd.c450 wd->wfc.bIbssGMode = 1;
452 wd->wfc.bIbssGMode = 0;
H A Dcmm.c933 if( wd->wfc.bIbssGMode
1706 if (wd->wfc.bIbssGMode) {
H A Dcmmsta.c499 && (wd->wfc.bIbssGMode == 0) )
1286 if( wd->wfc.bIbssGMode
1301 if( wd->wfc.bIbssGMode
3223 if ( wd->wfc.bIbssGMode
H A Dstruct.h1098 struct zsWrapperFeatureCtrl wfc; member in struct:zsWlanDev
H A Dcoid.c2422 adhocMode = wd->wfc.bIbssGMode;

Completed in 167 milliseconds