Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 25 of 120) 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/dibs/
H A Ddibs_main.c27 static struct dibs_client *clients[MAX_DIBS_CLIENTS]; variable
58 if (!clients[i]) { in dibs_register_client()
59 clients[i] = client; in dibs_register_client()
105 clients[client->id]->ops->del_dev(dibs); in dibs_unregister_client()
110 clients[client->id] = NULL; in dibs_unregister_client()
209 if (clients[i]) { in dibs_dev_add()
210 clients[i]->ops->add_dev(dibs); in dibs_dev_add()
211 dibs_setup_forwarding(clients[i], dibs); in dibs_dev_add()
237 if (clients[i]) in dibs_dev_del()
238 clients[i]->ops->del_dev(dibs); in dibs_dev_del()
/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/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/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/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/drivers/hsi/
H A DMakefile9 obj-y += clients/
H A DKconfig19 source "drivers/hsi/clients/Kconfig"
/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/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/drivers/tee/tstee/
H A DKconfig10 Partitions accessible for user space clients, since the FF-A driver
/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/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/Documentation/translations/zh_TW/process/
H A Dindex.rst36 email-clients
/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/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/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
/linux/drivers/gpu/host1x/
H A DKconfig17 by host1x are referred to as clients. host1x includes some other
/linux/Documentation/translations/zh_CN/process/
H A Dindex.rst36 email-clients
/linux/Documentation/driver-api/80211/
H A Dmac80211-advanced.rst75 support for powersaving clients
79 :doc: AP support for powersaving clients

12345