Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_inline.h296 if (fcport->retry_delay_timestamp && in qla2x00_set_retry_delay_timestamp()
297 time_before(jiffies, fcport->retry_delay_timestamp)) in qla2x00_set_retry_delay_timestamp()
306 fcport->retry_delay_timestamp = jiffies + (qual * HZ / 10); in qla2x00_set_retry_delay_timestamp()
H A Dqla_os.c956 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_queuecommand()
958 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_queuecommand()
959 fcport->retry_delay_timestamp = 0; in qla2xxx_queuecommand()
1045 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_mqueuecommand()
1047 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_mqueuecommand()
1048 fcport->retry_delay_timestamp = 0; in qla2xxx_mqueuecommand()
H A Dqla_def.h2661 unsigned long retry_delay_timestamp; member
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c1873 if (tgt->retry_delay_timestamp) { in bnx2fc_queuecommand()
1874 if (time_after(jiffies, tgt->retry_delay_timestamp)) { in bnx2fc_queuecommand()
1875 tgt->retry_delay_timestamp = 0; in bnx2fc_queuecommand()
2005 tgt->retry_delay_timestamp = jiffies + in bnx2fc_process_scsi_cmd_compl()
H A Dbnx2fc.h371 unsigned long retry_delay_timestamp; member
H A Dbnx2fc_tgt.c390 tgt->retry_delay_timestamp = 0; in bnx2fc_init_tgt()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf.h211 unsigned long retry_delay_timestamp; member
H A Dqedf_io.c1011 if (fcport->retry_delay_timestamp) { in qedf_queuecommand()
1014 if (time_after(jiffies, fcport->retry_delay_timestamp)) { in qedf_queuecommand()
1015 fcport->retry_delay_timestamp = 0; in qedf_queuecommand()
1284 fcport->retry_delay_timestamp = in qedf_scsi_completion()