Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libfc/
Dfc_fcp.c55 #define FC_SRB_FCP_PROCESSING_TMO (1 << 6) /* timer function processing */ macro
1397 fsp->state |= FC_SRB_FCP_PROCESSING_TMO; in fc_fcp_timeout()
1405 fsp->state &= ~FC_SRB_FCP_PROCESSING_TMO; in fc_fcp_timeout()
1911 if (!(fsp->state & FC_SRB_FCP_PROCESSING_TMO)) { in fc_io_compl()