Searched refs:e_d_tov (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/drivers/scsi/fnic/
H A Dfnic_res.h107 desc->u.icmnd_16.e_d_tov = edtov; /*FC vNIC only: Err Detect Timeout */
116 u32 e_d_tov)
133 desc->u.itmf.e_d_tov = e_d_tov; /* FC vNIC only: E_D_TOV in msec */
160 u32 r_a_tov, u32 e_d_tov)
174 desc->u.flogi_fip_reg.e_d_tov = e_d_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.h211 u32 e_d_tov; /* FC vNIC only: Err Detect Timeout */ member in struct:fcpio_icmnd_16
259 u32 e_d_tov; /* FC vNIC only: Error Detect Timeout */ member in struct:fcpio_icmnd_32
279 u32 e_d_tov; /* FC vNIC only: E_D_TOV in msec */ member in struct:fcpio_itmf
402 u32 e_d_tov; /* E_D_TOV in msec */ member in struct:fcpio_flogi_reg
438 u32 e_d_tov; /* E_D_TOV in msec */ member in struct:fcpio_flogi_fip_reg
H A Dfnic_main.c915 lp->e_d_tov = fnic->config.ed_tov;
H A Dfnic_scsi.c261 lp->r_a_tov, lp->e_d_tov);
375 rp->e_d_tov);
/linux-master/drivers/scsi/libfc/
H A Dfc_lport.c377 sp->sp_e_d_tov = htonl(lport->e_d_tov);
1075 * after the e_d_tov time.
1097 delay = msecs_to_jiffies(lport->e_d_tov);
1743 unsigned int e_d_tov; local
1799 e_d_tov = ntohl(flp->fl_csp.sp_e_d_tov);
1801 e_d_tov /= 1000000;
1806 if (e_d_tov > lport->e_d_tov)
1807 lport->e_d_tov = e_d_tov;
[all...]
H A Dfc_rport.c158 rdata->e_d_tov = lport->e_d_tov;
308 rpriv->e_d_tov = rdata->e_d_tov;
663 unsigned long delay = msecs_to_jiffies(rdata->e_d_tov);
703 unsigned int e_d_tov; local
722 e_d_tov = ntohl(flogi->fl_csp.sp_e_d_tov);
724 e_d_tov /= 1000000;
725 if (e_d_tov > rdata->e_d_tov)
[all...]
H A Dfc_fcp.c455 * Returns rec tov in jiffies as rpriv->e_d_tov + 1 second
460 unsigned int e_d_tov = FC_DEF_E_D_TOV; local
462 if (rpriv && rpriv->e_d_tov > e_d_tov)
463 e_d_tov = rpriv->e_d_tov;
464 return msecs_to_jiffies(e_d_tov) + HZ;
H A Dfc_disc.c315 delay = msecs_to_jiffies(lport->e_d_tov);
H A Dfc_encode.h770 csp->sp_e_d_tov = htonl(lport->e_d_tov);
H A Dfc_exch.c2272 lport->e_d_tov))
/linux-master/include/scsi/
H A Dlibfc.h153 * @e_d_tov: Error detect timeout value (in msec)
164 unsigned int e_d_tov; member in struct:fc_rport_libfc_priv
182 * @e_d_tov: Error detect timeout value (in msec)
202 unsigned int e_d_tov; member in struct:fc_rport_priv
535 * If FC_ID is non-zero, r_a_tov and e_d_tov must be valid.
679 * @e_d_tov: Error detection timeout value
731 unsigned int e_d_tov; member in struct:fc_lport
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c458 return fcoe_ctlr_var_store(&ctlr->lp->e_d_tov, buf, count);
469 return sprintf(buf, "%d\n", ctlr->lp->e_d_tov);
472 static FCOE_DEVICE_ATTR(ctlr, e_d_tov, S_IRUGO | S_IWUSR,
H A Dfcoe.c55 module_param_named(e_d_tov, fcoe_e_d_tov, int, S_IRUGO|S_IWUSR);
56 MODULE_PARM_DESC(e_d_tov, "E_D_TOV in ms, default 2000");
626 lport->e_d_tov = fcoe_e_d_tov;
/linux-master/drivers/scsi/csiostor/
H A Dt4fw_api_stor.h314 __be16 e_d_tov; member in struct:fw_fcoe_res_info_cmd
H A Dcsio_hw.h340 uint16_t e_d_tov; member in struct:csio_fcoe_res_info
H A Dcsio_hw.c1904 res_info->e_d_tov = ntohs(rsp->e_d_tov);
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.h2076 __le32 e_d_tov; member in struct:sli4_cmd_config_link
2250 __le16 e_d_tov; member in struct:sli4_rsp_read_config
2533 __le32 e_d_tov; member in struct:sli4_cmd_reg_vfi
3672 u16 e_d_tov; member in struct:sli4
H A Dsli4.c3458 reg_vfi->e_d_tov = cpu_to_le32(sli4->e_d_tov);
4227 sli4->e_d_tov = le16_to_cpu(conf->e_d_tov);
/linux-master/drivers/scsi/bfa/
H A Dbfa_fc.h300 __be32 e_d_tov; member in struct:fc_plogi_csp_s
H A Dbfa_fcbuild.c95 plogi_tmpl.csp.e_d_tov = cpu_to_be32(2000);
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c1345 conn_info.e_d_tov_timer_val = qedf->lport->e_d_tov;
1737 lport->e_d_tov = 2 * 1000;
1798 lport->e_d_tov = 2 * 1000;
3934 fcoe->ed_tov = lport->e_d_tov;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c487 ed_tov = be32_to_cpu(sp->cmn.e_d_tov);
1420 ed_tov = be32_to_cpu(sp->cmn.e_d_tov);
H A Dlpfc_els.c633 phba->fc_edtov = be32_to_cpu(sp->cmn.e_d_tov);
1096 ulp_word4, sp->cmn.e_d_tov,
1300 sp->cmn.e_d_tov = 0;
11457 sp->cmn.e_d_tov = 0;
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c314 ofld_req4.e_d_tov_timer_val = lport->e_d_tov / 20;
H A Dbnx2fc_fcoe.c1019 lport->e_d_tov = 2 * 1000;

Completed in 436 milliseconds

12