Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_fcp.c54 #define FC_SRB_COMPL (1 << 5) /* fc_io_compl has been run */ macro
229 if (fsp->state & FC_SRB_COMPL) { in fc_fcp_lock_pkt()
256 if (!(fsp->state & FC_SRB_COMPL)) { in fc_fcp_timer_set()
1097 if (!(fsp->state & FC_SRB_COMPL)) { in fc_fcp_cleanup_each_cmd()
1098 fsp->state |= FC_SRB_COMPL; in fc_fcp_cleanup_each_cmd()
1345 fsp->state |= FC_SRB_COMPL; in fc_lun_reset()
1980 fsp->state |= FC_SRB_COMPL; in fc_io_compl()