Searched refs:r_a_tov (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/scsi/fnic/
H A Dfnic_res.h106 desc->u.icmnd_16.r_a_tov = ratov; /*FC vNIC only: Res. Alloc Timeout */
115 u32 d_id, u32 r_a_tov,
132 desc->u.itmf.r_a_tov = r_a_tov; /* FC vNIC only: R_A_TOV in msec */
160 u32 r_a_tov, u32 e_d_tov)
173 desc->u.flogi_fip_reg.r_a_tov = r_a_tov;
112 fnic_queue_wq_copy_desc_itmf(struct vnic_wq_copy *wq, u32 req_id, u32 lunmap_id, u32 tm_req, u32 tm_id, u8 *lun, u32 d_id, u32 r_a_tov, u32 e_d_tov) argument
157 fnic_queue_wq_copy_desc_fip_reg(struct vnic_wq_copy *wq, u32 req_id, u32 s_id, u8 *fcf_mac, u8 *ha_mac, u32 r_a_tov, u32 e_d_tov) argument
H A Dfcpio.h210 u32 r_a_tov; /* FC vNIC only: Res. Alloc Timeout */ member in struct:fcpio_icmnd_16
258 u32 r_a_tov; /* FC vNIC only: Res. Alloc Timeout */ member in struct:fcpio_icmnd_32
278 u32 r_a_tov; /* FC vNIC only: R_A_TOV in msec */ member in struct:fcpio_itmf
401 u32 r_a_tov; /* R_A_TOV in msec */ member in struct:fcpio_flogi_reg
437 u32 r_a_tov; /* R_A_TOV in msec */ member in struct:fcpio_flogi_fip_reg
H A Dfnic_main.c916 lp->r_a_tov = fnic->config.ra_tov;
H A Dfnic_scsi.c261 lp->r_a_tov, lp->e_d_tov);
374 rport->maxframe_size, rp->r_a_tov,
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c68 u32 r_a_tov = 0; local
77 r_a_tov = lport->r_a_tov;
100 r_a_tov);
188 u32 r_a_tov = lport->r_a_tov; local
204 bnx2fc_l2_els_compl, cb_arg, 2 * r_a_tov);
216 u32 r_a_tov = lport->r_a_tov; local
232 bnx2fc_l2_els_compl, cb_arg, 2 * r_a_tov);
244 u32 r_a_tov = lport->r_a_tov; local
589 u32 r_a_tov = lport->r_a_tov; local
630 u32 r_a_tov = lport->r_a_tov; local
[all...]
H A Dbnx2fc_io.c832 u32 r_a_tov = rdata->r_a_tov; local
912 bnx2fc_cmd_timer_set(io_req, 2 * r_a_tov);
1248 msecs_to_jiffies(2 * rp->r_a_tov + 1));
1359 u32 r_a_tov = FC_DEF_R_A_TOV; local
1426 bnx2fc_cmd_timer_set(io_req, r_a_tov);
H A Dbnx2fc_fcoe.c1020 lport->r_a_tov = 10 * 1000;
/linux-master/drivers/scsi/qedf/
H A Dqedf_els.c246 uint32_t r_a_tov; local
293 r_a_tov = lport->r_a_tov;
317 qedf_rrq_compl, cb_arg, r_a_tov);
507 uint32_t r_a_tov = lport->r_a_tov; local
528 qedf_l2_els_compl, cb_arg, r_a_tov);
630 u32 r_a_tov; local
656 r_a_tov = lport->r_a_tov;
1005 uint32_t r_a_tov; local
[all...]
H A Dqedf_main.c354 ELS_FLOGI, qedf_flogi_resp, lport, lport->r_a_tov);
428 qedf->lport->r_a_tov);
1738 lport->r_a_tov = 10 * 1000;
1799 lport->r_a_tov = 10 * 1000;
3931 fcoe->ra_tov = lport->r_a_tov;
H A Dqedf_io.c2014 msecs_to_jiffies(qedf->lport->r_a_tov));
/linux-master/drivers/scsi/libfc/
H A Dfc_rport.c159 rdata->r_a_tov = lport->r_a_tov;
309 rpriv->r_a_tov = rdata->r_a_tov;
744 unsigned int r_a_tov; local
793 r_a_tov = ntohl(flogi->fl_csp.sp_r_a_tov);
794 if (r_a_tov > rdata->r_a_tov)
795 rdata->r_a_tov = r_a_tov;
[all...]
H A Dfc_lport.c1336 2 * lport->r_a_tov))
1402 lport, 3 * lport->r_a_tov))
1552 lport, 3 * lport->r_a_tov))
1720 2 * lport->r_a_tov))
1742 unsigned int r_a_tov; local
1798 r_a_tov = ntohl(flp->fl_csp.sp_r_a_tov);
1808 lport->r_a_tov = 2 * lport->e_d_tov;
1822 if (r_a_tov > lport->r_a_tov)
1823 lport->r_a_tov
[all...]
H A Dfc_disc.c362 disc, 3 * lport->r_a_tov))
655 3 * lport->r_a_tov))
H A Dfc_exch.c793 fc_seq_exch_abort(sp, 2 * ep->r_a_tov);
1439 fc_exch_timer_set_locked(ep, ep->r_a_tov);
1752 fc_exch_timer_set(ep, ep->r_a_tov);
2200 ep->r_a_tov = lport->r_a_tov;
2285 fc_exch_timer_set_locked(ep, ep->r_a_tov);
H A Dfc_fcp.c1482 2 * lport->r_a_tov)) {
/linux-master/include/scsi/
H A Dlibfc.h154 * @r_a_tov: Resource allocation timeout value (in msec)
165 unsigned int r_a_tov; member in struct:fc_rport_libfc_priv
183 * @r_a_tov: Resource allocation timeout value (in msec)
203 unsigned int r_a_tov; member in struct:fc_rport_priv
411 * @r_a_tov: Resource allocation time out value (in msecs)
452 u32 r_a_tov; member in struct:fc_exch
535 * If FC_ID is non-zero, r_a_tov and e_d_tov must be valid.
680 * @r_a_tov: Resource allocation timeout value
732 unsigned int r_a_tov; member in struct:fc_lport
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c431 return fcoe_ctlr_var_store(&ctlr->lp->r_a_tov, buf, count);
442 return sprintf(buf, "%d\n", ctlr->lp->r_a_tov);
445 static FCOE_DEVICE_ATTR(ctlr, r_a_tov, S_IRUGO | S_IWUSR,
H A Dfcoe.c59 module_param_named(r_a_tov, fcoe_r_a_tov, int, S_IRUGO|S_IWUSR);
60 MODULE_PARM_DESC(r_a_tov, "R_A_TOV in ms, default 4000");
627 lport->r_a_tov = fcoe_r_a_tov;
2790 NULL, NULL, 3 * lport->r_a_tov);
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.h2078 __le32 r_a_tov; member in struct:sli4_cmd_config_link
2253 __le16 r_a_tov; member in struct:sli4_rsp_read_config
2534 __le32 r_a_tov; member in struct:sli4_cmd_reg_vfi
3673 u16 r_a_tov; member in struct:sli4
H A Dsli4.c3459 reg_vfi->r_a_tov = cpu_to_le32(sli4->r_a_tov);
4228 sli4->r_a_tov = le16_to_cpu(conf->r_a_tov);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_gs.c43 ms_pkt->timeout = cpu_to_le16(ha->r_a_tov / 10 * 2);
79 ct_pkt->timeout = cpu_to_le16(ha->r_a_tov / 10 * 2);
1413 ms_pkt->timeout = cpu_to_le16(ha->r_a_tov / 10 * 2);
1449 ct_pkt->timeout = cpu_to_le16(ha->r_a_tov / 10 * 2);
H A Dqla_nvme.c1017 /* set it to 2 * r_a_tov in secs */
1018 abt->drv.rsp_timeout = cpu_to_le16(2 * (ha->r_a_tov / 10));
H A Dqla_mbx.c1804 uint16_t *r_a_tov)
1827 *r_a_tov = mcp->mb[3] / 2;
2539 (ha->r_a_tov / 10 * 2) + 2);
2807 (ha->r_a_tov / 10 * 2) + 2);
3376 tsk->p.tsk.timeout = cpu_to_le16(ha->r_a_tov / 10 * 2);
1803 qla2x00_get_retry_cnt(scsi_qla_host_t *vha, uint8_t *retry_cnt, uint8_t *tov, uint16_t *r_a_tov) argument
H A Dqla_init.c92 /* Firmware should use switch negotiated r_a_tov for timeout. */
93 tmo = ha->r_a_tov / 10 * 2;
4945 &ha->login_timeout, &ha->r_a_tov);
5418 ha->r_a_tov = 100;
8042 ha->r_a_tov = 100;
9255 ha->r_a_tov = 100;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_els.c638 phba->fc_ratov = (be32_to_cpu(sp->cmn.w2.r_a_tov) + 999) / 1000;
1097 sp->cmn.w2.r_a_tov, sp->cmn.edtovResolution,
1301 sp->cmn.w2.r_a_tov = 0;
11458 sp->cmn.w2.r_a_tov = 0;

Completed in 392 milliseconds

12