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

/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_fcp.c54 #define FC_SRB_COMPL (1 << 5) /* fc_io_compl has been run */ macro
229 if (fsp->state & FC_SRB_COMPL) { fc_fcp_lock_pkt()
256 if (!(fsp->state & FC_SRB_COMPL)) fc_fcp_timer_set()
1043 if (!(fsp->state & FC_SRB_COMPL)) { fc_fcp_cleanup_each_cmd()
1044 fsp->state |= FC_SRB_COMPL; fc_fcp_cleanup_each_cmd()
1297 fsp->state |= FC_SRB_COMPL; fc_lun_reset()
1910 fsp->state |= FC_SRB_COMPL; fc_io_compl()

Completed in 45 milliseconds