Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_inline.h287 fcport->retry_delay_timestamp = jiffies + in qla2x00_set_retry_delay_timestamp()
Dqla_os.c742 if (fcport->retry_delay_timestamp == 0) { in qla2xxx_queuecommand()
744 } else if (time_after(jiffies, fcport->retry_delay_timestamp)) in qla2xxx_queuecommand()
745 fcport->retry_delay_timestamp = 0; in qla2xxx_queuecommand()
Dqla_def.h2029 unsigned long retry_delay_timestamp; member
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_io.c1814 if (tgt->retry_delay_timestamp) { in bnx2fc_queuecommand()
1815 if (time_after(jiffies, tgt->retry_delay_timestamp)) { in bnx2fc_queuecommand()
1816 tgt->retry_delay_timestamp = 0; in bnx2fc_queuecommand()
1923 tgt->retry_delay_timestamp = jiffies + in bnx2fc_process_scsi_cmd_compl()
Dbnx2fc.h370 unsigned long retry_delay_timestamp; member
Dbnx2fc_tgt.c390 tgt->retry_delay_timestamp = 0; in bnx2fc_init_tgt()