Lines Matching full:exchange
35 __be16 fh_ox_id; /* originator exchange ID */
36 __be16 fh_rx_id; /* responder exchange ID */
199 * Exchange IDs.
201 #define FC_XID_UNKNOWN 0xffff /* unknown exchange ID */
202 #define FC_XID_MIN 0x0 /* supported min exchange ID */
203 #define FC_XID_MAX 0xfffe /* supported max exchange ID */
208 #define FC_FC_EX_CTX (1 << 23) /* sent by responder to exchange */
210 #define FC_FC_FIRST_SEQ (1 << 21) /* first sequence of this exchange */
211 #define FC_FC_LAST_SEQ (1 << 20) /* last sequence of this exchange */
216 #define FC_FC_X_ID_REASS (1 << 15) /* exchange ID has been changed */
217 #define FC_FC_X_ID_INVAL (1 << 14) /* exchange ID invalidated */
305 FC_RJT_OX_ID = 0x0b, /* invalid originator exchange ID */
306 FC_RJT_RX_ID = 0x0c, /* invalid responder exchange ID */
311 FC_RJT_EXCH_ERR = 0x11, /* exchange error */
318 FC_RJT_EXCH_EST = 0x18, /* unable to establish exchange */