Searched refs:retry_delay_timestamp (Results 1 – 6 of 6) sorted by relevance
287 fcport->retry_delay_timestamp = jiffies + in qla2x00_set_retry_delay_timestamp()
742 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_queuecommand()744 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_queuecommand()745 fcport->retry_delay_timestamp = 0; in qla2xxx_queuecommand()
2029 unsigned long retry_delay_timestamp; member
1814 if (tgt->retry_delay_timestamp) { in bnx2fc_queuecommand()1815 if (time_after(jiffies, tgt->retry_delay_timestamp)) { in bnx2fc_queuecommand()1816 tgt->retry_delay_timestamp = 0; in bnx2fc_queuecommand()1923 tgt->retry_delay_timestamp = jiffies + in bnx2fc_process_scsi_cmd_compl()
370 unsigned long retry_delay_timestamp; member
390 tgt->retry_delay_timestamp = 0; in bnx2fc_init_tgt()