Lines Matching defs:bundle
74 * received on the bundle.
125 * @bundle: remote-interface bundle (may be NULL)
146 struct gb_bundle *bundle, int cport_id,
178 connection->bundle = bundle;
204 if (bundle)
205 list_add(&connection->bundle_links, &bundle->connections);
244 gb_connection_create(struct gb_bundle *bundle, u16 cport_id,
247 struct gb_interface *intf = bundle->intf;
249 return _gb_connection_create(intf->hd, -1, intf, bundle, cport_id,
255 gb_connection_create_flags(struct gb_bundle *bundle, u16 cport_id,
259 struct gb_interface *intf = bundle->intf;
264 return _gb_connection_create(intf->hd, -1, intf, bundle, cport_id,
270 gb_connection_create_offloaded(struct gb_bundle *bundle, u16 cport_id,
275 return gb_connection_create_flags(bundle, cport_id, NULL, flags);
468 dev_err(&connection->bundle->dev,
525 dev_warn(&connection->bundle->dev,