Searched refs:retry_delay_timestamp (Results 1 – 8 of 8) sorted by relevance
248 fcport->retry_delay_timestamp = jiffies + in qla2x00_set_retry_delay_timestamp()
894 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_queuecommand()896 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_queuecommand()897 fcport->retry_delay_timestamp = 0; in qla2xxx_queuecommand()976 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_mqueuecommand()978 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_mqueuecommand()979 fcport->retry_delay_timestamp = 0; in qla2xxx_mqueuecommand()
2458 unsigned long retry_delay_timestamp; member
1888 if (tgt->retry_delay_timestamp) { in bnx2fc_queuecommand()1889 if (time_after(jiffies, tgt->retry_delay_timestamp)) { in bnx2fc_queuecommand()1890 tgt->retry_delay_timestamp = 0; in bnx2fc_queuecommand()2014 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
1023 if (fcport->retry_delay_timestamp) { in qedf_queuecommand()1024 if (time_after(jiffies, fcport->retry_delay_timestamp)) { in qedf_queuecommand()1025 fcport->retry_delay_timestamp = 0; in qedf_queuecommand()1277 fcport->retry_delay_timestamp = in qedf_scsi_completion()