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()
743 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_queuecommand()745 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_queuecommand()746 fcport->retry_delay_timestamp = 0; in qla2xxx_queuecommand()
2029 unsigned long retry_delay_timestamp; member
1872 if (tgt->retry_delay_timestamp) { in bnx2fc_queuecommand()1873 if (time_after(jiffies, tgt->retry_delay_timestamp)) { in bnx2fc_queuecommand()1874 tgt->retry_delay_timestamp = 0; in bnx2fc_queuecommand()1981 tgt->retry_delay_timestamp = jiffies + in bnx2fc_process_scsi_cmd_compl()
371 unsigned long retry_delay_timestamp; member
390 tgt->retry_delay_timestamp = 0; in bnx2fc_init_tgt()