Home
last modified time | relevance | path

Searched refs:timer_msec (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/scsi/libfc/
Dfc_elsct.c48 void *arg, u32 timer_msec) in fc_elsct_send() argument
70 return lport->tt.exch_seq_send(lport, fp, resp, NULL, arg, timer_msec); in fc_elsct_send()
Dfc_exch.c356 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()
[all …]
/linux-4.1.27/include/scsi/
Dlibfc.h478 void *arg, u32 timer_msec);
509 void *, unsigned int timer_msec);
567 unsigned int timer_msec);
1119 void *arg, u32 timer_msec);
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_els.c25 struct bnx2fc_els_cb_arg *cb_arg, u32 timer_msec);
665 struct bnx2fc_els_cb_arg *cb_arg, u32 timer_msec) in bnx2fc_initiate_els() argument
782 if (timer_msec) in bnx2fc_initiate_els()
783 bnx2fc_cmd_timer_set(els_req, timer_msec); in bnx2fc_initiate_els()
Dbnx2fc.h524 unsigned int timer_msec);
Dbnx2fc_io.c29 unsigned int timer_msec) in bnx2fc_cmd_timer_set() argument
35 msecs_to_jiffies(timer_msec))) in bnx2fc_cmd_timer_set()