Searched refs:timer_msec (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/scsi/libfc/ |
A D | fc_elsct.c | 36 void *arg, u32 timer_msec) in fc_elsct_send() argument 58 return fc_exch_seq_send(lport, fp, resp, NULL, arg, timer_msec); in fc_elsct_send()
|
A D | fc_exch.c | 346 unsigned int timer_msec) in fc_exch_timer_set_locked() argument 355 msecs_to_jiffies(timer_msec))) { in fc_exch_timer_set_locked() 369 fc_exch_timer_set_locked(ep, timer_msec); in fc_exch_timer_set() 634 unsigned int timer_msec) in fc_exch_abort_locked() argument 640 FC_EXCH_DBG(ep, "exch: abort, time %d msecs\n", timer_msec); in fc_exch_abort_locked() 655 if (timer_msec) in fc_exch_abort_locked() 656 fc_exch_timer_set_locked(ep, timer_msec); in fc_exch_abort_locked() 699 error = fc_exch_abort_locked(ep, timer_msec); in fc_seq_exch_abort() 2181 void *arg, u32 timer_msec) in fc_exch_seq_send() argument 2217 if (timer_msec) in fc_exch_seq_send() [all …]
|
/linux-6.3-rc2/include/scsi/ |
A D | libfc.h | 483 void *arg, u32 timer_msec); 966 void *arg, u32 timer_msec); 986 void *arg, u32 timer_msec); 1007 int fc_seq_exch_abort(const struct fc_seq *, unsigned int timer_msec);
|
/linux-6.3-rc2/drivers/scsi/bnx2fc/ |
A 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()
|
A D | bnx2fc.h | 537 unsigned int timer_msec);
|
A 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-6.3-rc2/drivers/scsi/qedf/ |
A D | qedf_els.c | 12 struct qedf_els_cb_arg *cb_arg, uint32_t timer_msec) in qedf_initiate_els() argument 128 if (timer_msec) in qedf_initiate_els() 129 qedf_cmd_timer_set(qedf, els_req, timer_msec); in qedf_initiate_els()
|
A D | qedf.h | 511 unsigned int timer_msec);
|
A D | qedf_io.c | 12 unsigned int timer_msec) in qedf_cmd_timer_set() argument 15 msecs_to_jiffies(timer_msec)); in qedf_cmd_timer_set()
|
Completed in 32 milliseconds