Home
last modified time | relevance | path

Searched refs:retry_delay_timestamp (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/scsi/qla2xxx/
A Dqla_inline.h293 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()
A Dqla_os.c914 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_queuecommand()
916 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_queuecommand()
917 fcport->retry_delay_timestamp = 0; in qla2xxx_queuecommand()
1003 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_mqueuecommand()
1005 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_mqueuecommand()
1006 fcport->retry_delay_timestamp = 0; in qla2xxx_mqueuecommand()
A Dqla_def.h2592 unsigned long retry_delay_timestamp; member
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_io.c1876 if (tgt->retry_delay_timestamp) { in bnx2fc_queuecommand()
1877 if (time_after(jiffies, tgt->retry_delay_timestamp)) { in bnx2fc_queuecommand()
1878 tgt->retry_delay_timestamp = 0; in bnx2fc_queuecommand()
2008 tgt->retry_delay_timestamp = jiffies + in bnx2fc_process_scsi_cmd_compl()
A Dbnx2fc.h373 unsigned long retry_delay_timestamp; member
A Dbnx2fc_tgt.c390 tgt->retry_delay_timestamp = 0; in bnx2fc_init_tgt()
/linux/drivers/scsi/qedf/
A Dqedf.h203 unsigned long retry_delay_timestamp; member
A Dqedf_io.c1012 if (fcport->retry_delay_timestamp) { in qedf_queuecommand()
1015 if (time_after(jiffies, fcport->retry_delay_timestamp)) { in qedf_queuecommand()
1016 fcport->retry_delay_timestamp = 0; in qedf_queuecommand()
1286 fcport->retry_delay_timestamp = in qedf_scsi_completion()

Completed in 53 milliseconds