Home
last modified time | relevance | path

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

12

/drivers/usb/serial/
Dvisor.h105 } connections[2]; member
153 } connections[2]; member
Dvisor.c356 switch (connection_info->connections[i].port_function_id) { in palm_os_3_probe()
378 connection_info->connections[i].port, string); in palm_os_3_probe()
/drivers/greybus/
Dbundle.c96 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_disable_all_connections()
104 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_enable_all_connections()
207 INIT_LIST_HEAD(&bundle->connections); in gb_bundle_create()
Dcore.c207 WARN_ON(!list_empty(&bundle->connections)); in greybus_probe()
241 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove()
254 WARN_ON(!list_empty(&bundle->connections)); in greybus_remove()
Dconnection.c27 list_for_each_entry(connection, &hd->connections, hd_links) { in gb_connection_cport_in_use()
60 list_for_each_entry(connection, &hd->connections, hd_links) in gb_connection_hd_find()
202 list_add(&connection->hd_links, &hd->connections); in _gb_connection_create()
205 list_add(&connection->bundle_links, &bundle->connections); in _gb_connection_create()
Dhd.c174 INIT_LIST_HEAD(&hd->connections); in gb_hd_create()
/drivers/net/wan/
DKconfig12 achievable with commonly used asynchronous modem connections.
120 Generic HDLC driver supporting raw HDLC over WAN connections.
129 over WAN connections.
139 Generic HDLC driver supporting Cisco HDLC over WAN connections.
147 Generic HDLC driver supporting Frame Relay over WAN connections.
155 Generic HDLC driver supporting PPP over WAN connections.
163 Generic HDLC driver supporting X.25 over WAN connections.
332 carry several logical point-to-point connections to other computers
348 How many logical point-to-point frame relay connections (the
/drivers/block/drbd/
Ddrbd_int.h662 struct list_head connections; member
688 struct list_head connections; member
1037 list_for_each_entry(connection, &resource->connections, connections)
1040 list_for_each_entry_rcu(connection, &resource->connections, connections)
1043 list_for_each_entry_safe(connection, tmp, &resource->connections, connections)
2354 return list_first_entry_or_null(&resource->connections, in first_connection()
2355 struct drbd_connection, connections); in first_connection()
Ddrbd_state_change.h39 struct drbd_connection_state_change *connections; member
Ddrbd_nl.c3554 connection = list_entry(&resource->connections, struct drbd_connection, connections); in drbd_adm_dump_connections()
3557 list_for_each_entry_continue_rcu(connection, &resource->connections, connections) { in drbd_adm_dump_connections()
3770 struct list_head *connections = &resource->connections; in the_only_connection() local
3772 if (list_empty(connections) || connections->next->next != connections) in the_only_connection()
3774 return list_first_entry(&resource->connections, struct drbd_connection, connections); in the_only_connection()
4495 list_for_each_entry(connection, &resource->connections, connections) in adm_del_resource()
4946 notify_connection_state_change(skb, seq, &state_change->connections[n], in get_initial_state()
Ddrbd_state.c73 state_change->connections = (void *)&state_change->devices[n_devices]; in alloc_state_change()
74 state_change->peer_devices = (void *)&state_change->connections[n_connections]; in alloc_state_change()
79 state_change->connections[n].connection = NULL; in alloc_state_change()
111 connection_state_change = state_change->connections; in remember_old_state()
183 &state_change->connections[n]; in remember_new_state()
226 &state_change->connections[n_connection]; in copy_old_to_new_state_change()
271 state_change->connections[n].connection; in forget_state_change()
1634 &state_change->connections[n_connection]; in broadcast_state_change()
DKconfig16 NOTE: In order to authenticate connections you have to select
Ddrbd_main.c2368 list_del(&connection->connections); in drbd_free_resource()
2652 INIT_LIST_HEAD(&resource->connections); in drbd_create_resource()
2726 list_add_tail_rcu(&connection->connections, &resource->connections); in conn_create()
/drivers/infiniband/
DKconfig35 to set up connections and directly access InfiniBand
81 uses for each device, when initiaing new connections.
/drivers/isdn/
DKconfig13 data connections. If your computer is equipped with an ISDN
/drivers/net/wireless/
DKconfig122 This option adds support for ethernet connections to appear as if they
123 are wifi connections through a special rtnetlink device.
/drivers/infiniband/ulp/ipoib/
DKconfig20 connections, and then increase the interface MTU with
/drivers/net/ethernet/qlogic/qed/
Dqed_fcoe.c782 hash_for_each_possible(cdev->connections, hash_con, node, handle) { in qed_fcoe_get_hash()
803 if (!hash_empty(cdev->connections)) { in qed_fcoe_stop()
839 hash_init(cdev->connections); in qed_fcoe_start()
898 hash_add(cdev->connections, &hash_con->node, *handle); in qed_fcoe_acquire_conn()
Dqed_iscsi.c1117 hash_for_each_possible(cdev->connections, hash_con, node, handle) { in qed_iscsi_get_hash()
1137 if (!hash_empty(cdev->connections)) { in qed_iscsi_stop()
1172 hash_init(cdev->connections); in qed_iscsi_start()
1227 hash_add(cdev->connections, &hash_con->node, *handle); in qed_iscsi_acquire_conn()
Dqed.h859 DECLARE_HASHTABLE(connections, 10);
/drivers/isdn/capi/
DKconfig9 and data connections, controlling call options and protocols,
/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/
DKconfig9 used for networking over AX.25 amateur radio connections; it
29 connections, but it has some extended functionality.
/drivers/net/slip/
DKconfig15 serial connections such as telephone lines or null modem cables;
/drivers/net/fddi/
Ddefxx.h903 PI_CNTR connections[PI_PHY_K_MAX]; member

12