Searched refs:retry_delay_timestamp (Results 1 – 8 of 8) sorted by relevance
293 if (fcport->retry_delay_timestamp && in qla2x00_set_retry_delay_timestamp()294 time_before(jiffies, fcport->retry_delay_timestamp)) in qla2x00_set_retry_delay_timestamp()303 fcport->retry_delay_timestamp = jiffies + (qual * HZ / 10); in qla2x00_set_retry_delay_timestamp()
909 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_queuecommand()911 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_queuecommand()912 fcport->retry_delay_timestamp = 0; in qla2xxx_queuecommand()991 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_mqueuecommand()993 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_mqueuecommand()994 fcport->retry_delay_timestamp = 0; in qla2xxx_mqueuecommand()
2536 unsigned long retry_delay_timestamp; member
1875 if (tgt->retry_delay_timestamp) { in bnx2fc_queuecommand()1876 if (time_after(jiffies, tgt->retry_delay_timestamp)) { in bnx2fc_queuecommand()1877 tgt->retry_delay_timestamp = 0; in bnx2fc_queuecommand()2007 tgt->retry_delay_timestamp = jiffies + in bnx2fc_process_scsi_cmd_compl()
374 unsigned long retry_delay_timestamp; member
390 tgt->retry_delay_timestamp = 0; in bnx2fc_init_tgt()
206 unsigned long retry_delay_timestamp; member
1017 if (fcport->retry_delay_timestamp) { in qedf_queuecommand()1020 if (time_after(jiffies, fcport->retry_delay_timestamp)) { in qedf_queuecommand()1021 fcport->retry_delay_timestamp = 0; in qedf_queuecommand()1297 fcport->retry_delay_timestamp = in qedf_scsi_completion()