Searched refs:retry_delay_timestamp (Results 1 – 7 of 7) sorted by relevance
296 if (fcport->retry_delay_timestamp && in qla2x00_set_retry_delay_timestamp() 297 time_before(jiffies, fcport->retry_delay_timestamp)) in qla2x00_set_retry_delay_timestamp() 306 fcport->retry_delay_timestamp = jiffies + (qual * HZ / 10); in qla2x00_set_retry_delay_timestamp()
944 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_queuecommand() 946 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_queuecommand() 947 fcport->retry_delay_timestamp = 0; in qla2xxx_queuecommand() 1033 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_mqueuecommand() 1035 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_mqueuecommand() 1036 fcport->retry_delay_timestamp = 0; in qla2xxx_mqueuecommand()
1873 if (tgt->retry_delay_timestamp) { in bnx2fc_queuecommand() 1874 if (time_after(jiffies, tgt->retry_delay_timestamp)) { in bnx2fc_queuecommand() 1875 tgt->retry_delay_timestamp = 0; in bnx2fc_queuecommand() 2005 tgt->retry_delay_timestamp = jiffies + in bnx2fc_process_scsi_cmd_compl()
366 unsigned long retry_delay_timestamp; member
388 tgt->retry_delay_timestamp = 0; in bnx2fc_init_tgt()
212 unsigned long retry_delay_timestamp; member
1015 if (fcport->retry_delay_timestamp) { in qedf_queuecommand() 1018 if (time_after(jiffies, fcport->retry_delay_timestamp)) { in qedf_queuecommand() 1019 fcport->retry_delay_timestamp = 0; in qedf_queuecommand() 1285 * update the retry_delay_timestamp in qedf_scsi_completion() 1288 fcport->retry_delay_timestamp = in qedf_scsi_completion()