Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 25 of 38) 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/net/wan/
DKconfig12 achievable with commonly used asynchronous modem connections.
48 Generic HDLC driver supporting raw HDLC over WAN connections.
57 over WAN connections.
67 Generic HDLC driver supporting Cisco HDLC over WAN connections.
75 Generic HDLC driver supporting Frame Relay over WAN connections.
83 Generic HDLC driver supporting PPP over WAN connections.
91 Generic HDLC driver supporting X.25 over WAN connections.
/drivers/net/wireless/virtual/
DKconfig18 This option adds support for ethernet connections to appear as if they
19 are wifi connections through a special rtnetlink device.
/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/block/drbd/
Ddrbd_int.h592 struct list_head connections; member
618 struct list_head connections; member
966 list_for_each_entry(connection, &resource->connections, connections)
969 list_for_each_entry_rcu(connection, &resource->connections, connections)
972 list_for_each_entry_safe(connection, tmp, &resource->connections, connections)
2255 return list_first_entry_or_null(&resource->connections, in first_connection()
2256 struct drbd_connection, connections); in first_connection()
Ddrbd_state_change.h39 struct drbd_connection_state_change *connections; member
Ddrbd_nl.c3486 connection = list_entry(&resource->connections, struct drbd_connection, connections); in drbd_adm_dump_connections()
3489 list_for_each_entry_continue_rcu(connection, &resource->connections, connections) { in drbd_adm_dump_connections()
3702 struct list_head *connections = &resource->connections; in the_only_connection() local
3704 if (list_empty(connections) || connections->next->next != connections) in the_only_connection()
3706 return list_first_entry(&resource->connections, struct drbd_connection, connections); in the_only_connection()
4426 list_for_each_entry(connection, &resource->connections, connections) in adm_del_resource()
4883 err = 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()
1637 &state_change->connections[n_connection]; in broadcast_state_change()
DKconfig16 NOTE: In order to authenticate connections you have to select
/drivers/infiniband/ulp/rtrs/
DREADME6 which provides support to establish optimal number of connections
32 Each path consists of as many connections (QPs) as there are cpus on
66 1. Client starts establishing connections belonging to a path of a session one
71 version and magic for compatibility, total number of connections per session
84 3. After all connections of a path are established client sends to server the
108 *after all connections are established:
/drivers/infiniband/
DKconfig35 to set up connections and directly access InfiniBand
75 uses for each device, when initiaing new connections.
/drivers/isdn/
DKconfig12 data connections. If your computer is equipped with an ISDN
/drivers/net/ethernet/qlogic/qed/
Dqed_nvmetcp.c177 if (!hash_empty(cdev->connections)) { in qed_nvmetcp_stop()
216 hash_init(cdev->connections); in qed_nvmetcp_start()
255 hash_for_each_possible(cdev->connections, hash_con, node, handle) { in qed_nvmetcp_get_hash()
631 hash_add(cdev->connections, &hash_con->node, *handle); in qed_nvmetcp_acquire_conn()
Dqed_fcoe.c760 hash_for_each_possible(cdev->connections, hash_con, node, handle) { in qed_fcoe_get_hash()
781 if (!hash_empty(cdev->connections)) { in qed_fcoe_stop()
817 hash_init(cdev->connections); in qed_fcoe_start()
876 hash_add(cdev->connections, &hash_con->node, *handle); in qed_fcoe_acquire_conn()
Dqed_iscsi.c1068 hash_for_each_possible(cdev->connections, hash_con, node, handle) { in qed_iscsi_get_hash()
1088 if (!hash_empty(cdev->connections)) { in qed_iscsi_stop()
1123 hash_init(cdev->connections); in qed_iscsi_start()
1178 hash_add(cdev->connections, &hash_con->node, *handle); in qed_iscsi_acquire_conn()
Dqed.h836 DECLARE_HASHTABLE(connections, 10);
/drivers/isdn/capi/
DKconfig9 and data connections, controlling call options and protocols,
/drivers/infiniband/ulp/ipoib/
DKconfig20 connections, and then increase the interface MTU with
/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/hwtracing/coresight/
DKconfig187 CTI trigger connections between this and other devices.These

12