/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A 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() 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() 186 desc->u.flogi_fip_reg.e_d_tov = e_d_tov; in fnic_queue_wq_copy_desc_fip_reg() 124 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) fnic_queue_wq_copy_desc_itmf() argument 169 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) fnic_queue_wq_copy_desc_fip_reg() argument
|
H A 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
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_res.h | 107 desc->u.icmnd_16.e_d_tov = edtov; /*FC vNIC only: Err Detect Timeout */ in fnic_queue_wq_copy_desc_icmnd_16() 116 u32 e_d_tov) in fnic_queue_wq_copy_desc_itmf() 133 desc->u.itmf.e_d_tov = e_d_tov; /* FC vNIC only: E_D_TOV in msec */ in fnic_queue_wq_copy_desc_itmf() 160 u32 r_a_tov, u32 e_d_tov) in fnic_queue_wq_copy_desc_fip_reg() 174 desc->u.flogi_fip_reg.e_d_tov = e_d_tov; in fnic_queue_wq_copy_desc_fip_reg() 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) fnic_queue_wq_copy_desc_itmf() 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) fnic_queue_wq_copy_desc_fip_reg() argument
|
H A D | fcpio.h | 211 u32 e_d_tov; /* FC vNIC only: Err Detect Timeout */ member 259 u32 e_d_tov; /* FC vNIC only: Error Detect Timeout */ member 279 u32 e_d_tov; /* FC vNIC only: E_D_TOV in msec */ member 402 u32 e_d_tov; /* E_D_TOV in msec */ member 438 u32 e_d_tov; /* E_D_TOV in msec */ member
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_lport.c | 374 sp->sp_e_d_tov = htonl(lport->e_d_tov); in fc_lport_flogi_fill() 1072 * after the e_d_tov time. 1094 delay = msecs_to_jiffies(lport->e_d_tov); in fc_lport_error() 1696 unsigned int e_d_tov; in fc_lport_flogi_resp() local 1752 e_d_tov = ntohl(flp->fl_csp.sp_e_d_tov); in fc_lport_flogi_resp() 1754 e_d_tov /= 1000000; in fc_lport_flogi_resp() 1759 if (e_d_tov > lport->e_d_tov) in fc_lport_flogi_resp() 1760 lport->e_d_tov = e_d_tov; in fc_lport_flogi_resp() [all...] |
H A D | fc_rport.c | 158 rdata->e_d_tov = lport->e_d_tov; in fc_rport_create() 308 rpriv->e_d_tov = rdata->e_d_tov; in fc_rport_work() 663 unsigned long delay = msecs_to_jiffies(rdata->e_d_tov); in fc_rport_error_retry() 703 unsigned int e_d_tov; in fc_rport_login_complete() local 722 e_d_tov = ntohl(flogi->fl_csp.sp_e_d_tov); in fc_rport_login_complete() 724 e_d_tov /= 1000000; in fc_rport_login_complete() 725 if (e_d_tov > rdata->e_d_tov) in fc_rport_login_complete() [all...] |
H A D | fc_fcp.c | 462 * Returns rec tov in jiffies as rpriv->e_d_tov + 1 second 467 unsigned int e_d_tov = FC_DEF_E_D_TOV; in get_fsp_rec_tov() local 469 if (rpriv && rpriv->e_d_tov > e_d_tov) in get_fsp_rec_tov() 470 e_d_tov = rpriv->e_d_tov; in get_fsp_rec_tov() 471 return msecs_to_jiffies(e_d_tov) + HZ; in get_fsp_rec_tov()
|
H A D | fc_disc.c | 318 delay = msecs_to_jiffies(lport->e_d_tov); in fc_disc_error()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_lport.c | 377 sp->sp_e_d_tov = htonl(lport->e_d_tov); in fc_lport_flogi_fill() 1075 * after the e_d_tov time. 1097 delay = msecs_to_jiffies(lport->e_d_tov); in fc_lport_error() 1743 unsigned int e_d_tov; in fc_lport_flogi_resp() local 1799 e_d_tov = ntohl(flp->fl_csp.sp_e_d_tov); in fc_lport_flogi_resp() 1801 e_d_tov /= 1000000; in fc_lport_flogi_resp() 1806 if (e_d_tov > lport->e_d_tov) in fc_lport_flogi_resp() 1807 lport->e_d_tov = e_d_tov; in fc_lport_flogi_resp() [all...] |
H A D | fc_rport.c | 158 rdata->e_d_tov = lport->e_d_tov; in fc_rport_create() 308 rpriv->e_d_tov = rdata->e_d_tov; in fc_rport_work() 663 unsigned long delay = msecs_to_jiffies(rdata->e_d_tov); in fc_rport_error_retry() 703 unsigned int e_d_tov; in fc_rport_login_complete() local 722 e_d_tov = ntohl(flogi->fl_csp.sp_e_d_tov); in fc_rport_login_complete() 724 e_d_tov /= 1000000; in fc_rport_login_complete() 725 if (e_d_tov > rdata->e_d_tov) in fc_rport_login_complete() [all...] |
H A D | fc_fcp.c | 455 * Returns rec tov in jiffies as rpriv->e_d_tov + 1 second 460 unsigned int e_d_tov = FC_DEF_E_D_TOV; in get_fsp_rec_tov() local 462 if (rpriv && rpriv->e_d_tov > e_d_tov) in get_fsp_rec_tov() 463 e_d_tov = rpriv->e_d_tov; in get_fsp_rec_tov() 464 return msecs_to_jiffies(e_d_tov) + HZ; in get_fsp_rec_tov()
|
H A D | fc_disc.c | 315 delay = msecs_to_jiffies(lport->e_d_tov); in fc_disc_error()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libfc.h | 153 * @e_d_tov: Error detect timeout value (in msec) 164 unsigned int e_d_tov; member 182 * @e_d_tov: Error detect timeout value (in msec) 202 unsigned int e_d_tov; member 526 * If FC_ID is non-zero, r_a_tov and e_d_tov must be valid. 670 * @e_d_tov: Error detection timeout value 722 unsigned int e_d_tov; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libfc.h | 153 * @e_d_tov: Error detect timeout value (in msec) 164 unsigned int e_d_tov; member 182 * @e_d_tov: Error detect timeout value (in msec) 202 unsigned int e_d_tov; member 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
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe_sysfs.c | 474 return fcoe_ctlr_var_store(&ctlr->lp->e_d_tov, buf, count); in store_ctlr_e_d_tov() 485 return sprintf(buf, "%d\n", ctlr->lp->e_d_tov); in show_ctlr_e_d_tov() 488 static FCOE_DEVICE_ATTR(ctlr, e_d_tov, S_IRUGO | S_IWUSR,
|
H A D | fcoe.c | 55 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"); 627 lport->e_d_tov = fcoe_e_d_tov; in fcoe_lport_config()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe_sysfs.c | 474 return fcoe_ctlr_var_store(&ctlr->lp->e_d_tov, buf, count); in store_ctlr_e_d_tov() 485 return sprintf(buf, "%d\n", ctlr->lp->e_d_tov); in show_ctlr_e_d_tov() 488 static FCOE_DEVICE_ATTR(ctlr, e_d_tov, S_IRUGO | S_IWUSR,
|
H A D | fcoe.c | 55 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; in fcoe_lport_config()
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.h | 340 uint16_t e_d_tov; member
|
H A D | t4fw_api_stor.h | 314 __be16 e_d_tov; member
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | t4fw_api_stor.h | 314 __be16 e_d_tov; member
|
H A D | csio_hw.h | 340 uint16_t e_d_tov; member
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 1346 conn_info.e_d_tov_timer_val = qedf->lport->e_d_tov; in qedf_offload_connection() 1733 lport->e_d_tov = 2 * 1000; in qedf_lport_setup() 1794 lport->e_d_tov = 2 * 1000; in qedf_vport_libfc_config() 3917 fcoe->ed_tov = lport->e_d_tov; in qedf_get_protocol_tlv_data()
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.h | 2076 __le32 e_d_tov; member 2250 __le16 e_d_tov; member 2533 __le32 e_d_tov; member 3672 u16 e_d_tov; member
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_main.c | 1344 conn_info.e_d_tov_timer_val = qedf->lport->e_d_tov; in qedf_offload_connection() 1736 lport->e_d_tov = 2 * 1000; in qedf_lport_setup() 1797 lport->e_d_tov = 2 * 1000; in qedf_vport_libfc_config() 3933 fcoe->ed_tov = lport->e_d_tov; in qedf_get_protocol_tlv_data()
|