Searched refs:FC_EX_DONE (Results 1 – 2 of 2) sorted by relevance
358 if (ep->state & (FC_EX_RST_CLEANUP | FC_EX_DONE)) in fc_exch_timer_set_locked()397 if (ep->state & FC_EX_DONE) in fc_exch_done_locked()402 ep->state |= FC_EX_DONE; in fc_exch_done_locked()636 ep->state & (FC_EX_DONE | FC_EX_RST_CLEANUP)) in fc_exch_abort_locked()764 if (ep->state & (FC_EX_RST_CLEANUP | FC_EX_DONE)) in fc_exch_timeout()2173 if (ep->state & (FC_EX_RST_CLEANUP | FC_EX_DONE)) { in fc_exch_rrq()
386 #define FC_EX_DONE (1 << 0) /* ep is completed */ macro