Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c42 #define FC_SRB_COMPL (1 << 5) /* fc_io_compl has been run */ macro
212 if (fsp->state & FC_SRB_COMPL) { in fc_fcp_lock_pkt()
239 if (!(fsp->state & FC_SRB_COMPL)) { in fc_fcp_timer_set()
1081 if (!(fsp->state & FC_SRB_COMPL)) { in fc_fcp_cleanup_each_cmd()
1082 fsp->state |= FC_SRB_COMPL; in fc_fcp_cleanup_each_cmd()
1329 fsp->state |= FC_SRB_COMPL; in fc_lun_reset()
1961 fsp->state |= FC_SRB_COMPL; in fc_io_compl()