Lines Matching full:connect
45 * +----------+ connect() +----------+
46 * | CLOSED | --------------> | CONNECT |
50 * | Connect Disconnect | | Connect
63 * this state is for the system to make the connect() call for the
64 * mailbox, it will then transition to the connect state.
65 * Connect: In this state the mailbox is seeking a connection. It will
66 * post a connect message with no specified destination and will
68 * is exited when either a connect with the local mailbox as the
72 * entity and the remote. It will fall back to connect in the event of
78 * remote endpoint has fallen back into connect.
98 * 0xC: Connect header - used to establish connection
111 * CRC: Running CRC for all data since connect plus current message header
112 * Size: Maximum message size - Applies only to connect headers
113 * The maximum message size is provided during connect to avoid
142 /* offsets for connect headers */
217 s32 (*connect)(struct fm10k_hw *, struct fm10k_mbx_info *); member