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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dmlme.c5142 unsigned long MsgIdx; local
5144 MsgIdx = Msg - S->Base;
5146 if (St < S->NrState && MsgIdx < S->NrMsg) {
5148 S->TransFunc[St * S->NrMsg + MsgIdx] = Func;

Completed in 41 milliseconds