Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 25 of 118) sorted by relevance

12345

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c284 struct qed_ilt_client_cfg *p_cli = &p_mngr->clients[ilt_client]; in qed_cxt_get_ilt_page_size()
319 u32 page_sz = p_mgr->clients[ILT_CLI_CDUC].p_size.val; in qed_cxt_set_proto_cid_count()
416 p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC]; in qed_ilt_get_dynamic_line_cnt()
444 struct qed_ilt_client_cfg *clients = p_hwfn->p_cxt_mngr->clients; in qed_cxt_ilt_blk_reset() local
449 clients[cli_idx].pf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset()
452 clients[cli_idx].vf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset()
485 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUC]); in qed_cxt_cfg_ilt_compute()
523 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUT]); in qed_cxt_cfg_ilt_compute()
631 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_QM]); in qed_cxt_cfg_ilt_compute()
656 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_SRC]); in qed_cxt_cfg_ilt_compute()
[all …]
/linux/drivers/gpu/vga/
H A Dvga_switcheroo.c157 struct list_head clients; member
175 .clients = LIST_HEAD_INIT(vgasr_priv.clients),
195 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable()
207 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable()
313 list_add_tail(&client->list, &vgasr_priv.clients); in register_client()
482 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_get_client_state()
503 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_unregister_client()
533 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_client_fb_set()
652 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_show()
701 client = find_client_from_id(&vgasr_priv.clients, id | ID_BIT_AUDIO); in set_audio_state()
[all …]
/linux/drivers/gpu/host1x/
H A Dbus.c19 static LIST_HEAD(clients);
118 list_move_tail(&client->list, &device->clients); in host1x_subdev_register()
195 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
206 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
223 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
228 client = list_entry(&device->clients, struct host1x_client, list); in host1x_device_init()
231 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
256 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit()
269 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit()
422 list_add_tail(&client->list, &clients); in __host1x_device_del()
[all …]
H A DKconfig17 by host1x are referred to as clients. host1x includes some other
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c57 __s64 clients[NR_CLIENTS];
289 test_case->clients[i] = socket(test_case->family, SOCK_STREAM, in start_clients()
291 if (!ASSERT_NEQ(test_case->clients[i], -1, "socket")) in start_clients()
295 * clients will transition to TCP_ESTABLISHED immediately. in start_clients()
297 err = settimeo(test_case->clients[i], 100); in start_clients()
304 err = setsockopt(test_case->clients[i], IPPROTO_TCP, in start_clients()
312 err = connect(test_case->clients[i], in start_clients()
318 err = write(test_case->clients[i], buf, MSGLEN); in start_clients()
503 init_fds(test_case->clients, NR_CLIENTS); in run_test()
563 close_fds(test_case->clients, NR_CLIENT
52 __s64 clients[NR_CLIENTS]; global() member
[all...]
/linux/Documentation/virt/acrn/
H A Dio-request.rst23 2. I/O clients
27 GPA falls in a certain range. Multiple I/O clients can be associated with each
30 any other clients. The ACRN userspace acts as the default client for each User
34 I/O requests and I/O clients.
54 || | | | I/O clients | | | |
93 registered clients based on the address of the I/O accesses, updates
/linux/Documentation/userspace-api/
H A Dtee.rst30 There are two classes of clients, normal clients and supplicants. The latter is
35 Much of the communication between clients and the TEE is opaque to the
37 clients, forward them to the TEE and send back the results. In the case of
/linux/Documentation/filesystems/nfs/
H A Dclient-identifier.rst41 leases. When the server restarts and clients attempt to recover
43 clients that held state before the server restarted and clients
92 circumstances where clients can interfere with each other. This is
95 If distinct clients present the same "co_ownerid" string and use
97 unable to tell that the clients are not the same. Each distinct
102 If distinct clients present the same "co_ownerid" string and use
104 to operate normally but reject subsequent clients with the same
117 to other clients in the meantime. This is referred to as "lock
134 - NFS-root (diskless) clients, where the local DHCP server (or
/linux/Documentation/gpu/
H A Dtegra.rst7 buffer provided directly by the CPU, to its clients via channels. Software,
30 The various host1x clients need to be bound together into a logical device in
35 tree for matching device nodes, adding the required clients to a list. Drivers
36 for individual clients register with the infrastructure as well and are added
39 Once all clients are available, the infrastructure will initialize the logical
41 the subsystem and in turn initialize each of its clients.
43 Similarly, when one of the clients is unregistered, the infrastructure will
45 the subsystem specific bits are torn down and the clients destroyed in turn.
/linux/drivers/gpu/drm/clients/
H A DKconfig10 modules and components according to the enabled clients.
18 Drivers that support in-kernel DRM clients have to select this
26 default clients should select DRM_CLIENT_SELECTION instead.
28 menu "Supported DRM clients"
/linux/drivers/hsi/clients/
H A DKconfig3 # HSI clients configuration
6 comment "HSI clients"
/linux/drivers/pps/clients/
H A DKconfig3 # PPS clients configuration
6 comment "PPS clients support"
/linux/Documentation/admin-guide/nfs/
H A Dnfs-client.rst25 NFSv4 requires clients to identify themselves to servers with a unique
41 nfs.nfs4_unique_id can help prevent collisions with other clients.
44 anything that is believed to be unique across all NFS clients. An
57 This uniquifier string will be the same for all NFS clients running in
/linux/drivers/hsi/
H A DMakefile9 obj-y += clients/
H A DKconfig19 source "drivers/hsi/clients/Kconfig"
/linux/drivers/iommu/
H A Dexynos-iommu.c250 struct list_head clients; /* list of sysmmu_drvdata.domain_node */ member
927 INIT_LIST_HEAD(&domain->clients); in exynos_iommu_domain_alloc_paging()
953 WARN_ON(!list_empty(&domain->clients)); in exynos_iommu_domain_free()
957 list_for_each_entry_safe(data, next, &domain->clients, domain_node) { in exynos_iommu_domain_free()
1012 list_for_each_entry_safe(data, next, &domain->clients, domain_node) { in exynos_iommu_identity_attach()
1060 list_add_tail(&data->domain_node, &domain->clients); in exynos_iommu_attach_device()
1130 list_for_each_entry(data, &domain->clients, domain_node) in alloc_lv2entry()
1169 list_for_each_entry(data, &domain->clients, domain_node) in lv1set_section()
1289 list_for_each_entry(data, &domain->clients, domain_node) in exynos_iommu_tlb_invalidate_entry()
/linux/sound/core/seq/
H A Dseq_queue.c464 queue->clients++; in queue_use()
467 queue->clients--; in queue_use()
469 if (queue->clients) { in queue_use()
470 if (use && queue->clients == 1) in queue_use()
/linux/drivers/hid/i2c-hid/
H A DKconfig28 # (board-file) instantiated "hid-over-i2c" type i2c-clients.
35 well as binding to manually (board-file) instantiated i2c-hid-clients.
/linux/drivers/tee/tstee/
H A DKconfig10 Partitions accessible for user space clients, since the FF-A driver
/linux/Documentation/filesystems/smb/
H A Dksmbd.rst27 for listening to SMB requests. Whenever new clients make a request, the Forker
30 processing of SMB requests(commands) from clients as well as allowing for new
31 clients to make new connections. Each instance is named ksmbd/1~n(port number)
32 to indicate connected clients. Depending on the SMB request types, each new
/linux/arch/um/drivers/
H A Dmconsole_kern.c556 static LIST_HEAD(clients);
565 if (list_empty(&clients)) in console_write()
574 list_for_each(ele, &clients) { in console_write()
604 list_add(&entry.list, &clients); in with_console()
/linux/drivers/infiniband/core/
H A Ddevice.c100 static DEFINE_XARRAY_FLAGS(clients, XA_FLAGS_ALLOC);
415 struct ib_client *client = xa_load(&clients, index); in ib_device_rename()
773 client = xa_load(&clients, client_id); in remove_client_context()
1340 xa_for_each_marked (&clients, index, client, CLIENT_REGISTERED) { in enable_device_and_get()
1794 ret = xa_insert(&clients, client->client_id, client, GFP_KERNEL); in assign_client_id()
1799 xa_set_mark(&clients, client->client_id, CLIENT_REGISTERED); in assign_client_id()
1806 xa_erase(&clients, client->client_id); in remove_client_id()
1808 if (xa_load(&clients, highest_client_id - 1)) in remove_client_id()
1880 xa_clear_mark(&clients, client->client_id, CLIENT_REGISTERED); in ib_unregister_client()
1914 xa_for_each_marked (&clients, index, client, CLIENT_REGISTERED) { in __ib_get_global_client_nl_info()
[all …]
/linux/Documentation/translations/zh_TW/process/
H A Dindex.rst36 email-clients
/linux/Documentation/ABI/removed/
H A Draw13948 of abstraction that required userspace clients to duplicate much
/linux/include/linux/
H A Dagpgart.h103 struct agp_client *clients; member

12345