Searched refs:FCPOP_STATE_ACTIVE (Results 1 – 1 of 1) sorted by relevance
78 FCPOP_STATE_ACTIVE = 2, enumerator1503 if (opstate != FCPOP_STATE_ACTIVE) in __nvme_fc_abort_op()1509 if (opstate != FCPOP_STATE_ACTIVE) in __nvme_fc_abort_op()2230 atomic_set(&op->state, FCPOP_STATE_ACTIVE); in nvme_fc_start_fcp_op()2316 if ((atomic_read(&op->state) == FCPOP_STATE_ACTIVE) && in nvme_fc_poll()2321 return ((atomic_read(&op->state) != FCPOP_STATE_ACTIVE)); in nvme_fc_poll()