Searched refs:tov (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_mbx.c75 * Wait for active mailbox commands to finish by waiting at most tov
79 if (!wait_for_completion_timeout(&ha->mbx_cmd_comp, mcp->tov * HZ)) {
171 wait_for_completion_timeout(&ha->mbx_intr_comp, mcp->tov * HZ);
197 wait_time = jiffies + mcp->tov * HZ; /* wait at most tov secs */
212 (uint)((jiffies - (wait_time - (mcp->tov * HZ)))/HZ)));
395 mcp->tov = MBX_TOV_SECONDS;
459 mcp->tov = MBX_TOV_SECONDS;
512 mcp->tov = MBX_TOV_SECONDS;
573 mcp->tov
781 qla2x00_issue_iocb_timeout(scsi_qla_host_t *vha, void *buffer, dma_addr_t phys_addr, size_t size, uint32_t tov) argument
1078 qla2x00_get_retry_cnt(scsi_qla_host_t *vha, uint8_t *retry_cnt, uint8_t *tov, uint16_t *r_a_tov) argument
[all...]
H A Dqla_def.h501 uint32_t tov; member in struct:__anon14924
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_rport.c1103 u32 tov; local
1108 tov = ntohl(rtv->rtv_r_a_tov);
1109 if (tov == 0)
1110 tov = 1;
1111 rdata->r_a_tov = tov;
1112 tov = ntohl(rtv->rtv_e_d_tov);
1114 tov /= 1000000;
1115 if (tov == 0)
1116 tov = 1;
1117 rdata->e_d_tov = tov;
[all...]
H A Dfc_lport.c1663 u32 did, u32 tov)
1705 NULL, info, tov))
1715 * @tov: The timeout period to wait for the response
1721 struct fc_lport *lport, u32 did, u32 tov)
1764 NULL, info, tov))
1661 fc_lport_els_request(struct fc_bsg_job *job, struct fc_lport *lport, u32 did, u32 tov) argument
1720 fc_lport_ct_request(struct fc_bsg_job *job, struct fc_lport *lport, u32 did, u32 tov) argument

Completed in 417 milliseconds