Searched refs:retry_delay_timestamp (Results 1 – 8 of 8) sorted by relevance
312 fcport->retry_delay_timestamp = jiffies + in qla2x00_set_retry_delay_timestamp()
922 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_queuecommand()924 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_queuecommand()925 fcport->retry_delay_timestamp = 0; in qla2xxx_queuecommand()1008 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_mqueuecommand()1010 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_mqueuecommand()1011 fcport->retry_delay_timestamp = 0; in qla2xxx_mqueuecommand()
2411 unsigned long retry_delay_timestamp; member
1845 if (tgt->retry_delay_timestamp) { in bnx2fc_queuecommand()1846 if (time_after(jiffies, tgt->retry_delay_timestamp)) { in bnx2fc_queuecommand()1847 tgt->retry_delay_timestamp = 0; in bnx2fc_queuecommand()1955 tgt->retry_delay_timestamp = jiffies + in bnx2fc_process_scsi_cmd_compl()
373 unsigned long retry_delay_timestamp; member
390 tgt->retry_delay_timestamp = 0; in bnx2fc_init_tgt()
992 if (fcport->retry_delay_timestamp) { in qedf_queuecommand()993 if (time_after(jiffies, fcport->retry_delay_timestamp)) { in qedf_queuecommand()994 fcport->retry_delay_timestamp = 0; in qedf_queuecommand()1228 fcport->retry_delay_timestamp = in qedf_scsi_completion()
185 unsigned long retry_delay_timestamp; member