Searched refs:tov (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_mbx.c | 184 if (!wait_for_completion_timeout(&ha->mbx_cmd_comp, mcp->tov * HZ)) { in qla2x00_mailbox_command() 278 mcp->tov * HZ)) { in qla2x00_mailbox_command() 336 wait_time = jiffies + mcp->tov * HZ; /* wait at most tov secs */ in qla2x00_mailbox_command() 364 (uint)((jiffies - (wait_time - (mcp->tov * HZ)))/HZ)); in qla2x00_mailbox_command() 654 mcp->tov = MBX_TOV_SECONDS; in qla2x00_load_ram() 762 mcp->tov = MBX_TOV_SECONDS; in qla2x00_execute_fw() 859 mcp->tov = MBX_TOV_SECONDS; in qla_get_exlogin_status() 922 mcp->tov = MBX_TOV_SECONDS; in qla_set_exlogin_mem_cfg() 969 mcp->tov = MBX_TOV_SECONDS; in qla_get_exchoffld_status() 1032 mcp->tov = MBX_TOV_SECONDS; in qla_set_exchoffld_mem_cfg() [all …]
|
| H A D | qla_mr.c | 93 if (!wait_for_completion_timeout(&ha->mbx_cmd_comp, mcp->tov * HZ)) { in qlafx00_mailbox_command() 150 mcp->tov * HZ) != 0); in qlafx00_mailbox_command() 158 wait_time = jiffies + mcp->tov * HZ; /* wait at most tov secs */ in qlafx00_mailbox_command() 173 (uint)((jiffies - (wait_time - (mcp->tov * HZ)))/HZ)); in qlafx00_mailbox_command() 311 mcp->tov = tmo; in qlafx00_driver_shutdown() 313 mcp->tov = MBX_TOV_SECONDS; in qlafx00_driver_shutdown() 356 mcp->tov = MBX_TOV_SECONDS; in qlafx00_get_firmware_state() 411 mcp->tov = MBX_TOV_SECONDS; in qlafx00_init_firmware() 462 mcp->tov = MBX_TOV_SECONDS; in qlafx00_mbx_reg_test()
|
| H A D | qla_def.h | 1096 uint32_t tov; member 1109 uint32_t tov; member
|
| /linux/drivers/scsi/fnic/ |
| H A D | fip.c | 254 u64 tov; in fnic_fcoe_fip_discovery_resp() local 327 tov = in fnic_fcoe_fip_discovery_resp() 332 round_jiffies(tov)); in fnic_fcoe_fip_discovery_resp() 334 tov = in fnic_fcoe_fip_discovery_resp() 339 round_jiffies(tov)); in fnic_fcoe_fip_discovery_resp() 537 u64 tov; in fnic_fcoe_process_flogi_resp() local 539 tov = jiffies in fnic_fcoe_process_flogi_resp() 543 round_jiffies(tov)); in fnic_fcoe_process_flogi_resp() 545 tov = in fnic_fcoe_process_flogi_resp() 549 round_jiffies(tov)); in fnic_fcoe_process_flogi_resp()
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_rport.c | 1348 u32 tov; in fc_rport_rtv_resp() local 1353 tov = ntohl(rtv->rtv_r_a_tov); in fc_rport_rtv_resp() 1354 if (tov == 0) in fc_rport_rtv_resp() 1355 tov = 1; in fc_rport_rtv_resp() 1356 if (tov > rdata->r_a_tov) in fc_rport_rtv_resp() 1357 rdata->r_a_tov = tov; in fc_rport_rtv_resp() 1358 tov = ntohl(rtv->rtv_e_d_tov); in fc_rport_rtv_resp() 1360 tov /= 1000000; in fc_rport_rtv_resp() 1361 if (tov == 0) in fc_rport_rtv_resp() 1362 tov = 1; in fc_rport_rtv_resp() [all …]
|
| H A D | fc_lport.c | 2021 u32 did, u32 tov) in fc_lport_els_request() argument 2065 NULL, info, tov)) { in fc_lport_els_request() 2080 struct fc_lport *lport, u32 did, u32 tov) in fc_lport_ct_request() argument 2125 NULL, info, tov)) { in fc_lport_ct_request() 2146 u32 did, tov; in fc_lport_bsg_request() local 2179 tov = rdata->e_d_tov; in fc_lport_bsg_request() 2184 tov = rdata->e_d_tov; in fc_lport_bsg_request() 2188 rc = fc_lport_ct_request(job, lport, did, tov); in fc_lport_bsg_request()
|