Searched refs:timer_msec (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/scsi/libfc/ |
H A D | fc_elsct.c | 29 * @timer_msec: The timeout period for the frame (in msecs) 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()
|
H A D | fc_exch.c | 340 * @timer_msec: The timeout period 346 unsigned int timer_msec) in fc_exch_timer_set_locked() argument 351 FC_EXCH_DBG(ep, "Exchange timer armed : %d msecs\n", timer_msec); in fc_exch_timer_set_locked() 355 msecs_to_jiffies(timer_msec))) { in fc_exch_timer_set_locked() 364 * @timer_msec: The timeout period 366 static void fc_exch_timer_set(struct fc_exch *ep, unsigned int timer_msec) in fc_exch_timer_set() argument 369 fc_exch_timer_set_locked(ep, timer_msec); in fc_exch_timer_set() 620 * @timer_msec: The period of time to wait before aborting 625 * A timer_msec can be specified for abort timeout, if non-zero 626 * timer_msec valu 634 fc_exch_abort_locked(struct fc_exch * ep,unsigned int timer_msec) fc_exch_abort_locked() argument 692 fc_seq_exch_abort(const struct fc_seq * req_sp,unsigned int timer_msec) fc_seq_exch_abort() argument 2181 fc_exch_seq_send(struct fc_lport * lport,struct fc_frame * fp,void (* resp)(struct fc_seq *,struct fc_frame * fp,void * arg),void (* destructor)(struct fc_seq *,void *),void * arg,u32 timer_msec) fc_exch_seq_send() argument [all...] |
/linux/include/scsi/ |
H A D | libfc.h | 489 void *arg, u32 timer_msec); 978 void *arg, u32 timer_msec); 998 void *arg, u32 timer_msec); 1019 int fc_seq_exch_abort(const struct fc_seq *, unsigned int timer_msec);
|
/linux/drivers/scsi/bnx2fc/ |
H 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()
|
H A D | bnx2fc.h | 532 unsigned int timer_msec);
|
H 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/drivers/scsi/qedf/ |
H 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()
|
H A D | qedf.h | 513 unsigned int timer_msec);
|
H 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()
|