Searched refs:tov (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
D | qla_mbx.c | 184 if (!wait_for_completion_timeout(&ha->mbx_cmd_comp, mcp->tov * HZ)) { in qla2x00_mailbox_command() 273 mcp->tov * HZ)) { in qla2x00_mailbox_command() 328 wait_time = jiffies + mcp->tov * HZ; /* wait at most tov secs */ in qla2x00_mailbox_command() 354 (uint)((jiffies - (wait_time - (mcp->tov * HZ)))/HZ)); in qla2x00_mailbox_command() 628 mcp->tov = MBX_TOV_SECONDS; in qla2x00_load_ram() 734 mcp->tov = MBX_TOV_SECONDS; in qla2x00_execute_fw() 818 mcp->tov = MBX_TOV_SECONDS; in qla_get_exlogin_status() 881 mcp->tov = MBX_TOV_SECONDS; in qla_set_exlogin_mem_cfg() 928 mcp->tov = MBX_TOV_SECONDS; in qla_get_exchoffld_status() 991 mcp->tov = MBX_TOV_SECONDS; in qla_set_exchoffld_mem_cfg() [all …]
|
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()
|
D | qla_def.h | 985 uint32_t tov; member 998 uint32_t tov; member
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
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 …]
|
D | fc_lport.c | 1941 u32 did, u32 tov) in fc_lport_els_request() argument 1985 NULL, info, tov)) { in fc_lport_els_request() 2000 struct fc_lport *lport, u32 did, u32 tov) in fc_lport_ct_request() argument 2045 NULL, info, tov)) { in fc_lport_ct_request() 2066 u32 did, tov; in fc_lport_bsg_request() local 2099 tov = rdata->e_d_tov; in fc_lport_bsg_request() 2104 tov = rdata->e_d_tov; in fc_lport_bsg_request() 2108 rc = fc_lport_ct_request(job, lport, did, tov); in fc_lport_bsg_request()
|