Lines Matching full:connection
97 __field(u16, cport_id) /* CPort of HD side of connection */
107 __entry->cport_id = operation->connection->hd_cport_id;
165 TP_PROTO(struct gb_connection *connection),
167 TP_ARGS(connection),
173 __dynamic_array(char, name, sizeof(connection->name))
179 __entry->hd_bus_id = connection->hd->bus_id;
180 __entry->bundle_id = connection->bundle ?
181 connection->bundle->id : BUNDLE_ID_NONE;
182 memcpy(__get_str(name), connection->name,
183 sizeof(connection->name));
184 __entry->state = connection->state;
185 __entry->flags = connection->flags;
195 TP_PROTO(struct gb_connection *connection), \
196 TP_ARGS(connection))
199 * Occurs after a new connection is successfully created.
204 * Occurs when the last reference to a connection has been dropped,
210 * Occurs when a new reference to connection is added, currently
211 * only when a message over the connection is received.
216 * Occurs when a new reference to connection is dropped, after a
217 * a received message is handled, or when the connection is
223 * Occurs when a request to enable a connection is made, either for
229 * Occurs when a request to disable a connection is made, either for
231 * a request to forcefully disable a connection is made.
471 * connection to its SVC has been enabled.