Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_exch.c349 if (ep->state & (FC_EX_RST_CLEANUP | FC_EX_DONE)) in fc_exch_timer_set_locked()
390 if (ep->state & FC_EX_DONE) in fc_exch_done_locked()
395 ep->state |= FC_EX_DONE; in fc_exch_done_locked()
643 ep->state & (FC_EX_DONE | FC_EX_RST_CLEANUP)) { in fc_exch_abort_locked()
776 if (ep->state & (FC_EX_RST_CLEANUP | FC_EX_DONE)) in fc_exch_timeout()
2280 if (ep->state & (FC_EX_RST_CLEANUP | FC_EX_DONE)) { in fc_exch_rrq()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibfc.h381 #define FC_EX_DONE (1 << 0) /* ep is completed */ macro