Lines Matching refs:timer_msec
347 unsigned int timer_msec) in fc_exch_timer_set_locked() argument
352 FC_EXCH_DBG(ep, "Exchange timer armed : %d msecs\n", timer_msec); in fc_exch_timer_set_locked()
356 msecs_to_jiffies(timer_msec))) { in fc_exch_timer_set_locked()
367 static void fc_exch_timer_set(struct fc_exch *ep, unsigned int timer_msec) in fc_exch_timer_set() argument
370 fc_exch_timer_set_locked(ep, timer_msec); in fc_exch_timer_set()
635 unsigned int timer_msec) in fc_exch_abort_locked() argument
641 FC_EXCH_DBG(ep, "exch: abort, time %d msecs\n", timer_msec); in fc_exch_abort_locked()
656 if (timer_msec) in fc_exch_abort_locked()
657 fc_exch_timer_set_locked(ep, timer_msec); in fc_exch_abort_locked()
693 int fc_seq_exch_abort(const struct fc_seq *req_sp, unsigned int timer_msec) in fc_seq_exch_abort() argument
700 error = fc_exch_abort_locked(ep, timer_msec); in fc_seq_exch_abort()
2183 void *arg, u32 timer_msec) in fc_exch_seq_send() argument
2219 if (timer_msec) in fc_exch_seq_send()
2220 fc_exch_timer_set_locked(ep, timer_msec); in fc_exch_seq_send()