Searched refs:timer_msec (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_elsct.c | 48 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()
|
D | fc_exch.c | 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() [all …]
|
/linux-4.4.14/include/scsi/ |
D | libfc.h | 478 void *arg, u32 timer_msec); 509 void *, unsigned int timer_msec); 567 unsigned int timer_msec); 1119 void *arg, u32 timer_msec);
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 25 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()
|
D | bnx2fc.h | 523 unsigned int timer_msec);
|
D | bnx2fc_io.c | 29 unsigned int timer_msec) in bnx2fc_cmd_timer_set() argument 35 msecs_to_jiffies(timer_msec))) in bnx2fc_cmd_timer_set()
|