/linux/drivers/net/ethernet/qlogic/qed/ |
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) { \ 990 struct qed_ilt_client_cfg *clients = p_mngr->clients; in qed_ilt_shadow_alloc() local 1007 for_each_ilt_valid_client(i, clients) { in qed_ilt_shadow_alloc() 1009 p_blk = &clients[i].pf_blks[j]; in qed_ilt_shadow_alloc() 1018 p_blk = &clients[i].vf_blks[j]; in qed_ilt_shadow_alloc() 1117 struct qed_ilt_client_cfg *clients; in qed_cxt_mngr_alloc() local 1126 clients = p_mngr->clients; in qed_cxt_mngr_alloc() 1586 struct qed_ilt_client_cfg *clients; in qed_ilt_init_pf() local [all …]
|
/linux/drivers/gpu/vga/ |
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/drivers/platform/x86/ |
A D | i2c-multi-instantiate.c | 32 struct i2c_client *clients[]; member 58 multi = devm_kmalloc(dev, struct_size(multi, clients, ret), GFP_KERNEL); in i2c_multi_inst_probe() 93 multi->clients[i] = i2c_acpi_new_device(dev, i, &board_info); in i2c_multi_inst_probe() 94 if (IS_ERR(multi->clients[i])) { in i2c_multi_inst_probe() 95 ret = dev_err_probe(dev, PTR_ERR(multi->clients[i]), in i2c_multi_inst_probe() 111 i2c_unregister_device(multi->clients[i]); in i2c_multi_inst_probe() 122 i2c_unregister_device(multi->clients[i]); in i2c_multi_inst_remove()
|
/linux/drivers/char/agp/ |
A D | frontend.c | 338 client = controller->clients; in agp_remove_all_clients() 404 struct agp_client *clients; in agp_controller_make_current() local 406 clients = controller->clients; in agp_controller_make_current() 408 while (clients != NULL) { in agp_controller_make_current() 417 clients = clients->next; in agp_controller_make_current() 426 struct agp_client *clients; in agp_controller_release_current() local 429 clients = controller->clients; in agp_controller_release_current() 431 while (clients != NULL) { in agp_controller_release_current() 439 clients = clients->next; in agp_controller_release_current() 460 client = controller->clients; in agp_find_client_in_controller() [all …]
|
/linux/drivers/gpu/host1x/ |
A D | bus.c | 18 static LIST_HEAD(clients); 122 list_move_tail(&client->list, &device->clients); in host1x_subdev_register() 199 list_for_each_entry(client, &device->clients, list) { in host1x_device_init() 210 list_for_each_entry(client, &device->clients, list) { in host1x_device_init() 260 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit() 416 list_add_tail(&client->list, &clients); in __host1x_device_del() 431 list_move_tail(&client->list, &clients); in __host1x_device_del() 466 INIT_LIST_HEAD(&device->clients); in host1x_device_add() 492 list_for_each_entry_safe(client, tmp, &clients, list) { in host1x_device_add() 791 list_add_tail(&client->list, &clients); in __host1x_client_register() [all …]
|
/linux/fs/nfsd/ |
A D | Kconfig | 28 available to clients mounting the NFS server on this system. 54 This protocol extension allows applications on NFS clients to 60 NFSv3 ACL protocol extension allowing NFS clients to manipulate 62 clients which support the Solaris NFSv3 ACL protocol can then 102 clients to directly perform I/O to block devices accessible to both 103 the server and the clients. See RFC 5663 for more details. 115 clients to directly perform I/O to SCSI devices accessible to both 116 the server and the clients. See draft-ietf-nfsv4-scsi-layout for 128 enables NFS clients to directly perform I/O to NFSv3 devices 129 accessible to both the server and the clients. See
|
/linux/drivers/pps/clients/ |
A D | .built-in.a.cmd | 1 …clients/built-in.a := echo >/dev/null; rm -f drivers/pps/clients/built-in.a; /usr/bin/ccache /home…
|
A D | Kconfig | 3 # PPS clients configuration 6 comment "PPS clients support"
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
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/include/linux/ |
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); 48 struct device **clients, int num_clients, bool verbose) in pci_p2pdma_distance_many() argument 56 static inline struct pci_dev *pci_p2pmem_find_many(struct device **clients, in pci_p2pmem_find_many() argument
|
/linux/Documentation/virt/acrn/ |
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/Documentation/devicetree/bindings/arm/msm/ |
A D | qcom,llcc.yaml | 15 that can be shared by multiple clients. Clients here are different cores in the 16 SoC, the idea is to minimize the local caches at the clients and migrate to 18 which are assigned to clients. Clients can query the slice details, activate
|
/linux/Documentation/admin-guide/nfs/ |
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
|
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.
|
A D | nfs-client.rst | 25 NFSv4 requires clients to identify themselves to servers with a unique 41 nfs.nfs4_unique_id stays the same, preventing collision with other clients 45 anything that is believed to be unique across all NFS clients. An 57 clients running in containers.
|
/linux/drivers/memory/tegra/ |
A D | tegra20.c | 420 if (mc->soc->clients[i].id == idx) in tegra20_mc_of_icc_xlate_extended() 518 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats() 519 client1 = &mc->soc->clients[i + 1]; in tegra20_mc_collect_stats() 538 client0 = &mc->soc->clients[i]; in tegra20_mc_collect_stats() 546 client1 = &mc->soc->clients[i]; in tegra20_mc_collect_stats() 631 seq_printf(s, "%-14s ", mc->soc->clients[i].name); in tegra20_mc_stats_show() 775 client = mc->soc->clients[id].name; in tegra20_mc_handle_irq() 797 .clients = tegra20_mc_clients,
|
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/Documentation/gpu/ |
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/Documentation/devicetree/bindings/display/tegra/ |
A D | nvidia,tegra20-host1x.txt | 44 - interconnects: Must contain entry for the MPE memory clients. 47 available memory clients, see MEMORY CONTROLLER section. 127 - interconnects: Must contain entry for the VI memory clients. 130 available memory clients, see MEMORY CONTROLLER section. 146 - interconnects: Must contain entry for the EPP memory clients. 149 available memory clients, see MEMORY CONTROLLER section. 168 available memory clients, see MEMORY CONTROLLER section. 187 available memory clients, see MEMORY CONTROLLER section. 211 available memory clients, see MEMORY CONTROLLER section. 243 available memory clients, see MEMORY CONTROLLER section. [all …]
|
/linux/drivers/hsi/clients/ |
A D | Kconfig | 3 # HSI clients configuration 6 comment "HSI clients"
|
/linux/Documentation/ABI/stable/ |
A D | sysfs-bus-mhi | 10 Users: Any userspace application or clients interested in device info. 21 Users: Any userspace application or clients interested in device info.
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_cfg.c | 27 .clients = { 116 .clients = { 204 .clients = { 304 .clients = { 376 .clients = { 456 .clients = { 675 .clients = {
|
/linux/Documentation/filesystems/cifs/ |
A D | ksmbd.rst | 27 for listening to SMB requests. Whenever new clients make request, 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 42 in parallel i.e., There can be multiple clients commands which are worked in
|
/linux/Documentation/devicetree/bindings/dma/ |
A D | atmel-xdma.txt | 28 * DMA clients 29 DMA clients connected to the Atmel XDMA controller must use the format
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
A D | nvidia,tegra20-mc.yaml | 17 and returns response data to the various clients. The Memory Controller 19 performance among the various clients.
|