/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic_res.h | 119 desc->u.icmnd_16.e_d_tov = edtov; /*FC vNIC only: Err Detect Timeout */ in fnic_queue_wq_copy_desc_icmnd_16() 128 u32 e_d_tov) in fnic_queue_wq_copy_desc_itmf() argument 145 desc->u.itmf.e_d_tov = e_d_tov; /* FC vNIC only: E_D_TOV in msec */ in fnic_queue_wq_copy_desc_itmf() 172 u32 r_a_tov, u32 e_d_tov) in fnic_queue_wq_copy_desc_fip_reg() argument 186 desc->u.flogi_fip_reg.e_d_tov = e_d_tov; in fnic_queue_wq_copy_desc_fip_reg()
|
D | fcpio.h | 223 u32 e_d_tov; /* FC vNIC only: Err Detect Timeout */ member 271 u32 e_d_tov; /* FC vNIC only: Error Detect Timeout */ member 291 u32 e_d_tov; /* FC vNIC only: E_D_TOV in msec */ member 414 u32 e_d_tov; /* E_D_TOV in msec */ member 450 u32 e_d_tov; /* E_D_TOV in msec */ member
|
D | fnic_main.c | 846 lp->e_d_tov = fnic->config.ed_tov; in fnic_probe()
|
D | fnic_scsi.c | 290 lp->r_a_tov, lp->e_d_tov); in fnic_flogi_reg_handler() 396 rp->e_d_tov); in fnic_queue_wq_copy_desc()
|
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_lport.c | 381 sp->sp_e_d_tov = htonl(lport->e_d_tov); in fc_lport_flogi_fill() 1107 delay = msecs_to_jiffies(lport->e_d_tov); in fc_lport_error() 1713 unsigned int e_d_tov; in fc_lport_flogi_resp() local 1769 e_d_tov = ntohl(flp->fl_csp.sp_e_d_tov); in fc_lport_flogi_resp() 1771 e_d_tov /= 1000000; in fc_lport_flogi_resp() 1776 if (e_d_tov > lport->e_d_tov) in fc_lport_flogi_resp() 1777 lport->e_d_tov = e_d_tov; in fc_lport_flogi_resp() 1778 lport->r_a_tov = 2 * e_d_tov; in fc_lport_flogi_resp() 1790 lport->e_d_tov = e_d_tov; in fc_lport_flogi_resp() 1835 lport->e_d_tov)) in fc_lport_enter_flogi() [all …]
|
D | fc_rport.c | 144 rdata->e_d_tov = lport->e_d_tov; in fc_rport_create() 288 rpriv->e_d_tov = rdata->e_d_tov; in fc_rport_work() 621 unsigned int e_d_tov; in fc_rport_login_complete() local 640 e_d_tov = ntohl(flogi->fl_csp.sp_e_d_tov); in fc_rport_login_complete() 642 e_d_tov /= 1000000; in fc_rport_login_complete() 643 if (e_d_tov > rdata->e_d_tov) in fc_rport_login_complete() 644 rdata->e_d_tov = e_d_tov; in fc_rport_login_complete() 973 rdata->e_d_tov = lport->e_d_tov; in fc_rport_enter_plogi() 1191 rdata->e_d_tov = tov; in fc_rport_rtv_resp()
|
D | fc_disc.c | 330 delay = msecs_to_jiffies(lport->e_d_tov); in fc_disc_error()
|
D | fc_fcp.c | 1128 return msecs_to_jiffies(rpriv->e_d_tov) + HZ; in get_fsp_rec_tov()
|
D | fc_exch.c | 2168 lport->e_d_tov)) in fc_exch_rrq()
|
/linux-4.1.27/include/scsi/ |
D | libfc.h | 170 unsigned int e_d_tov; member 208 unsigned int e_d_tov; member 892 unsigned int e_d_tov; member
|
D | fc_encode.h | 556 csp->sp_e_d_tov = htonl(lport->e_d_tov); in fc_plogi_fill()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_hw.h | 285 uint16_t e_d_tov; member
|
D | t4fw_api_stor.h | 314 __be16 e_d_tov; member
|
D | csio_hw.c | 1511 res_info->e_d_tov = ntohs(rsp->e_d_tov); in csio_get_fcoe_resinfo()
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_fc.h | 322 __be32 e_d_tov; member
|
D | bfa_fcbuild.c | 102 plogi_tmpl.csp.e_d_tov = cpu_to_be32(2000); in fcbuild_init()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_els.c | 654 phba->fc_edtov = be32_to_cpu(sp->cmn.e_d_tov); in lpfc_cmpl_els_flogi_fabric() 1095 irsp->un.ulpWord[4], sp->cmn.e_d_tov, in lpfc_cmpl_els_flogi() 1233 sp->cmn.e_d_tov = 0; in lpfc_issue_els_flogi() 7661 sp->cmn.e_d_tov = 0; in lpfc_issue_els_fdisc()
|
D | lpfc_mbox.c | 2143 reg_vfi->e_d_tov = phba->fc_edtov; in lpfc_reg_vfi()
|
D | lpfc_hw4.h | 1987 uint32_t e_d_tov; member
|
D | lpfc_hw.h | 411 uint32_t e_d_tov; /* E_D_TOV must be in B.E. format */ member
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe.c | 599 lport->e_d_tov = 2 * 1000; /* FC-FS default */ in fcoe_lport_config()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 975 lport->e_d_tov = 2 * 1000; in bnx2fc_lport_config()
|
D | bnx2fc_hwi.c | 313 ofld_req4.e_d_tov_timer_val = lport->e_d_tov / 20; in bnx2fc_send_session_ofld_req()
|