Lines Matching defs:csn
45 atomic_t csn;
2230 atomic_set(&queue->csn, 0);
2272 atomic_set(&queue->csn, 0);
2729 cmdiu->csn = cpu_to_be32(atomic_inc_return(&queue->csn));
2737 * the csn value? If the command that fails is the Connect,
2739 * post-connect, it's possible a gap in csn may be created.
2742 * that depends on csn order to be delivered on the target
2744 * target to even detect the csn gap as it has no idea when the
2745 * cmd with the csn was supposed to arrive.