Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 25 of 40) sorted by relevance

12

/drivers/usb/serial/
Dvisor.h109 } connections[2]; member
157 } connections[2]; member
Dvisor.c359 switch (connection_info->connections[i].port_function_id) { in palm_os_3_probe()
381 connection_info->connections[i].port, string); in palm_os_3_probe()
/drivers/staging/greybus/
Dbundle.c97 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_disable_all_connections()
105 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_enable_all_connections()
208 INIT_LIST_HEAD(&bundle->connections); in gb_bundle_create()
Dcore.c208 WARN_ON(!list_empty(&bundle->connections)); in greybus_probe()
242 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove()
255 WARN_ON(!list_empty(&bundle->connections)); in greybus_remove()
Dconnection.c32 list_for_each_entry(connection, &hd->connections, hd_links) { in gb_connection_cport_in_use()
65 list_for_each_entry(connection, &hd->connections, hd_links) in gb_connection_hd_find()
207 list_add(&connection->hd_links, &hd->connections); in _gb_connection_create()
210 list_add(&connection->bundle_links, &bundle->connections); in _gb_connection_create()
Dbundle.h30 struct list_head connections; member
Dhd.h48 struct list_head connections; member
Dhd.c175 INIT_LIST_HEAD(&hd->connections); in gb_hd_create()
/drivers/isdn/
DKconfig12 data connections. If your computer is equipped with an ISDN
28 connections and as dialin/out device. The isdn-tty's have a built
51 and data connections, controlling call options and protocols,
/drivers/net/wan/
DKconfig11 achievable with commonly used asynchronous modem connections.
119 Generic HDLC driver supporting raw HDLC over WAN connections.
128 over WAN connections.
138 Generic HDLC driver supporting Cisco HDLC over WAN connections.
146 Generic HDLC driver supporting Frame Relay over WAN connections.
154 Generic HDLC driver supporting PPP over WAN connections.
162 Generic HDLC driver supporting X.25 over WAN connections.
345 carry several logical point-to-point connections to other computers
361 How many logical point-to-point frame relay connections (the
/drivers/staging/vc04_services/interface/vchi/
Dvchi.h146 …SERVICE_INIT)(VCHI_INSTANCE_T initialise_instance, VCHI_CONNECTION_T **connections, uint32_t num_c…
171 extern int32_t vchi_connect( VCHI_CONNECTION_T **connections,
/drivers/isdn/i4l/
DKconfig12 Over digital connections such as ISDN, there is no need to
34 by bundling several ISDN-connections, using this protocol. See
85 This feature provides the X.25 protocol over ISDN connections.
/drivers/block/drbd/
Ddrbd_int.h671 struct list_head connections; member
697 struct list_head connections; member
1046 list_for_each_entry(connection, &resource->connections, connections)
1049 list_for_each_entry_rcu(connection, &resource->connections, connections)
1052 list_for_each_entry_safe(connection, tmp, &resource->connections, connections)
2371 return list_first_entry_or_null(&resource->connections, in first_connection()
2372 struct drbd_connection, connections); in first_connection()
Ddrbd_state_change.h39 struct drbd_connection_state_change *connections; member
Ddrbd_nl.c3522 connection = list_entry(&resource->connections, struct drbd_connection, connections); in drbd_adm_dump_connections()
3525 list_for_each_entry_continue_rcu(connection, &resource->connections, connections) { in drbd_adm_dump_connections()
3738 struct list_head *connections = &resource->connections; in the_only_connection() local
3740 if (list_empty(connections) || connections->next->next != connections) in the_only_connection()
3742 return list_first_entry(&resource->connections, struct drbd_connection, connections); in the_only_connection()
4463 list_for_each_entry(connection, &resource->connections, connections) in adm_del_resource()
4914 notify_connection_state_change(skb, seq, &state_change->connections[n], in get_initial_state()
Ddrbd_state.c85 state_change->connections = (void *)&state_change->devices[n_devices]; in alloc_state_change()
86 state_change->peer_devices = (void *)&state_change->connections[n_connections]; in alloc_state_change()
91 state_change->connections[n].connection = NULL; in alloc_state_change()
123 connection_state_change = state_change->connections; in remember_old_state()
195 &state_change->connections[n]; in remember_new_state()
238 &state_change->connections[n_connection]; in copy_old_to_new_state_change()
283 state_change->connections[n].connection; in forget_state_change()
1646 &state_change->connections[n_connection]; in broadcast_state_change()
DKconfig17 NOTE: In order to authenticate connections you have to select
/drivers/infiniband/
DKconfig32 to set up connections and directly access InfiniBand
89 uses for each device, when initiaing new connections.
/drivers/net/wireless/
DKconfig121 This option adds support for ethernet connections to appear as if they
122 are wifi connections through a special rtnetlink device.
/drivers/infiniband/ulp/ipoib/
DKconfig19 connections, and then increase the interface MTU with
/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_shim.c531 int32_t vchi_connect(VCHI_CONNECTION_T **connections, in vchi_connect() argument
537 (void)connections; in vchi_connect()
/drivers/net/ethernet/qlogic/qed/
Dqed_fcoe.c774 hash_for_each_possible(cdev->connections, hash_con, node, handle) { in qed_fcoe_get_hash()
795 if (!hash_empty(cdev->connections)) { in qed_fcoe_stop()
831 hash_init(cdev->connections); in qed_fcoe_start()
890 hash_add(cdev->connections, &hash_con->node, *handle); in qed_fcoe_acquire_conn()
Dqed_iscsi.c1114 hash_for_each_possible(cdev->connections, hash_con, node, handle) { in qed_iscsi_get_hash()
1134 if (!hash_empty(cdev->connections)) { in qed_iscsi_stop()
1170 hash_init(cdev->connections); in qed_iscsi_start()
1226 hash_add(cdev->connections, &hash_con->node, *handle); in qed_iscsi_acquire_conn()
/drivers/staging/greybus/tools/
DREADME.loopback85 …-m mask - a bit mask of connections to include example: -m 8 = 4th connection -m 9 = 1st and 4…
86 default is zero which means broadcast to all connections
/drivers/net/hamradio/
DKconfig8 used for networking over AX.25 amateur radio connections; it
28 connections, but it has some extended functionality.

12