Lines Matching defs:csn
46 atomic_t csn;
2248 atomic_set(&queue->csn, 0);
2290 atomic_set(&queue->csn, 0);
2746 cmdiu->csn = cpu_to_be32(atomic_inc_return(&queue->csn));
2754 * the csn value? If the command that fails is the Connect,
2756 * post-connect, it's possible a gap in csn may be created.
2759 * that depends on csn order to be delivered on the target
2761 * target to even detect the csn gap as it has no idea when the
2762 * cmd with the csn was supposed to arrive.