Searched refs:RM_TIMEOUT_POLL (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/fddi/skfp/ |
D | rmt.c | 276 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL) ; in rmt_fsm() 282 if (cmd == RM_TIMEOUT_POLL) { in rmt_fsm() 283 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL); in rmt_fsm() 368 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL) ; in rmt_fsm() 374 if (cmd == RM_TIMEOUT_POLL) { in rmt_fsm() 375 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL); in rmt_fsm() 460 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL) ; in rmt_fsm() 468 if (cmd == RM_TIMEOUT_POLL) { in rmt_fsm() 469 start_rmt_timer2(smc,smc->s.rmt_t_poll,RM_TIMEOUT_POLL); in rmt_fsm()
|
/linux-6.1.9/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 263 #define RM_TIMEOUT_POLL 17 /* claim/beacon poller */ macro
|