Searched refs:timer_msec (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/scsi/libfc/ |
D | fc_elsct.c | 48 void *arg, u32 timer_msec) in fc_elsct_send() argument 70 return fc_exch_seq_send(lport, fp, resp, NULL, arg, timer_msec); in fc_elsct_send()
|
D | fc_exch.c | 357 unsigned int timer_msec) in fc_exch_timer_set_locked() argument 362 FC_EXCH_DBG(ep, "Exchange timer armed : %d msecs\n", timer_msec); in fc_exch_timer_set_locked() 366 msecs_to_jiffies(timer_msec))) { in fc_exch_timer_set_locked() 377 static void fc_exch_timer_set(struct fc_exch *ep, unsigned int timer_msec) in fc_exch_timer_set() argument 380 fc_exch_timer_set_locked(ep, timer_msec); in fc_exch_timer_set() 645 unsigned int timer_msec) in fc_exch_abort_locked() argument 651 FC_EXCH_DBG(ep, "exch: abort, time %d msecs\n", timer_msec); in fc_exch_abort_locked() 666 if (timer_msec) in fc_exch_abort_locked() 667 fc_exch_timer_set_locked(ep, timer_msec); in fc_exch_abort_locked() 703 int fc_seq_exch_abort(const struct fc_seq *req_sp, unsigned int timer_msec) in fc_seq_exch_abort() argument [all …]
|
/Linux-v4.19/include/scsi/ |
D | libfc.h | 486 void *arg, u32 timer_msec); 969 void *arg, u32 timer_msec); 989 void *arg, u32 timer_msec); 1010 int fc_seq_exch_abort(const struct fc_seq *, unsigned int timer_msec);
|
/Linux-v4.19/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 26 struct bnx2fc_els_cb_arg *cb_arg, u32 timer_msec); 673 struct bnx2fc_els_cb_arg *cb_arg, u32 timer_msec) in bnx2fc_initiate_els() argument 790 if (timer_msec) in bnx2fc_initiate_els() 791 bnx2fc_cmd_timer_set(els_req, timer_msec); in bnx2fc_initiate_els()
|
D | bnx2fc.h | 526 unsigned int timer_msec);
|
D | bnx2fc_io.c | 30 unsigned int timer_msec) in bnx2fc_cmd_timer_set() argument 36 msecs_to_jiffies(timer_msec))) in bnx2fc_cmd_timer_set()
|
/Linux-v4.19/drivers/scsi/qedf/ |
D | qedf_els.c | 15 struct qedf_els_cb_arg *cb_arg, uint32_t timer_msec) in qedf_initiate_els() argument 139 if (timer_msec) in qedf_initiate_els() 140 qedf_cmd_timer_set(qedf, els_req, timer_msec); in qedf_initiate_els()
|
D | qedf.h | 473 unsigned int timer_msec);
|
D | qedf_io.c | 15 unsigned int timer_msec) in qedf_cmd_timer_set() argument 18 msecs_to_jiffies(timer_msec)); in qedf_cmd_timer_set()
|