Searched refs:RM_TIMEOUT_POLL (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/net/fddi/skfp/ |
D | rmt.c | 286 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL) ; in rmt_fsm() 292 if (cmd == RM_TIMEOUT_POLL) { in rmt_fsm() 293 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL); in rmt_fsm() 379 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL) ; in rmt_fsm() 385 if (cmd == RM_TIMEOUT_POLL) { in rmt_fsm() 386 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL); in rmt_fsm() 472 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL) ; in rmt_fsm() 480 if (cmd == RM_TIMEOUT_POLL) { in rmt_fsm() 481 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL); in rmt_fsm()
|
/linux-3.4.99/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 262 #define RM_TIMEOUT_POLL 17 /* claim/beacon poller */ macro
|