| /linux-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.c | 444 struct qed_ilt_client_cfg *clients = p_hwfn->p_cxt_mngr->clients; in qed_cxt_ilt_blk_reset() local 752 p_cli = &p_mngr->clients[ILT_CLI_CDUT]; in qed_cxt_cfg_ilt_compute_excess() 902 if (!clients[pos].active) { \ 991 struct qed_ilt_client_cfg *clients = p_mngr->clients; in qed_ilt_shadow_alloc() local 1008 for_each_ilt_valid_client(i, clients) { in qed_ilt_shadow_alloc() 1010 p_blk = &clients[i].pf_blks[j]; in qed_ilt_shadow_alloc() 1019 p_blk = &clients[i].vf_blks[j]; in qed_ilt_shadow_alloc() 1113 struct qed_ilt_client_cfg *clients; in qed_cxt_mngr_alloc() local 1122 clients = p_mngr->clients; in qed_cxt_mngr_alloc() 1573 struct qed_ilt_client_cfg *clients; in qed_ilt_init_pf() local [all …]
|
| /linux-6.15/drivers/gpu/vga/ |
| H A D | vga_switcheroo.c | 157 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() 652 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_show() 711 active = find_active_client(&vgasr_priv.clients); in vga_switchto_stage1() 728 active = find_active_client(&vgasr_priv.clients); in vga_switchto_stage2() 765 list_for_each_entry(client, &vgasr_priv.clients, list) { in check_can_switch() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | pci-p2pdma.h | 22 int pci_p2pdma_distance_many(struct pci_dev *provider, struct device **clients, 25 struct pci_dev *pci_p2pmem_find_many(struct device **clients, int num_clients); 44 struct device **clients, int num_clients, bool verbose) in pci_p2pdma_distance_many() argument 52 static inline struct pci_dev *pci_p2pmem_find_many(struct device **clients, in pci_p2pmem_find_many() argument
|
| /linux-6.15/drivers/gpu/host1x/ |
| H A D | bus.c | 19 static LIST_HEAD(clients); 123 list_move_tail(&client->list, &device->clients); in host1x_subdev_register() 200 list_for_each_entry(client, &device->clients, list) { in host1x_device_init() 211 list_for_each_entry(client, &device->clients, list) { in host1x_device_init() 394 list_add_tail(&client->list, &clients); in __host1x_device_del() 408 list_for_each_entry_safe(client, cl, &device->clients, list) in __host1x_device_del() 409 list_move_tail(&client->list, &clients); in __host1x_device_del() 444 INIT_LIST_HEAD(&device->clients); in host1x_device_add() 468 list_for_each_entry_safe(client, tmp, &clients, list) { in host1x_device_add() 767 list_add_tail(&client->list, &clients); in __host1x_client_register() [all …]
|
| /linux-6.15/fs/nfsd/ |
| H A D | Kconfig | 31 available to clients mounting the NFS server on this system. 43 Unless you are hosting ancient (1990's era) NFS clients, you don't 58 This protocol extension allows applications on NFS clients to 64 NFSv3 ACL protocol extension allowing NFS clients to manipulate 66 clients which support the Solaris NFSv3 ACL protocol can then 105 clients to directly perform I/O to block devices accessible to both 106 the server and the clients. See RFC 5663 for more details. 118 clients to directly perform I/O to SCSI devices accessible to both 119 the server and the clients. See draft-ietf-nfsv4-scsi-layout for 131 enables NFS clients to directly perform I/O to NFSv3 devices [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | migrate_reuseport.c | 52 __s64 clients[NR_CLIENTS]; member 284 test_case->clients[i] = socket(test_case->family, SOCK_STREAM, in start_clients() 286 if (!ASSERT_NEQ(test_case->clients[i], -1, "socket")) in start_clients() 292 err = settimeo(test_case->clients[i], 100); in start_clients() 299 err = setsockopt(test_case->clients[i], IPPROTO_TCP, in start_clients() 307 err = connect(test_case->clients[i], in start_clients() 313 err = write(test_case->clients[i], buf, MSGLEN); in start_clients() 468 init_fds(test_case->clients, NR_CLIENTS); in run_test() 528 close_fds(test_case->clients, NR_CLIENTS); in run_test()
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | tee.rst | 30 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-6.15/Documentation/virt/acrn/ |
| H A D | io-request.rst | 23 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-6.15/Documentation/devicetree/bindings/serial/ |
| H A D | nvidia,tegra264-utc.yaml | 16 Tegra UTC allows multiple clients within the Tegra SoC to share a physical 17 UART interface. It supports up to 16 clients. Each client operates as an 21 The Tegra UTC clients use 8-N-1 configuration and operates on a baudrate
|
| /linux-6.15/Documentation/admin-guide/nfs/ |
| H A D | pnfs-scsi-server.rst | 9 also hands out layouts to the clients so that they can directly access the 14 file system must sit on a SCSI LUN that is accessible to the clients in 16 exported LUN, striping or concatenation of LUNs on the MDS and clients
|
| H A D | pnfs-block-server.rst | 8 to the clients to directly access the underlying block devices that are 14 to the clients in addition to the MDS. As of now the file system needs to 16 volumes on the MDS and clients is not supported yet.
|
| /linux-6.15/Documentation/filesystems/nfs/ |
| H A D | client-identifier.rst | 41 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-6.15/Documentation/gpu/ |
| H A D | tegra.rst | 7 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-6.15/drivers/memory/tegra/ |
| H A D | tegra20.c | 421 if (mc->soc->clients[i].id == idx) in tegra20_mc_of_icc_xlate_extended() 519 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats() 520 client1 = &mc->soc->clients[i + 1]; in tegra20_mc_collect_stats() 539 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats() 547 client1 = &mc->soc->clients[i]; in tegra20_mc_collect_stats() 632 seq_printf(s, "%-14s ", mc->soc->clients[i].name); in tegra20_mc_stats_show() 750 client = mc->soc->clients[id].name; in tegra20_mc_handle_irq() 770 .clients = tegra20_mc_clients,
|
| H A D | tegra124.c | 1189 client = &mc->soc->clients[idx]; in tegra124_mc_of_icc_xlate_extended() 1210 if (mc->soc->clients[i].id == idx) in tegra124_mc_of_icc_xlate_extended() 1249 .clients = tegra124_mc_clients, 1262 .clients = tegra124_mc_clients, 1283 .clients = tegra124_mc_clients, 1296 .clients = tegra124_mc_clients,
|
| /linux-6.15/drivers/s390/net/ |
| H A D | ism_drv.c | 34 static struct ism_client *clients[MAX_CLIENTS]; /* use an array rather than */ variable 66 if (!clients[i]) { in ism_register_client() 67 clients[i] = client; in ism_register_client() 115 clients[client->id] = NULL; in ism_unregister_client() 563 if (clients[i]) { in ism_dev_init() 564 clients[i]->add(ism); in ism_dev_init() 565 ism_setup_forwarding(clients[i], ism); in ism_dev_init() 668 if (clients[i]) in ism_dev_exit() 669 clients[i]->remove(ism); in ism_dev_exit() 712 memset(clients, 0, sizeof(clients)); in ism_init()
|
| /linux-6.15/drivers/soc/qcom/ |
| H A D | pmic_glink.c | 45 struct list_head clients; member 107 list_add(&client->node, &pg->clients); in pmic_glink_client_register() 161 list_for_each_entry(client, &pg->clients, node) { in pmic_glink_rpmsg_callback() 217 list_for_each_entry(client, &pg->clients, node) in pmic_glink_state_notify_clients() 296 INIT_LIST_HEAD(&pg->clients); in pmic_glink_probe()
|
| /linux-6.15/drivers/gpu/drm/clients/ |
| H A D | Kconfig | 10 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-6.15/drivers/hsi/clients/ |
| H A D | Kconfig | 3 # HSI clients configuration 6 comment "HSI clients"
|
| /linux-6.15/drivers/pps/clients/ |
| H A D | Kconfig | 3 # PPS clients configuration 6 comment "PPS clients support"
|
| /linux-6.15/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_cfg.c | 27 .clients = { 116 .clients = { 197 .clients = { 285 .clients = { 385 .clients = { 457 .clients = { 537 .clients = { 756 .clients = {
|
| /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | nvidia,tegra20-mc.yaml | 17 and returns response data to the various clients. The Memory Controller 19 performance among the various clients.
|
| /linux-6.15/drivers/hsi/ |
| H A D | Makefile | 9 obj-y += clients/
|
| /linux-6.15/drivers/pps/ |
| H A D | Makefile | 9 obj-y += clients/
|
| /linux-6.15/Documentation/driver-api/surface_aggregator/ |
| H A D | index.rst | 12 clients/index
|