Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_elsct.c36 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()
Dfc_exch.c347 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
[all …]
/kernel/linux/linux-5.10/include/scsi/
Dlibfc.h474 void *arg, u32 timer_msec);
957 void *arg, u32 timer_msec);
977 void *arg, u32 timer_msec);
998 int fc_seq_exch_abort(const struct fc_seq *, unsigned int timer_msec);
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_els.c26 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()
Dbnx2fc.h533 unsigned int timer_msec);
Dbnx2fc_io.c30 unsigned int timer_msec) in bnx2fc_cmd_timer_set() argument
36 msecs_to_jiffies(timer_msec))) in bnx2fc_cmd_timer_set()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_els.c12 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()
Dqedf.h505 unsigned int timer_msec);
Dqedf_io.c12 unsigned int timer_msec) in qedf_cmd_timer_set() argument
15 msecs_to_jiffies(timer_msec)); in qedf_cmd_timer_set()