Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_fcp.c43 #define FC_SRB_FCP_PROCESSING_TMO (1 << 6) /* timer function processing */ macro
1433 fsp->state |= FC_SRB_FCP_PROCESSING_TMO; in fc_fcp_timeout()
1441 fsp->state &= ~FC_SRB_FCP_PROCESSING_TMO; in fc_fcp_timeout()
1956 if (!(fsp->state & FC_SRB_FCP_PROCESSING_TMO)) { in fc_io_compl()