Lines Matching refs:timer_msec
356 unsigned int timer_msec) in fc_exch_timer_set_locked() argument
361 FC_EXCH_DBG(ep, "Exchange timer armed : %d msecs\n", timer_msec); in fc_exch_timer_set_locked()
365 msecs_to_jiffies(timer_msec))) in fc_exch_timer_set_locked()
374 static void fc_exch_timer_set(struct fc_exch *ep, unsigned int timer_msec) in fc_exch_timer_set() argument
377 fc_exch_timer_set_locked(ep, timer_msec); in fc_exch_timer_set()
629 unsigned int timer_msec) in fc_exch_abort_locked() argument
646 if (timer_msec) in fc_exch_abort_locked()
647 fc_exch_timer_set_locked(ep, timer_msec); in fc_exch_abort_locked()
684 unsigned int timer_msec) in fc_seq_exch_abort() argument
691 error = fc_exch_abort_locked(ep, timer_msec); in fc_seq_exch_abort()
2078 void *arg, u32 timer_msec) in fc_exch_seq_send() argument
2114 if (timer_msec) in fc_exch_seq_send()
2115 fc_exch_timer_set_locked(ep, timer_msec); in fc_exch_seq_send()