Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c43 #define FC_SRB_FCP_PROCESSING_TMO (1 << 6) /* timer function processing */ macro
1438 fsp->state |= FC_SRB_FCP_PROCESSING_TMO; in fc_fcp_timeout()
1446 fsp->state &= ~FC_SRB_FCP_PROCESSING_TMO; in fc_fcp_timeout()
1962 if (!(fsp->state & FC_SRB_FCP_PROCESSING_TMO)) { in fc_io_compl()