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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcfdef.h491 HCFASSERT( prot_cnt, IPW( HREG_IO ) ) \
557 * in a row and that when one fails all subsequent fail immediately without reinitialization of prot_cnt
568 #define PROT_CNT_INI hcf_32 prot_cnt = ifbp->IFB_TickIni;
571 #define HCF_WAIT_WHILE( x ) while ( prot_cnt && (x) && (HCF_YIELD) ) prot_cnt--;
574 #define HCF_WAIT_WHILE( x ) while ( prot_cnt && (x) ) { udelay(2); prot_cnt--; }
H A Dhcf.c1112 * fail (prot_cnt becomes 0), then something is serious wrong. Rather than PANICK, the assumption is that the
1153 hcf_32 prot_cnt; local
1175 prot_cnt = INI_TICK_INI;
1211 IF_PROT_TIME( prot_cnt = ifbp->IFB_TickIni = INI_TICK_INI; )
1216 IF_PROT_TIME( HCFASSERT( prot_cnt, IPW( HREG_EV_STAT) ) )
1217 IF_PROT_TIME( if ( prot_cnt ) prot_cnt = ifbp->IFB_TickIni; )
1231 IF_PROT_TIME( HCFASSERT( prot_cnt, IPW( HREG_EV_STAT) ) ) /* if prot_cnt == 0, cmd_exe will fail, causing DEFUNCT */
3434 *4: If the Timer Tick Event is continuously up (prot_cnt stil
3469 hcf_32 prot_cnt; local
[all...]

Completed in 100 milliseconds